@charset "utf-8";
/* CSS Document */
@charset "utf-8";
.container{position: relative;}

.section1{margin-top: 10px;}
.s1_c{background: #fff;border-radius: 5px;overflow: hidden;}
.s1_c .s1_cl{float: left;width: 44%;border-radius: 5px;overflow:hidden;position: relative;}
.s1_c .s1_cl .swiper-container .swiper-slide .s1_clla{overflow: hidden;}
.s1_c .s1_cl .swiper-container .swiper-slide .s1_clla img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	width: 100%;
}
.s1_c .s1_cl .swiper-container .swiper-slide:hover .s1_clla img{
	transform:scale(1.1);
-ms-transform:scale(1.1); 	
-moz-transform:scale(1.1); 	
-webkit-transform:scale(1.1); 
-o-transform:scale(1.1); 
}
.banner .swiper-slide img{height:415px;width:100%;object-fit:cover;}

.s1_c .s1_cl .swiper-container .swiper-slide .s1_clla{padding-top:358px;}
.s1_c .s1_cl .swiper-container .swiper-slide .s1_cllb{position: absolute;left:0;bottom: 0;background: rgba(0,0,0,0.5);width: 100%;line-height: 52px;box-sizing: border-box;padding: 0 15% 0 3%;font-size: 18px;color: #ffffff;font-weight: bold;overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
.s1_c .s1_cl .swiper-container .swiper-pagination{position: absolute;right: 3%;bottom: 0;line-height: 52px;font-size: 14px;color: #ffffff;text-align: right;width: 97%;}
.s1_c .s1_cl .swiper-container .swiper-pagination .swiper-pagination-current{font-size: 20px;font-weight: bold;}
.s1_c .s1_cr{float: right;width: 54%;position: relative;}
.s1_c .s1_cr .hd{background: #e6e6e6;height: 46px;line-height: 46px;}
.s1_c .s1_cr .hd ul li{float: left;padding: 0 44px;font-size: 18px;color: #333333;font-weight: bold;cursor: pointer;}
.s1_c .s1_cr .hd ul li.on{background: url(../images/s1_2_08.jpg) no-repeat center;background-size: cover;color: #ffffff;}
.s1_c .s1_cr .bd{margin-top: 12px;}
.s1_c .s1_cr .bd .s1_cri .s1_cria dl dt{line-height: 41px;transition: all 0.6s;}
.s1_c .s1_cr .bd .s1_cri .s1_cria dl dt a{width: 75%;box-sizing: border-box;font-size: 16px;color: #666666;box-sizing: border-box;padding-left: 15px;background: url(../images/li01_16.png) no-repeat left center;overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;float: left}
.s1_c .s1_cr .bd .s1_cri .s1_cria dl dt span{float: right;font-size: 16px;color: #b2b2b2;margin-right: 3%;}
.s1_c .s1_cr .bd .s1_cri .s1_cria dl dt:hover{margin-left: 10px;}
.s1_c .s1_cr .bd .s1_cri .s1_cria dl dt:hover a{color: #002e81;background: url(../images/li02_20.png) no-repeat left center;}
.s1_c .s1_cr .bd .s1_cri .s1_crib{position: absolute;right: 20px;top:14px;}
@media only screen and (max-width:1440px){
	<!-- .s1_c .s1_cl{width: 580px;} -->
	<!-- .s1_c .s1_cr{width: 590px;} -->
	.s1_c .s1_cr .hd{height: 42px;line-height: 42px;}
	.s1_c .s1_cr .hd ul li{font-size: 16px;}
	.s1_c .s1_cr .bd{margin-top: 10px;}
	.s1_c .s1_cr .bd .s1_cri .s1_cria dl dt{line-height: 33px;}
	.s1_c .s1_cr .bd .s1_cri .s1_cria dl dt a{font-size: 14px;}
	.s1_c .s1_cr .bd .s1_cri .s1_cria dl dt span{font-size: 14px;}
	.s1_c .s1_cr .bd .s1_cri .s1_crib img{height: 14px;}
}
@media only screen and (max-width:1200px){
	.section1{margin-top: 15px;}
	.s1_c .s1_cl{float: none;width: 100%;border-radius: 0;}
	.s1_c .s1_cr{float: none;width: 100%;}
	.s1_c .s1_cr .hd{height: 40px;line-height: 40px;}
	.s1_c .s1_cr .hd ul li{font-size: 15px;}
	.s1_c .s1_cr .bd{margin-top: 0;padding: 1% 2%;}
	.s1_c .s1_cl .swiper-container .swiper-slide .s1_clla{padding-top:60%;}
	.s1_c .s1_cr .bd .s1_cri .s1_crib{top:10px;}

     .banner .swiper-slide img{height:380px;}
}
@media only screen and (max-width:750px){
	.s1_c .s1_cl .swiper-container .swiper-slide .s1_cllb{line-height: 38px;font-size: 13px;padding: 0 18% 0 3%;}
	.s1_c .s1_cl .swiper-container .swiper-pagination{line-height: 38px;font-size: 13px;}
	.s1_c .s1_cl .swiper-container .swiper-pagination .swiper-pagination-current{font-size: 16px;}
	.s1_c .s1_cr .hd ul li{font-size: 14px;padding: 0 30px;}
	.s1_c .s1_cr .bd .s1_cri .s1_crib{top:10px;}
	.s1_c .s1_cr .bd .s1_cri .s1_cria dl dt span{font-size: 13px;margin-right: 0;}
	.s1_c .s1_cr .bd .s1_cri .s1_cria dl dt a{width: 78%;padding-left: 10px;}

    .banner .swiper-slide img{height:210px;}
}

.section2{margin-top: 10px;}
.s2_a{border-radius: 5px;overflow: hidden;}
.s2_b{display: none;border-radius: 5px;overflow: hidden;}
@media only screen and (max-width:1200px){
	.section2{margin-top: 10px;}
}

.section3{margin-top: 10px;}
.s3_c {display:flex;flex-wrap:wrap;justify-content:space-between;}
.g-in:after{display:none}
.s3_c.clearfix:after{display:none}
.s3_c .s3_cl{float: left;width: calc(50% - 5px);background: #fff;border-radius: 5px;height: auto;box-sizing: border-box;padding: 16px 23px 0;position: relative;}
.s3_c .s3_cl .hd{line-height: 43px;height: 44px;border-bottom: 1px solid #e5e5e5;}
.s3_c .s3_cl .hd ul li{float: left;font-size: 20px;color: #333333;font-weight: bold;margin-right: 80px;border-bottom: 2px solid transparent;cursor: pointer;}
.s3_c .s3_cl .hd ul li.on{color: #002e81;border-color: #002e81;}
.s3_c .s3_cl .bd{margin-top: 20px;}
.s3_c .s3_cl .bd .s3_cli .s3_clia{background: #f7f7f7;height: 115px;padding: 32px 28px 0;border-radius: 8px;}
.s3_c .s3_cl .bd .s3_cli .s3_clia .s3_cliaa{font-size: 18px;color: #333333;font-weight: bold;position: relative;}
.s3_c .s3_cl .bd .s3_cli .s3_clia .s3_cliaa sup{position: absolute;}
.s3_c .s3_cl .bd .s3_cli .s3_clia .s3_cliaa span{float: right;font-size: 14px;color: #999999;font-weight: normal;line-height: 2;}
.s3_c .s3_cl .bd .s3_cli .s3_clia .s3_cliab{font-size: 14px;color: #666666;line-height: 20px;margin-top: 18px;overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.s3_c .s3_cl .bd .s3_cli .s3_clib{margin-top: 20px;}
.s3_c .s3_cl .bd .s3_cli .s3_clib dl dt{line-height: 36px;transition: all 0.6s;}
.s3_c .s3_cl .bd .s3_cli .s3_clib dl dt a{width: 75%;box-sizing: border-box;font-size: 16px;color: #666666;box-sizing: border-box;padding-left: 15px;background: url(../images/li01_16.png) no-repeat left center;overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;float: left}
.s3_c .s3_cl .bd .s3_cli .s3_clib dl dt span{float: right;font-size: 16px;color: #b2b2b2;}
.s3_c .s3_cl .bd .s3_cli .s3_clib dl dt:hover{margin-left: 10px;}
.s3_c .s3_cl .bd .s3_cli .s3_clib dl dt:hover a{color: #002e81;background: url(../images/li02_20.png) no-repeat left center;}
.s3_c .s3_cl .bd .s3_cli .s3_clic{position: absolute;top:16px;right: 23px;line-height: 44px;font-size: 14px;}
.s3_c .s3_cl .bd .s3_cli .s3_clic a{color: #b2b2b2;}
.s3_c .s3_cr{float: right;width: calc(50% - 5px);background: #fff;border-radius: 5px;height: 440px;box-sizing: border-box;padding: 16px 23px 0;}
.s3_crt{line-height: 43px;height: 44px;border-bottom: 1px solid #e5e5e5;}
.s3_crt .s3_crtl{font-size: 20px;color: #333333;font-weight: bold;border-bottom: 2px solid #002e81;float: left;}
.s3_crt .s3_crtr{float: right;font-size: 14px;color: #b2b2b2;}
.s3_c .s3_cr .s3_crc{margin-top: 10px;}
.s3_c .s3_cr .s3_crc dl dt{line-height: 36px;transition: all 0.6s;}
.s3_c .s3_cr .s3_crc dl dt a{width: 75%;box-sizing: border-box;font-size: 16px;color: #666666;box-sizing: border-box;overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;float: left}
.s3_c .s3_cr .s3_crc dl dt span{float: right;font-size: 16px;color: #b2b2b2;}
.s3_c .s3_cr .s3_crd{height: 150px;margin-top: 13px;background: url(../images/s3_1_31.png) no-repeat center;background-size: cover;box-sizing: border-box;padding: 20px 20px 0;border-radius: 10px;overflow: hidden;}
.s3_c .s3_cr .s3_crd .s3_crda{line-height: 2;}
.s3_c .s3_cr .s3_crd .s3_crda span{font-size: 20px;color: #ffffff;font-weight: bold;}
.s3_c .s3_cr .s3_crd .s3_crda a{float: right;}
.s3_c .s3_cr .s3_crd .s3_crda a img{vertical-align: middle;}
.s3_c .s3_cr .s3_crd .s3_crdb{margin-top: 10px;}
.s3_c .s3_cr .s3_crd .s3_crdb dl dt{line-height: 36px;}
.s3_c .s3_cr .s3_crd .s3_crdb dl dt a{color: #fff;font-size: 16px;}
.s3_c .s3_cr .s3_crd .s3_crdb dl dt sup{position: absolute;}
.s3_c .s3_cr .s3_crd .s3_crdb dl dt span{float: right;font-size: 16px;color: #fff;}
.s3_c .s3_cr .s3_crd .s3_crdb dl dt img{vertical-align: top;}
@media only screen and (max-width:1440px){
	<!-- .s3_c .s3_cl{width: 595px;height: 350px;padding: 10px 15px 0;} -->
	<!-- .s3_c .s3_cr{width: 595px;height: 350px;padding: 10px 15px 0;} -->
	.s3_c .s3_cl .hd{line-height: 40px;height: 41px;}
	.s3_c .s3_cl .hd ul li{font-size: 18px;margin-right: 60px;}
	.s3_c .s3_cl .bd .s3_cli .s3_clia{height: 100px;padding: 20px 20px 0;}
	.s3_c .s3_cl .bd .s3_cli .s3_clia .s3_cliaa{font-size: 16px;}
	.s3_c .s3_cl .bd .s3_cli .s3_clib{margin-top: 12px;}
	.s3_c .s3_cl .bd .s3_cli .s3_clib dl dt{line-height: 33px;}
	.s3_c .s3_cl .bd .s3_cli .s3_clib dl dt a{font-size: 14px;}
	.s3_c .s3_cl .bd .s3_cli .s3_clib dl dt span{font-size: 14px;}
	.s3_c .s3_cl .bd .s3_cli .s3_clic{top:10px;line-height: 41px;}
	.s3_crt{line-height: 40px;height: 41px;}
	.s3_crt .s3_crtl{font-size: 18px;}
	.s3_c .s3_cr .s3_crc dl dt{line-height: 33px;}
	.s3_c .s3_cr .s3_crc dl dt a{font-size: 14px;}
	.s3_c .s3_cr .s3_crc dl dt span{font-size: 14px;}
	.s3_c .s3_cr .s3_crd{margin-top: 8px;padding: 15px 15px 20px 15px;height:auto}
	.s3_c .s3_cr .s3_crd .s3_crda span{font-size: 18px;}
	.s3_c .s3_cr .s3_crd .s3_crdb{margin-top: 5px;}
	.s3_c .s3_cr .s3_crd .s3_crdb dl dt{line-height: 33px;}
	.s3_c .s3_cr .s3_crd .s3_crdb dl dt a{font-size: 14px;}
	.s3_c .s3_cr .s3_crd .s3_crdb dl dt span{font-size: 14px;}
}
@media only screen and (max-width:1200px){
	.section3{margin-top: 15px;}
	.s3_c .s3_cl{width: 100%;float: none;height: auto;padding: 10px 15px;}
	.s3_c .s3_cr{width: 100%;float: none;margin-top: 15px;height: auto;padding: 10px 15px;}
	
}
@media only screen and (max-width:750px){
	.s3_c .s3_cl .hd{height: 37px;line-height: 36px;}
	.s3_c .s3_cl .hd ul li{font-size: 16px;margin-right: 30px;}
	.s3_c .s3_cl .bd .s3_cli .s3_clic{line-height: 37px;}
	.s3_c .s3_cl .bd{margin-top: 15px;}
	.s3_c .s3_cl .bd .s3_cli .s3_clia{height: auto;padding: 15px;}
	.s3_c .s3_cl .bd .s3_cli .s3_clia .s3_cliaa{font-size: 14px;}
	.s3_c .s3_cl .bd .s3_cli .s3_clia .s3_cliaa span{font-size: 13px;}
	.s3_c .s3_cl .bd .s3_cli .s3_clia .s3_cliab{margin-top: 10px;font-size: 13px;}
	.s3_c .s3_cl .bd .s3_cli .s3_clib{margin-top: 8px;}
	.s3_crt{line-height: 36px;height: 37px;}
	.s3_crt .s3_crtl{font-size: 16px;}
	.s3_crt .s3_crtr{font-size: 13px;}
	.s3_c .s3_cr .s3_crc{margin-top: 8px;}
	.s3_c .s3_cr .s3_crd{height: auto;margin-top: 5px;padding: 10px 15px;}
	.s3_c .s3_cr .s3_crd .s3_crda span{font-size: 16px;}
	.s3_c .s3_cr .s3_crd .s3_crdb{margin-top: 3px;}
	.s3_c .s3_cr .s3_crd .s3_crdb dl dt a{float: left;width: calc(100% - 91px);overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
	.s3_c .s3_cr .s3_crd .s3_crdb dl dt span{font-size: 13px;}
}

.section4{margin-top: 10px;}
.s4_c .s4_cl{width: calc(68% - 10px);background: #fff;border-radius: 5px;height: 323px;box-sizing: border-box;padding: 15px 20px 0;position: relative;float: left;}
.s4_c .s4_cl .s4_clc{margin-top: 24px;}
.s4_c .s4_cl .s4_clc .swiper-slide{border-radius: 5px;overflow: hidden;}
.s4_c .s4_cl .s4_clc .swiper-slide .s4_clcia{overflow: hidden;padding-top:150px;}
.s4_c .s4_cl .s4_clc .swiper-slide .s4_clcia img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	width: 100%;
}
.s4_c .s4_cl .s4_clc .swiper-slide:hover .s4_clcia img{
	transform:scale(1.1);
-ms-transform:scale(1.1); 	
-moz-transform:scale(1.1); 	
-webkit-transform:scale(1.1); 
-o-transform:scale(1.1); 
}
.s4_c .s4_cl .s4_clc .swiper-slide .s4_clcib{line-height: 53px;background: #f4f4f4;padding: 0 3%;overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;font-size: 16px;color: #333333;text-align: center;}
.s4_c .s4_cl .s4_clc .swiper-slide:hover .s4_clcib{color: #fff;background: #002e81;}
.s4_c .s4_cr{float: right;width: 32%;height: 323px;background:url(../images/s4_2_07.png) no-repeat center;background-size: cover;box-sizing: border-box;padding: 50px 25px 0;border-radius: 5px;overflow: hidden;}
.s4_c .s4_cr .s4_crt .s4_crta{font-size: 24px;color: #002e81;font-weight: bold;}
.s4_c .s4_cr .s4_crt .s4_crtb{width: 22px;height: 3px;background: #002e81;margin-top: 8px;}
.s4_c .s4_cr .s4_crc{margin-top: 35px;line-height: 24px;font-size: 14px;color: #666666;}
@media only screen and (max-width:1440px){
	<!-- .s4_c .s4_cl{width: 805px;height: 280px;padding: 12px 15px 0;} -->
	.s4_c .s4_cl .s4_clc{margin-top: 20px;}
	.s4_c .s4_cl .s4_clc .swiper-slide .s4_clcib{line-height: 40px;font-size: 14px;}
	<!-- .s4_c .s4_cr{width: 385px;height: 280px;padding: 40px 20px 0;} -->
	.s4_c .s4_cr .s4_crt .s4_crta{font-size: 21px;}
	.s4_c .s4_cr .s4_crt .s4_crtb{margin-top: 5px;}
	.s4_c .s4_cr .s4_crc{margin-top: 28px;}
}
@media only screen and (max-width:1200px){
	.section4{margin-top: 15px;}
	.s4_c .s4_cl{float: none;width: 100%;padding: 10px 15px;height: auto;}
	.s4_c .s4_cr{float: none;width: 100%;height: auto;padding: 30px 15px;margin-top: 15px;}
}
@media only screen and (max-width:750px){
	.s4_c .s4_cl .s4_clc{margin-top: 15px;}
	.s4_c .s4_cl .s4_clc .swiper-slide .s4_clcib{line-height: 36px;}
	.s4_c .s4_cr{padding: 20px 15px;}
	.s4_c .s4_cr .s4_crt .s4_crta{font-size: 18px;}
	.s4_c .s4_cr .s4_crc{margin-top: 20px;}
	.s4_c .s4_cl .s4_clc .swiper-slide .s4_clcia{padding-top:70%;}
}

.section5{margin-top: 10px;}
.s5_c{padding: 36px 32px;background: #fff;border-radius: 5px;overflow:hidden;}
.s5_c .swiper-container .swiper-slide .s5_ci{border:1px solid #e5e5e5;overflow: hidden;box-sizing: border-box;}
.s5_c .swiper-container .swiper-slide .s5_ci img{height: 68px;object-fit: contain;
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	width: 100%;
}
.s5_c .swiper-container .swiper-slide:hover .s5_ci img{
	transform:scale(1.1);
-ms-transform:scale(1.1); 	
-moz-transform:scale(1.1); 	
-webkit-transform:scale(1.1); 
-o-transform:scale(1.1); 
}
@media only screen and (max-width:1440px){
	.s5_c{padding: 30px 20px;}
}
@media only screen and (max-width:1200px){
	.section5{margin-top: 15px;}
	.s5_c{padding: 24px 15px;}
}
@media only screen and (max-width:750px){
	.s5_c{padding: 20px 15px;}
	.s5_c .swiper-container .swiper-slide .s5_ci img{height: 55px;}
}

.u-tt .hd { position:relative; }
.u-tt .hd h2 { padding:15px 5px; border-bottom: 1px solid #ccc; color:#132c80; font-size:18px; line-height:26px; vertical-align:top; font-weight:100; }
.u-tt .hd h2 span { display:block; color:#bababa; font-weight:100; font-size:15px; line-height:20px; text-transform:uppercase; vertical-align:top; }
.u-tt .hd .more { position:absolute; top:50%; right:8px; width:15px; height:15px; margin-top:-7px; padding:0; background:url(../images/../images/icon_arr_arrow.png) no-repeat #f60; background-size:contain; overflow:hidden; }
.u-tt .hd .more a { display:block; background:none; line-height:999px; }
.u-tt .bd { margin:0 2.5%; padding:3% 0; }

.box-isd{display: none}
.box-isd .hd { background:#fff;}
.box-isd .hd h2 { border-right:0; background:#fff; color:#1e1201; }
.box-isd .hd .col { float:right; height:24px; margin:15px 5px 0 0; padding:0 20px; line-height:24px; border-radius:3px; border:1px solid #ddd; text-align:center; }
.box-isd .hd .col a { color:#333; }

@media only screen and (max-width:1200px){
	.wrap{width: 96%;}
	.box-isd{display: block;}
}

.conc{margin-top: 20px;background: #fff;border-radius: 5px;overflow: hidden;padding: 30px;}
.location{font-size: 14px;color: #002e81;}
.location a{color: #002e81;}
.location span{color: #666666;padding-left: 15px;background: url(../images/in1_03.png) no-repeat left center;}
.location h3{display: none;}
.wrapa{margin-top: 27px;min-height: 460px;}
.wrapa .sidebar{float: left;width: 245px;}
.wrapa .main{float: right;width: 1080px;}

/* 左侧栏目标题 */
.leftTitle {width: 260px;box-sizing: border-box;position: relative; height: 80px;background: #002e81;line-height: 80px;font-size: 22px;color: #fff;font-weight: bold;padding-left: 108px;background: #002e81 url(../images/in2_03.png) no-repeat 62px center;}
.leftTitle:after{content: "";width: 15px;height: 15px;background: url(../images/in5_03.png) no-repeat center;right: 0;top:80px;position: absolute;}
.leftTitle s {display: none;}

/* 二级、三级菜单 */
.menu { margin-bottom:30px; }
.menu dl dt {background: #e5eaf2;}
.menu dl dt a {display: block;height: 56px;line-height: 56px;font-size: 16px;overflow: hidden;color: #333333;border-bottom: #fff 1px solid;padding-left: 75px;background: url(../images/in3_07.png) no-repeat 92% center;}
.menu dl dt a:hover,.menu dl dt .current {background: #002e81;color: #fff;background:#002e81 url(../images/in4_10.png) no-repeat 92% center;}
.menu dl dd a{display: block; padding:5px 0 5px 85px; border-bottom:1px solid #eee; font-size:14px; text-align:left;background: #e5eaf2;border-bottom:1px solid #fff;color: #333333 }
.menu dl dd a:hover,.menu dl dd .current { color:#fff;background: #002e81; text-decoration:none; }

/* 内容模式 */
.article{line-height:2; font-size:16px; word-wrap:break-word; }
.article .hd { padding:0 0 20px; text-align:center; }
.article .hd h1 { color:#000; font-size:29px; font-weight: normal;}
.article .hd .titBar { color:#797979; font-size:12px; } 
.article .bd { padding-bottom:40px; }
.article .ft { padding:20px 0 0; border-top:1px solid #ddd; }
.article img{max-width: 100%;height: auto;}
.article video{max-width: 100%;height: auto}
.article .bd * {font-size:21px !important;line-height:37px !important;font-family:initial !important;}

.sjcontent{display: none;}

video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
} 
#dituContent img{max-width: unset!important;}

@media only screen and (max-width:1440px){
	.conc{padding: 25px;}
	.wrapa{margin-top: 22px;}
	.wrapa .sidebar{width: 220px;}
	.wrapa .main{width: 900px;}
	.leftTitle{width: 235px;line-height: 70px;height: 70px;font-size: 18px;padding-left: 88px;background: #002e81 url(../images/in2_03.png) no-repeat 50px center;}
	.leftTitle:after{top:70px;}
	.menu dl dt a{height: 50px;line-height: 50px;font-size: 14px;padding-left: 55px;}
	.menu dl dd a{padding:5px 0 5px 65px;font-size: 13px;}
}
@media only screen and (max-width:1200px){
	.conc{margin-top: 15px;}
	.conc{padding: 20px;}
	.sidebar{display: none;}
	.location{display: none;}
	.wrapa{margin-top: 0;}
	.wrapa .main{float: none;width: 100%;margin-top: 25px;}
}
@media only screen and (max-width:750px){
	.conc{padding: 15px;}
	.wrapa .main{margin-top: 15px;}
	.article .hd h1{font-size: 20px;line-height: 1.6;margin-bottom:10px;}
	.article .pccontent p{font-size: 14px !important;}
	.article .pccontent span{font-size: 14px !important;}
	.article .pccontent strong{font-size: 14px !important;}
    .article .bd * {font-size:16px !important;line-height:30px !important;}
	/* .sjcontent{display: block;}
	.pccontent{display: none;} */
}


.piList .pic-item-list .pic-item{float:left;width: 31.33333%;margin:0 3% 3% 0;text-align: center;}
.piList .pic-item-list .pic-item:nth-child(3n){margin-right: 0;}
.piList .pic-item-list .pic-item .list-pic{overflow: hidden;}
.piList .pic-item-list .pic-item dl{padding: 0 3%;background: #f5f5f5;line-height: 3.2;}
.piList .pic-item-list .pic-item dl dt{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.piList .pic-item-list .pic-item dl dt a{font-size: 16px;color: #333;}
.piList .pic-item-list .pic-item:hover dl{background: #002e81;}
.piList .pic-item-list .pic-item:hover dl dt a{color: #fff;}
.piList .pic-item-list .pic-item .list-pic img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	max-width: 100%;
	
}
.piList .pic-item-list .pic-item:hover .list-pic img{
	transform:scale(1.1);
-ms-transform:scale(1.1); 	
-moz-transform:scale(1.1); 	
-webkit-transform:scale(1.1); 
-o-transform:scale(1.1); 
}
@media only screen and (max-width:1440px){
	.piList .pic-item-list .pic-item dl dt a{font-size: 14px;}
}
@media only screen and (max-width:1200px){

}
@media only screen and (max-width:640px){
	.piList .pic-item-list .pic-item{float:left;width: 48%;margin:0 4% 4% 0;text-align: center;}
	.piList .pic-item-list .pic-item:nth-child(3n){margin-right: 4%;}
	.piList .pic-item-list .pic-item:nth-child(2n){margin-right: 0;}
	.piList .pic-item-list .pic-item dl dt a{font-size: 13px;}	
}

/* 分页 */
.page { padding-top: 30px; line-height:24px; text-align:center;padding-bottom: 30px; }
.page a { display:inline-block; margin:0 5px; padding:3px 11px; background:#f0f0f1; color:#4f4f4f; vertical-align:top;font-size: 14px; }
.page a:hover,.page .current { background:#002e81; color:#fff; }
.page .pageList-wrap{display: inline-block;}

@media screen and (max-width: 1024px){
	.page{padding-top: 10px}
	.page a{padding: 0 5px;margin: 1px;font-size: 12px}
}

.newb ul li{line-height: 54px;border-bottom: 1px solid #f2f2f2;transition: all 0.6s;}
.newb ul li a{display: block;float: left;width: calc(100% - 105px);box-sizing: border-box;padding-left: 11px;background: url(../images/li01_16.png) no-repeat left center;font-size: 16px;color: #333333;transition: all 0.6s;overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
.newb ul li span{float: right;font-size: 16px;color: #999999;}
.newb ul li:hover{border-color: #002e81;}
.newb ul li:hover a{color: #002e81;font-weight: bold;margin-left: 10px;background: url(../images/li02_20.png) no-repeat left center;}
@media screen and (max-width: 1440px){
	.newb ul li{line-height: 50px;}
	.newb ul li a{font-size: 14px;width: calc(100% - 95px);}
	.newb ul li span{font-size: 14px;}
}

.picnews .picnewsi{padding: 25px 0;border-bottom: 1px solid #e5e5e5;position: relative;}
.picnews .picnewsi .picnewsil{float:left;width: 25%;overflow: hidden;}
.picnews .picnewsi .picnewsil img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	width: 100%;
}
.picnews .picnewsi:hover .picnewsil img{
	transform:scale(1.1);
-ms-transform:scale(1.1); 	
-moz-transform:scale(1.1); 	
-webkit-transform:scale(1.1); 
-o-transform:scale(1.1); 
}
.picnews .picnewsi .picnewsir{float:right;width: 70%;}
.picnews .picnewsi .picnewsir .picnewsira{font-size: 16px;color: #4a4a4a;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.picnews .picnewsi .picnewsir .picnewsirb{margin-top: 20px;font-size: 14px;color: #4a4a4a;}
.picnews .picnewsi .picnewsir .picnewsirc{margin-top: 30px;font-size: 14px;color: #4a4a4a;line-height: 24px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.picnews .picnewsi:hover .picnewsir .picnewsira{color: #002e81;}
@media only screen and (max-width:1440px){
	.picnews .picnewsi{padding: 20px 0;}
	.picnews .picnewsi .picnewsil{width: 30%;}
	.picnews .picnewsi .picnewsir{width: 65%;}
	.picnews .picnewsi .picnewsir .picnewsira{font-size: 14px;}
	.picnews .picnewsi .picnewsir .picnewsirb{margin-top: 15px;font-size: 13px;}
	.picnews .picnewsi .picnewsir .picnewsirc{margin-top: 20px;font-size: 13px;line-height: 22px;}
}
@media only screen and (max-width:1200px){
	.picnews{padding:0 0 30px;}
	.picnews .picnewsi{padding: 18px 0;}
	.picnews .picnewsi .picnewsir .picnewsirb{margin-top: 10px;font-size: 13px;}
	.picnews .picnewsi .picnewsir .picnewsirc{margin-top: 15px;font-size: 13px;line-height: 22px;}
}
@media only screen and (max-width:640px){
	.picnews{padding:0 0 20px 0;}
	.picnews .picnewsi{padding: 15px 0;}
	.picnews .picnewsi .picnewsil{float:none;width: 100%;}
	.picnews .picnewsi .picnewsir{float:none;width: 100%;margin-top: 15px;}
	.picnews .picnewsi .picnewsir .picnewsira{font-size: 15px;}
	.picnews .picnewsi .picnewsir .picnewsirb{margin-top: 5px;}
	.picnews .picnewsi .picnewsir .picnewsirc{margin-top: 10px;}
}

