@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "PingFang SC", "Lantinghei SC", Helvetica, Arial, "Microsoft Yahei", sans-serif;
    /* min-width: 1250px; */
    font-size: 18px;
    line-height: 1.8;
    color: #000;
    background-color: #ecf6f8;
    text-align: left;
}

.domPC {
    display: block;
}

.domMb {
    display: none;
}

.banner {
    height: auto;
}

.banner img,
.m_banner img {
    width: 100%;
    height: auto;
    display: block;
}

.con1200 {
    width: 1200px;
    height: auto;
    margin: 0px auto;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #004a97;
    text-decoration: none;
}

h3 {
    font-size: 20px;
    font-weight: bolder;
    line-height: 1.4;
}

p,
span {
    color: #000;
    line-height: 1.8;
}

img {
    width: 100%;
    height: 100%;
}

div {
    text-align: left;
}

li {
    list-style: none;
    list-style-position: outside;
    border: 0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear::after {
    content: "";
    display: block;
    clear: both;
}

/* 要闻 S */
.main .yaow{
    margin-top: 30px;
    margin-bottom: 30px;
    color: #004a97;
    background-color: #fff;

}

/* 轮播图 S */
.yaow_pic {
    position: relative;
    width: 800px;
    height: 450px;
    overflow: hidden;
    border-top: 5px #004a97 solid;
}

.yaow_pic .swiper-slide img {
    display: block;
    width: 800px;
    height: 450px;
    object-fit: cover;
}

.yaow_pic h3 {
    z-index: 99;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-weight: normal;
    font-size: 18px;
}

.yaow_pic h3 a {
    color: #fff;
}

.yaow_pic .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 40px;
}

 :root {
    --swiper-theme-color: #fff;
}

.yaow_pic .swiper-button-next,
.yaow_pic .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.yaow_pic .swiper-pagination-bullet {
    background: #fff;
    margin-right: 5px;
}

.swiper-button-prev {
    left: 0px;
    right: auto;
    color: #004a97;
    font-weight: bolder;
}

.swiper-button-next {
    right: 0px;
    left: auto;
    color: #004a97;
    font-weight: bolder;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 10px;
    display: inline-block;
    border-radius: 0;
    opacity: 0.3;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #004a97;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 50px;
}

.yaow_list {
    width: 400px;
    padding: 10px 20px 20px 20px;
    box-sizing: border-box;
}
.yaow_list .topic{
    height: 40px;
}
.yaow_list .topic h2{
    font-size: 24px;
    font-weight: bolder;
    position: relative;
}
.yaow_list .topic h2 a {
    color: #004a97;
    font-weight: bolder;
    display: inline-block;
}
.yaow_list ul{
    border-top: 5px #004a97 solid;
}
.yaow_list ul li{
    height: 180px;
    padding: 40px 0px;
    box-sizing: border-box;
    border-bottom: dashed 1px #ccc;
}
.yaow_list ul li:last-child{
    margin-bottom: 0;
    border: none;
}
.yaow_list ul li h3 {
    color: #004a97;
    line-height: 1.4;
    margin-bottom: 20px;
}

p {
    color: #333;
    line-height: 1.8;
}


.mtjj .topic h2 {
    font-size: 40px;
    letter-spacing: 3px;
    font-weight: bolder;
    position: relative;
}

.mtjj .topic h2 a {
    color: #004a97;
    font-weight: bolder;
    display: inline-block;
}


/* 标题栏 E */
.mtjj{
    margin: 30px 0;
}
.mtjj .con1200 {
    padding: 30px;
    background-color: #fff;
    box-sizing: border-box;
}
.mtjj_con ul{
    border-top: 5px #004a97 solid;
}
.mtjj_con li {
    margin-top: 30px;
    overflow: hidden;
}

.mtjj_con li+li {
    border-top: 1px dashed #999;
    /* padding-top: 30px; */
    margin-top: 30px;
}

.mtjj_con li .img {
    width: 350px;
    height: auto;
    float: left;
    margin-right: 30px;
}

.mtjj_con li .img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.mtjj_con li h3 {
    line-height: 1.4;
    font-weight: bolder;
    color: #333;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sourthTime {
	width: auto;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: left;
	color: #666666;
}

.sourthTime span {
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	font-weight: normal;
}

.sourthTime i {
	font-style: normal;
	margin: 0 3px;
}

.more{
	text-align: center;
	padding: 30px 0px 0px;
}

.more a{
	color: #666;
	font-size: 16px;
}
.yaow_list .more{
    padding: 5px 0;
}
.m_topNav{
    max-width:1000px;
}

/* Small devices (phones) */

@media only screen and (max-width: 767px) {
	/* 宽度设定750px */
    .domPC {
        display: none;
    }
    .domMb {
        display: block;
    }
	.con1200 {
	    width: 100%;
	}
    .banner {
        background: none;
        width: 100%;
        height: auto;
    }
    .main {
        width: 100%;
        padding: 0;
    }
    .main .yaow{
        background-color: transparent;
    }
    .topic {
        width: 100%;
    }
    .yaow_list .topic h2,.mtjj .topic h2{
        height: auto;
        font-size: 20px;
        padding: 0.5rem 0 0;
        letter-spacing: 1px;
    }

    .yaow_list .more,.mtjj .more{
        padding:0.5rem 0;
    }
    .yaow_list{
        width: auto;
        background-color: #fff;
        margin: 0rem 0.5rem 2rem 0.5rem;
        padding: 0.5rem;
    }

    .yaow_list ul li{
        height: auto;
        padding:20px 0;
    }
    .yaow_list ul li h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
	.yaow_pic {
        width: 100%;
        height: 280px;
    }
    
    .yaow_pic .swiper-slide img {
        width: 100%;
        height: 280px;
    }
    .yaow_pic h3{
        font-size: 16px;
    }
    .mtjj {
        width: auto;
        margin: 1rem 0.5rem;
    }
    .mtjj .con1200{
        padding: 0.5rem 0.5rem 2rem 0.5rem;
    }
	
	.mtjj_con li .img{
		width: auto;
		float: none;
		margin: 0;
		padding-top: 10px;
	}


    .mtjj_con li {
        margin-top: 0.5rem;
    }
    .mtjj_con li h3{
        font-size: 18px;
        margin: 1rem 0;
    }
    .sourthTime span{
        font-size: 14px;
    }
    .m_header1{
        overflow: hidden;
    }
}

