@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: #f5f5f5;
    text-align: left;
}

.domPC {
    display: block;
}

.domMb {
    display: none;
}

.banner {
    height: auto;
}

.banner img,
.m_banner img {
    width: 100%;
    height: auto;
    display: block;
}

.con1000 {
    width: 1000px;
    height: auto;
    margin: 0px auto;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #006699;
    text-decoration: none;
}

h3 {
    font-size: 20px;
    font-weight: normal;
}

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;
}

.clear {
    clear: both;
    overflow: hidden;
}

/* 头条新闻 S */

.main .tout {
    margin-top: 30px;
    margin-bottom: 30px;
    /* box-shadow: 0 0 20px 0 #ccc; */
    padding: 40px 0;
    color: #006699;
    background-color: #fff;
    text-align: center;
    position: relative;
}

.main .tout h1 {
    font-size: 36px;
    line-height: 1.4;
}

.main .tout h1 a {
    color: #006699;
}

/* 轮播图 S */
.yaow_pic {
    position: relative;
    width: 1000px;
    height: 562px;
    overflow: hidden;
    border-top: 5px #006699 solid;
}

.yaow_pic .swiper-slide img {
    display: block;
    width: 1000px;
    height: 552px;
    object-fit: cover;
}

.yaow_pic h3 {
    z-index: 99;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 10px;
    background: #006699;
    width: 100%;
    height: 80px;
    line-height: 80px;
}

.yaow_pic h3 a {
    display: inline-block;
    width: 100%;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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: #006699;
    font-weight: bolder;
}

.swiper-button-next {
    right: 0px;
    left: auto;
    color: #006699;
    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: #006699;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 50px;
}


/* 标题栏 */

/* .topic {
    height: 70px;
    line-height: 70px;
} */

.topic h2 {
    /* text-shadow: 1px 2px 2px #ccc; */
    font-size: 40px;
    letter-spacing: 3px;
    font-weight: bolder;
    position: relative;
}

.topic h2 a {
    color: #006699;
    font-weight: bolder;
    display: inline-block;
    /* border-bottom: 8px #389750 solid; */
}


/* 标题栏 E */
.mtjj{
    margin: 30px 0;
}
.mtjj .con1000 {
    padding: 30px;
    background-color: #fff;
}
.mtjj_con ul{
    border-top: 5px #006699 solid;
    margin-bottom: 1px solid #006699;
}
.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 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bolder;
    color: #333;
    margin-top: 30px;
    margin-bottom: 30px;
}

.mtjj_con li h3 a {
    color: #333;
}

/* .mtjj_con li p {
    line-height: 32px;
    margin-top: 10px;
    color: #333;
} */

.sourthTime {
	width: auto;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: left;
}

.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;
}
.m_topNav{
    max-width:1000px;
}

/* Small devices (phones) */

@media only screen and (max-width: 767px) {
	/* 宽度设定750px */
    .domPC {
        display: none;
    }
    .domMb {
        display: block;
    }
	.con1000 {
	    width: 100%;
	}
    .banner {
        background: none;
        width: 100%;
        height: auto;
    }
    .main {
        width: 100%;
        padding: 0 0.5rem;
    }
    .main .tout{
        margin: 1rem 0;
        padding:1rem;
    }
    .main .tout{
        margin: 1rem 0;
        padding: 1rem 0.5rem;
    }
    .main .tout h1{
        font-size: 18px;
    }
	.yaow_pic {
        width: 100%;
        height: 280px;
    }
    
    .yaow_pic .swiper-slide img {
        width: 100%;
        height: 280px;
    }
    .yaow_pic h3{
        font-size: 16px;
    }

    .topic {
        width: 100%;
    }


    .mtjj {
        width: 100%;
        margin: 1rem 0;
    }
    .mtjj .con1000{
        padding: 0.5rem 0.5rem 2rem 0.5rem;
    }
	
	.mtjj_con li .img{
		width: auto;
		float: none;
		margin: 0;
		padding-top: 10px;
	}

    .topic h2{
        font-size: 20px;
        padding: 0.5rem 0.5rem 0;
        letter-spacing: 1px;
    }
    .more{
        padding:0.5rem 0;
    }
    .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;
    }
    /* .mtjj_con {
        width: 96%;
        margin: 0 auto;
    } 
    .mtjj_con li .img {
        width: 100%;
        float: none;
    }
    .mtjj_con li h3 {
        font-size: 20px;
        line-height: 32px;
        margin-top: 5px;
    }
    .mtjj_con li p {
        font-size: 16px;
        line-height: 26px;
    }
	
	.mtjj_con li .img{
		margin-right: 0;
	} */
}

