* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: NotoSansHans-Black;
}
a{
    text-decoration: none;
    color:#000;
}
ul,li{
    list-style: none;
}
.text-center{
    text-align:center;
}
.eog-container{
    margin:0 auto;
   width:100%;
   max-width:1020px;
   padding:0 10px;
}
section{
    /* padding: 0 2rem; */
}
.banner img{
    max-width:1000px;
    display: block;
    width:100%;
    margin: 0 auto;
}
.section-1{
    margin-top:37px;
    margin-bottom:50px;
}
.section-1 h2{
    margin-bottom: 27px;
	font-size: 1.75rem;
	line-height: 30px;
	color: #0755a7;
}
@media screen and (max-width:1055px){
    .section-1 h2{
        font-size: 1.5rem;
    }
}
@media screen and (max-width:920px){
    .section-1 h2{
        font-size: 1.3rem;
    }
}
.hiSlider-item img{
    display: block;
    width:100%;
    height:100%;
}
.hiSlider-pages{
    bottom:11px;
}
.hiSlider-pages a {
    width:21px;
    height:11px;
    border-radius:10px;
    background-color:#b4cee5;
}
.hiSlider-pages a.active{
    width:36px;
    background-color:#fff;
}
@media screen and (max-width:450px) {
    .hiSlider-pages a{
        width:13px;
        height:8px;
    }
    .hiSlider-pages a.active{
        width:18px;
    }
}
.section-title{
    margin-bottom:26px;
    font-family: MicrosoftYaHei;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #0755a7;
}
.more{
    margin-top:21px;
    text-align: right;
}
.more a{
    font-family: MicrosoftYaHei!important;
	font-size: 14px!important;
	line-height: 24px!important;
	color: #999999!important;
}
.clearfix::after{
    content:'';
    display: block;
    height:0;
    clear: both;
}
.section-text{
    margin-top:16px;
    font-family: MicrosoftYaHei;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.border{
    border:1px solid #ccc;
}
.modules-1 .section-left{
    float: left;
    width: 52%;
    padding-bottom:16px;
    margin-right:20px;
}
.section-left img{
    display: block;
    width:100%;
    height:auto;
}
.modules-1 .section-right{
    float: left;
    width:calc(48% - 20px);
}
.section-newsList ul{
    margin-top:-10px;
    padding-left:20px;
}
.section-newsList li{
    position: relative;
}
.section-newsList li::before{
    content:'';
    position:absolute;
    left:-15px;
    top:50%;
    transform: translateY(-50%);
    z-index:1;
    width:5px;
    height:5px;
    border-radius: 50%;
    background-color: #000;
}
.d-flex{
    display: flex;
}

.modules-1 a{
    display: block;
    width:100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: '黑体';
	font-size: 18px;
	font-weight: bolder;
	line-height: 40px;
	color: #000000;
}
.modules-less .section-left{
    width:46%;
}
@media screen and (max-width:1020px) {
    .modules-less .section-left{
    width:47%;
}
}
.modules-less .section-right{
    width:50%;
}
@media screen and (max-width:980px) {
    
    .section-text{
        font-size:20px;
    }
    .modules-1 .section-right a{
        font-size:16px;
        line-height:35px;
    }
}
@media screen and (max-width:870px) {
    
    .section-text{
        font-size:18px;
    }
    .modules-1 .section-right a{
        font-size:14px;
        line-height:30px;
    }
}
@media screen and (max-width:768px) {
    
    .modules-1 .section-left{
        float:none;
        margin-bottom:20px;
        width:100%;
    }
    .modules-1 .section-right{
        float:none;
        width:100%;
    }
    .modules-1 .section-right a{
        font-size:16px;
        line-height:40px;
    }
}
@media screen and (max-width:530px) {
    .modules-1 .section-right a{
        font-size:18px;
        line-height:35px;
    }
}
@media screen and (max-width:475px) {
    .modules-1 .section-right a{
        font-size:16px;
    }
}
@media screen and (max-width:433px) {
    .modules-1 .section-right a{
        font-size:14px;
        line-height: 30px;
    }
    .section-text{
        font-size:16px;
        padding:0 15px;
    }
}
@media screen and (max-width:390px) {
    .modules-1 .section-right a{
        font-size:12px;
    }
    .section-text{
        font-size:14px;
    }
}
.modules-less a{
    font-weight: normal;
}
.v-list{
    margin: 0 -9px;
}
.v-item{
    margin-bottom:18px;
    padding:0 9px;
    flex: 1 1 33.3333%;
    position: relative;
}
@media screen and (max-width:768px) {
    .v-item{
        flex: 1 1 50%;
    }
}
@media screen and (max-width:540px) {
    .v-item{
        flex: 1 1 100%;
    }
}
.v-item img{
    display: block;
    width:100%;
    height:100%;
}
.flex-wrap{
    flex-wrap: wrap;
}
.v-text{
    font-size:16px;
    position: absolute;
    bottom:10px;
    left:8px;
    width:calc(100% - 18px);
    z-index:1;
    background-color:#004092;
    color:#fff;
    font-weight: bold;
    padding:10px 14px;
    line-height: 1.5;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
}
@media screen and (max-width:1080px) {
    .v-text{
        font-size:16px;
    }
}
@media screen and (max-width:990px) {
    .v-text{
        font-size:14px;
    }
}
@media screen and (max-width:890px) {
    .v-text{
        font-size:14px;
    }
}

@media screen and (max-width:540px) {
    .v-text{
        font-size:16px;
    }
}
@media screen and (max-width:360px) {
    .v-text{
        font-size:14px;
    }
}

footer{
    padding:0 2rem;
   margin-top:30px;
   line-height: 2;
   font-size: 14px;
}
footer img:nth-child(1){
    max-width: 1000px;
    width:100%;
    display: block;
    margin:0 auto;
}
@media screen and (max-width:640px) {
    footer{
        line-height: 1.5;
    }
    footer span{
        display: block;
    }

}

.slider-box{
    width:100%;
    max-width:1000px;
    max-height:436px;
    height:auto;
    margin: 0 auto;
}
.section-right h2{
    margin-bottom:30px;
}
@media screen and (max-width:768px) {
    .section-right h2{
        text-align: center;
    }
}
.p{
    font-size:18px;
    font-weight: normal;
    text-indent: 50px;
    line-height: 32px;
}
.m2 .section-left{
    width:50%;
}
.m2 .section-right{
    width:calc(50% - 20px);
}
@media screen and (max-width:768px) {
    .m2 .section-left{
        width:100%;
    }
    .m2 .section-right{
        width:100%;
    }
}
.m2 .p{
    text-indent: 45px;
}