@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:"DINCOND-BOLD","微软雅黑","Arial"; 
    border:none; 
    list-style:none;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
button {
    outline: none;
    border: none;
}
input{
    outline: none;
}
body{
    background-color: #f2f2f2;
}
span{
    border: 0;
}
.of{
    overflow: hidden;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

.header{
    background: url(../images/bg_header.png) no-repeat;
}
.header>div{
    width: 1200px;
    margin: 0 auto;
}
.header>div>img{
    float: left;
    padding-top: 40px;
    padding-bottom: 30px;
}
.header>div>h1{
    font-size: 26px;
    color: #1a66b9;
    line-height: 46px;
    letter-spacing:1px;
    float: left;
    margin-top: 32px;
    margin: 35px 20px 0 130px;
}
.header .search{
    width: 275px;
    float: right;
    background-color: rgba(255, 255, 255, 0.5);
    border: solid 1px rgba(45, 139, 234, 0.5);
    margin-top: 70px;
}
.search input{
    width: 194px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    padding-left: 6px;
    float: left;
}
.header .search button{
    display: block;
    background:url(../images/search.png) #2d8bea no-repeat;
    background-position: 10px 9px;
    font-size: 14px;
    color: #fff;
    width: 75px;
    line-height: 30px;
    float: right;
    padding-left: 30px;
    letter-spacing:4px;
}
.nav{
    background-color: #2d8bea;
}
.nav_box{
    width: 1200px;
    margin: 0 auto;
    background-color: #2d8bea;
    display:flex;
    justify-content: space-between;
}
.nav_box>a{
    text-align: center;
    width: 240px;
    font-size: 18px;
    line-height: 52px;
    color: #fff;
    letter-spacing:2px;
}
.nav_box>a.nav_cur{
    background:url(../images/nav_cur.png) rgba(255, 255, 255, 0.15) no-repeat;
    background-position: center bottom;
}
.nav_box>a:hover{
    background-color: rgba(255, 255, 255, 0.15);
}
.whiteBg{
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    background-color: #fff;
	min-height:503px;
}
.header_news{
    width: 1190px;
    height: 84px;
    margin: 5px 5px 10px 5px;
    background-color: #3673be;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}
.header_news>h2>a {
    font-size: 28px;
    line-height: 84px;
    text-align: center;
    color: #fff;
    letter-spacing:2px;
    float: left;
    width: 1060px;
    text-overflow: -o-ellipsis-lastline;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    display: -webkit-box;  
    -webkit-line-clamp: 1;  
    -webkit-box-orient: vertical;
}
.header_news>p{
    float: left;
    font-size: 28px;
    background-color: #fff;
    color: #3673be;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
}
.header_news>p a{ color: #3673be;}
.header_news>p span{
    font-size: 22px;
    font-family:"宋体";
    border-top: solid 1px #3673be;
    padding: 8px 20px;
    line-height: 30px;
}
.banner_wrap{
    position: relative;
    width: 656px;
    height: 377px;
    margin: 10px;
}
.banner_wrap>ul{
    width: 656px;
    height: 377px;
    left: 50%;
    margin-left: -328px;
    overflow: hidden;
    position: absolute;
}
.banner_wrap>ul>li{
    display:none; 
    width:100%; 
}
.banner_wrap>ul>li p{
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    width: 100%;
    padding-left: 10px;
}
.myol{ 
    position:absolute; 
    left:50%; 
    bottom:44px; 
    margin-left:-51px;
}
.myol li{
    width:24px; 
    height:3px; 
    background:rgba(0, 0, 0, 0.3); 
    float:left; 
    border-radius:2px; 
    margin:0 5px; 
    cursor:pointer;}
.myol .current{
    background:#4b9bec;
}
.column_title>p{
    font-size: 18px;
    color: #fff;
    float: left;
    line-height: 36px;
    padding: 0 30px 0 16px;
    background: url(../images/sanjiao.png) no-repeat right;
    letter-spacing: 1px;
}
.column_s .column_title>p{
    padding: 0 30px 0 16px;
    background: url(../images/sanjiao.png) no-repeat right;
    letter-spacing: 1px;
}
.column_title>a{
    font-size: 14px;
    color: #0265b4;
    float: right;
    margin-top: 12px;
}
.column_long{
    width: 504px;
    margin: 10px;
}
.column_s{
    width: 560px;
    margin: 20px 20px 0 20px;
}
.column_title{
    border-bottom: solid 1px #7fa0b7;
    box-sizing: border-box;
}
.news_list{
    margin-top: 10px;
}
.news_list>a, .notice_list>a{
    color: #333;
    line-height: 42px;
    display: block;
    padding-left: 14px;
    background: url(../images/news_list_off.png) no-repeat 0 19px;
    overflow: hidden;
}
.news_list>a:hover, .notice_list>a:hover{
    background: url(../images/news_list_on.png) no-repeat 0 19px;
    color: #0265b4;
}
.news_list>a>span.nl_time ,.notice_list>a>span.nl_time{
    float: right;
    color: #999;
    font-size: 14px;
}
.news_list>a>span.nl_art, .notice_list>a>span.nl_art{
    width: 350px;
    text-overflow: -o-ellipsis-lastline;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    display: -webkit-box;  
    -webkit-line-clamp: 1;  
    -webkit-box-orient: vertical; 
    float: left;
}
.column_s .news_list>a>span.nl_art, .notice_list>a>span.nl_art{
    width: 560px;
}
.service{
    overflow: hidden;
    width: 376px;
    height: 370px;
    background: url(../images/bg_gonggao.png) #e6f1f8 no-repeat;
    padding: 0 10px 10px 10px;
    margin: 20px 0 20px 6px;
}
.service>ul{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    padding: 5px 10px 0 10px;
}
.service>ul>li>a>img{
    width: 155px;
    height: 121px;
    transition:all 0.3s;
    margin-bottom:20px;
    cursor: pointer;
}
.service>ul>li>a>img:hover{
    transform: scale(1.1);
  }
.banner_s{
    position:relative;
}
.banner_s .swiper_container{
    width: 1200px;
    height: 80px;
    overflow: hidden;
	margin-left:5px;
}
.banner_s li.swiper-slide{
    float: left;
    width: 290px;
}
.banner_s li>img{
    width: 290px;
    height: 80px;
    margin: 0 5px;
}
.banner_s_l{
	top: 20px;
    position: absolute;
    left:5px;
    z-index: 1;
}
.banner_s_r{
    top: 20px;
    position: absolute;
    right:5px;
    z-index: 1;
}

.notice{
    width: 1200px;
    margin: 20px auto;
    background-color: #fff;
}
.gsl .column_title>p{
    padding-right: 50px;
    background: linear-gradient(60deg, #0a6da9 80%, #fff 20%)
}
.news_list>div.first{
    margin: 20px 0 16px 0;
}
.news_list>div.first img{
    float: left;
    width: 156px;
    height: 122px;
    margin-right: 10px;
}
.news_list>div.first>a{
    color: #015ea7;
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    display: -webkit-box;  
    -webkit-line-clamp: 1;  
    -webkit-box-orient: vertical; 
    line-height: 40px;
    font-weight: bold;
}
.news_list>div.first>p{
    color: #666;
    font-size: 14px;
    text-overflow: -o-ellipsis-lastline;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    display: -webkit-box;  
    -webkit-line-clamp: 3;  
    -webkit-box-orient: vertical; 
    line-height: 24px;
}
.notice_list{
	overflow: hidden;
    width: 376px;
	height: 370px;
    background: url(../images/bg_gonggao.png) #e6f1f8 no-repeat;
    padding: 0 10px 10px 10px;
    margin: 20px 0 20px 6px;
}
.notice_list>h2, .service>h2{
    text-align: center;
    line-height: 37px;
    color: #fff;
    margin-bottom: 20px;
	font-size:18px;
	font-weight: normal;
}
.service>h2 a,.notice_list>h2 a{ color:#fff;}
.notice_list>a{
    line-height: 36px;
}
.info>div{
   margin: 10px 0 0 14px;
   padding-bottom: 10px;
}
.info>div.info_l>h2{
    background: url(../images/bg_xinxi01.png) no-repeat;
}
.info>div.info_r>h2{
    background: url(../images/bg_xinxi02.png) no-repeat;    
}

.info>div>h2{
    width: 128px;
    height: 53px;
    font-size: 18px;
    text-align: center;
    line-height: 52px;
    color: #fff;
    margin-bottom: 16px;
   font-weight: normal;
}
.info p{
    font-size: 14px;
    color: #666;
    line-height: 42px;
    padding-left: 4px;
    max-width: 163px;
    text-overflow: -o-ellipsis-lastline;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    display: -webkit-box;  
    -webkit-line-clamp: 1;  
    -webkit-box-orient: vertical; 
}
.info p em.red{
    color: #f80404;
}

.friendLink{
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 0;
}
.friendLink>h2{
    padding: 0 30px 0 16px;
    background: url(../images/sanjiao.png) no-repeat -60px;
    border-bottom: solid 1px #7fa0b7;
    height: 36px;
    width: 1160px;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-left: 20px;
    letter-spacing: 1px;
}
.friendLink .link_pic{
    margin: 20px 10px 0 10px;
    overflow: hidden;
}
.friendLink .link_pic img{
    width: 222px;
    height: 83px;
    margin: 0 7px;
}
.friendLink .link_pic a{
    display: block;
    float: left;
}

.bottom{
    background-color: #222;
}
.bottomBox{
    background-color: #222;
    width:1200px;
    margin: 0 auto;
}
.bottom_nav>p{
    text-align: center;
}
.bottom_nav>p>a{
    color: #fff;
    font-size: 14px;
    border-right: solid 1px #fff;
    padding: 0 20px;
    line-height: 48px;
}
.bottom_nav>p>a:hover{
    text-decoration: underline;
}
.bottom_nav>p>a.no_border{
    border: none;
}
.copyright>img{
    float: left;
    margin: 20px;
}
.copyright>div{
    float: left;
    margin: 20px 0;
}
.copyright>div>p{
    font-size: 14px;
    color: #bdbdbd;
    padding-bottom: 10px;
}
.copyright>div>p>a{
    color: #bdbdbd;	
	}
.copyright>div>p.beian{
    padding-left: 22px;
    background: url(../images/beian.png) no-repeat;
}
.copyright{
    width: 380px;
    margin: 0 auto;
}

.location>p{
    background: url(../images/location.png) no-repeat;
    padding-left: 24px;
    margin: 10px 0 0 20px;
}
.location>p>a{
    color: #666;
    line-height: 24px;
    font-size: 14px;
}

.leader{
    background: url(../images/bg_leader01.png) #d6efff no-repeat bottom;
    margin: 20px 10px 0 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.leader>div{
    width: 754px;
    height: 52px;
    border: solid 1px #2d8cea;
    position: relative;
    margin-left: 223px;
    margin-bottom: 20px;
}
.leader>div>button{
    width: 377px;
    height: 60px;
    font-size: 30px;
    line-height: 64px;
    color: #666;
    position: absolute;
    bottom: 0;
    text-align: center;
    background: none;
}
.leader>div>button.btn_gsl{
    left: 0;
}
.leader>div>button.btn_zsh{
    left: 377px;
}
.leader>div>button.leader_cur{
    background: url(../images/leader_cur.png) no-repeat;
    color: #fff;
}
.leader>ul{
    display: none;
}
.leader_ul>li{
    width: 258px;
    margin: 20px 18px;
    float: left;
}
.leader_ul>div.leader_bg{
    width: 1011px;
    height: 441px;
    margin: 30px 84px;
    background: url(../images/bg_leader02.png);
    padding-top: 16px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    padding: 0 120px;
}
.leader_ul>li.leader_main{
    width: 1011px;
    height: 441px;
    margin: 30px 84px;
    background: url(../images/bg_leader02.png);
    padding-top: 16px;
}
.leader_ul>div.leader_bg>li{
    float: left;
    margin: 0 50px;
}
.leader ul li>div{
    width: 258px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.5);
    height: 345px;
}
.leader ul li.leader_main h3{
    text-align: center;
    margin-top: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    line-height: 56px;
    background: url(../images/yellow.png) no-repeat center center;
    width: 258px;
    margin: 0 auto;
}
.leader_ul>h3{
    text-align: center;
    margin-top: 10px;
    color: #004b95;
    font-size: 24px;
    font-weight: normal;
    line-height: 56px;
    background: url(../images/yellow.png) no-repeat center center;
    clear: both;
}
.leader ul li img{
    width: 143px;
    height: 196px;
    margin: 10px 57px 3px 57px;
}
.leader ul li p{
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 26px;
}
.leader ul li p.name a{
    font-size: 16px;
    color: #004b95;
}

.second_nav{
    width: 214px;
    margin:30px 20px 0 20px
}
.second_nav>h2{
    background: url(../images/bg_02.png) no-repeat;
    width: 214px;
    line-height: 62px;
    font-size: 24px;
    color:#fff;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
}
.second_nav>a{
    display: block;
    font-size: 18px;
    color: #666;
    line-height: 60px;
    padding-left: 40px;
    margin: 0 6px;
    border-bottom: solid 1px #ccc;
}
.second_nav>a.sn_cur{
    background: url(../images/jiantou.png) no-repeat 16px center;
    color: #2d8bea;
	border-bottom: solid 1px #2d8bea;
}
.second_nav>a:hover{
    color: #2d8bea;
}
.essay, .second>div.essay_a, .essay_zzjg, .essay_fwpt, .essay_zcxx{
    width: 888px;
    margin: 40px 0 50px 20px;
}
.second>div>h3{
    padding-left: 26px;
    font-size: 18px;
    color: #034880;
    background: url(../images/pic_07.png) no-repeat 0 center;
    line-height: 48px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
}
.second>div.essay>p{
    font-size: 16px;
    color: #333;
    line-height: 32px;
    margin:0 10px;
}
.second>div.essay_a>p, .second>div.essay_a ul>li>p{
    font-size: 14px;
    color: #999;
    line-height: 42px;
    padding: 0 10px;
    overflow: hidden;
}
.second>div.essay_a>p>a, .second>div.essay_a ul>li>p>a{
    color: #666;
    font-size: 16px;
    padding-left: 14px;
    background: url(../images/news_list_off.png) no-repeat 0 20px;
    max-width: 680px;
    text-overflow: -o-ellipsis-lastline;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    display: -webkit-box;  
    -webkit-line-clamp: 1;  
    -webkit-box-orient: vertical; 
    float: left;
}
.second>div.essay_a>p>a:hover, .second>div.essay_a ul>li>p>a:hover{
    color:#2d8bea;
    background: url(../images/news_list_on.png) no-repeat 0 20px;
}
.second>div.essay_a ul>li{
    margin-top: 20px;
    padding-bottom: 20px;
}
.essay_zzjg li{
    float: left;
    width: 369px;
    height: 155px;
    background: url(../images/zzjg.png) no-repeat;
    margin: 20px 30px;
    padding-top: 5px;
}
.essay_zzjg li>h4{
    text-align: center;
    font-size: 24px;
    line-height: 56px;
    color: #fff;
    border-bottom: dashed #0486c8 1px;
    margin: 0 20px 8px 20px;
}
.essay_zzjg li>p{
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
}
.essay_fwpt ul{
    margin-left: 30px;
}
.essay_fwpt li{
    float: left;
    margin: 20px;
}
.essay_fwpt li img{
}



.yema{  
    padding-top: 60px;
    clear: both;
    margin-left: 200px;
}
.yema .pagination { 
    height: 36px;
    padding: 0;  
    margin: 0; 
    text-align: right;
    overflow: hidden;
}
.yema .pagination a { 
    color: #222; 
    padding: 5px 12px; 
    text-decoration: none; 
    transition: background-color .3s;
    border: 1px solid #e5e5e5; 
    margin: 0 1px; 
    font-size:16px; 
    background: #fff; 
    display: block;
    float: left;
}
.yema .pagination:first-child a { 
    border-top-left-radius: 5px; 
    border-bottom-left-radius: 5px; 
}
.yema .pagination:last-child a { 
    border-top-right-radius: 5px;  
    border-bottom-right-radius: 5px; 
}
.yema .pagination a.active { 
    background-color: #2784cb;  
    color: white;  
    border: 1px solid #2784cb; 
}
.yema .pagination a:hover:not( .active) {
    background-color: #2784cb;
    color: #fff; 
}

/*搜索相关*/
.news_sou{ margin:0 auto;}
.mt20{margin-top:20px;}
.news_sou li{border-bottom:1px solid #E6E6E6;overflow:hidden;padding:12px 0 12px 0;}
.news_sou li .date{background:#2384d5;color:#fff;display:inline-block;margin-right:20px;float:left;text-align:center;font-size:30px;width: 70px;font-weight: bold}
.news_sou li .date em{display:block;font-style:normal;font-weight: normal; font-size:14px;background:#eee;margin-top:5px;color: #888}
.news_sou li div{color:#999;font-size:12px;margin-left:95px;line-height:22px;}
.news_sou li div a{display:block;font-size:18px;color:#333;margin-bottom:5px;}
.news_sou li div a:hover{color:#f30;}

/*分页相关*/
.pagelist ul{text-align:center;margin:20px 0;}
.pagelist li{display:inline-block;margin:0 2px; }
.pagelist li a{ color:#666;  display:inline-block; border:1px solid #ddd;padding:6px 15px; }
.pagelist li a:hover{border-color:#1184DA;background:#1184DA;color:#fff;}
.pagelist li.active a{border-color:#1184DA;background:#1184DA;color:#fff;}

.Personal{
    background-color: #dbebfb;
    margin:30px 20px ;
    padding: 30px;
}
.Personal>img{
    float: left;
    width: 143px;
    height: 196px;
    margin-right: 50px;
}
.Personal>h4{
    font-size: 30px;
    color: #2d8bea;
    font-weight: normal;
    margin-top: 10px;
    line-height: 48px;
}
.Personal>p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.Personal>p.Pd{
    margin-top: 40px;
    text-overflow: -o-ellipsis-lastline;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    display: -webkit-box;  
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical; 
}
.Resume{
    margin: 0 20px 30px 20px;
}
.Resume>h3{
    padding-left: 36px;
    font-size: 18px;
    color: #034880;
    background: url(../images/pic_07.png) no-repeat 10px center;
    line-height: 48px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;

}
.Resume>p{
    overflow: hidden;
    margin:0 20px;
}
.Resume>p>a{
    color: #666;
    font-size: 16px;
    padding-left: 14px;
    line-height: 42px;
    background: url(../images/news_list_off.png) no-repeat 0 20px;
    max-width: 680px;
    text-overflow: -o-ellipsis-lastline;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    display: -webkit-box;  
    -webkit-line-clamp: 1;  
    -webkit-box-orient: vertical; 
    float: left;
}
.Resume>p>span{
    color: #999;
    font-size: 14px;
}
.Resume>p>a:hover{
    color:#2d8bea;
    background: url(../images/news_list_on.png) no-repeat 0 20px;
}
.file{
    margin: 20px;
    border: solid 1px #ccc;
    padding: 30px 50px;
}
.file>h1{
    text-align: center;
    padding: 0 100px;
    color: #004b95;
    font-size: 30px;
    font-weight: normal;
    line-height: 48px;
    margin-top: 10px;
}
.file>p.file_time{
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 15px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
}
.file p{
    font-size: 16px;
    color: #454545;
    line-height: 36px;
	padding-top: 10px;
}


.swiper_vip{
    width: 366px; 
    height: 268px;
}
.swiper_vip img{
    width: 356px;
    height: 200px;
}
.swiper_vip p{
    text-indent: 20px;
    font-size: 15px;
    color: #333;
    line-height: 22px;
    margin-top: 10px;
    width: 350px;
    padding-left: 10px;
    text-overflow: -o-ellipsis-lastline;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    display: -webkit-box;  
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical; 
}
.swiper-container{
    --swiper-theme-color: #b1d6f6;
    --swiper-pagination-color: #2d8bea;/* 两种都可以 */
    --swiper-theme-outline: none;
    --swiper-theme-border: none;
    text-align: center;
  }

