@charset "utf-8";
/*简易动效*/
.myanimation_d{
  transition: all 1s;
  opacity: 0;
  transform: translateY(-40px);
}
.myanimation_l{
  transition: all 1s;
  opacity: 0;
  transform: translateX(-40px);
}
.myanimation_r{
  transition: all 1s;
  opacity: 0;
  transform: translateX(40px);
}
.myanimation_u{
  transition: all 1s;
  opacity: 0;
  transform: translateY(40px);
}
.my{
  transform: translateY(0px);
  opacity: 1;
}
/*简易动效*/


/*图片轮播*/
.banner_img{
height:100%;
}

.Banner{overflow: hidden;}
.Banner .slides a{display: block;}
.Banner .slides a .img{padding-bottom: calc(820% / 19.2);position: relative;}
.Banner .slides a .img::after{content: '';display: block;position: absolute;left: 0;right: 0;bottom: 0;padding-bottom: calc(220% / 19.2);background: url(../images/banner_cover.png) bottom center repeat-x;background-size: auto 100%;background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(20, 71, 123, 0.41));}
.Banner .flex-active-slide img{ transition:transform 6000ms linear 0s;-moz-transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.til_slides{display: block;line-height: 60px;color: #fff;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;position: absolute;left: 50%;margin: 0 0 0 -600px;bottom: 40px;max-width: 800px;}
.flex-control-paging {width: auto;position: absolute;right: 50%;bottom: 51px;margin: 0 -600px 0 0;}
.flex-control-paging li a{width: 30px; height: 30px;background: url(../images/banner_nav1.png) center no-repeat;background-size: 100% 100% !important;}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active{background: url(../images/banner_nav2.png) center no-repeat;}
.flex-control-nav li{margin: 0 0 0 25px;    opacity: .8;}

.article_list_title{overflow: hidden;margin-bottom: 20px;height: 34px;line-height: 34px;text-align: center;position: relative;}
.article_list_title::after{
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 61px;
    width: 40%;
    background: #e6e6e6;
}
.article_list_title::before{content: '';display: block;height: 1px;position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 44%;background: #e6e6e6;}
.article_list_title .more{position: absolute;z-index: 2;right: 0;top: 0;color: #fff;padding: 0 1px 0 20px;}
.article_list_title .more::before{content: '';display: block;width: 0px;height: 16px;background: #e6e6e6;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.article_list_title h2{height: 34px;line-height: 34px;padding:0 37px;color: #333;font-weight: 700;display: inline-block;*display: inline;*zoom:1;position: relative;z-index: 2;    border-radius: 5px;}
.article_list_title h2::before{    background: #fff;content: '';display: block;width: 10px;height: 10px;border: 1px solid #7f0102;border-radius: 50%;position: absolute;left: 0;top: 50%;transform: translateY(-50%); }
.article_list_title h2::after{    background: #fff;content: '';display: block;width: 10px;height: 10px;border: 1px solid #7f0102;border-radius: 50%;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.mode02 .article_list_title::after,.mode04 .article_list_title::after{display: none;}
.wrap_mode01 .article_list_title h2{
 /*   background: #1d6fc1; */
    color: #fff;
}
.dt_2 li {
    float: left;
    width: 32%;
    margin-left:2%;
    position:relative;
    box-sizing:border-box;
    transition: all .3s;
}
.dt_2 li:hover{
	transform:translateY(-5px);
}
.dt_2 li:first-child{
	margin-left:0;	
}
.dt_2 li img{
	display:block;
	width:100%;
	height:230px;
}
.dt_2 li p{
	 background:#fff;
	 padding:10px 10px;
	 display: -webkit-box;
	 box-sizing:  border-box;
	 overflow: hidden;
	 -webkit-box-orient: vertical;
	 text-overflow: ellipsis;
	 -webkit-line-clamp: 2;
	 font-size:16px;
	 line-height:24px;
	 text-align:justify;
	 }
.dt_2 li span{
	position:absolute;
	left:20px;
	top:20px;
	background:#0E58A5;
color:#fff;
padding:4px 5px;
font-size:13px;
}

.wrap_mode01{

padding: 48px 0 60px;

background: url(../images/section_bg.png);
background-size: 100%;

background: #1e70c3;

background: -webkit-linear-gradient(#5a2e8a , #377dc6 , #4993de , #ece2cc);

background: -o-linear-gradient(#5a2e8a , #377dc6 , #4993de , #ece2cc);

background: -moz-linear-gradient(#5a2e8a , #377dc6 , #4993de , #ece2cc);

background: linear-gradient(#5a2e8a , #377dc6 , #4993de , #ece2cc);


}
.mode01{position: relative;}
.mode01:after {
       content: "";
    width: 500px;
    height: 600px;
    background: url(../images/main1_bg.png) no-repeat left bottom;
    background-size: 100%;
    position: absolute;
    left: 100%;
    opacity: 0.2;
    bottom: -60px;
}
.mode01:before {
     content: "";
    width: 500px;
    height: 600px;
 background: url(../images/main1_bg_l.png) no-repeat left bottom;
    background-size: 100%;
    position: absolute;
right:100%;
    top: -155px;
    opacity: .2;
}




.article_list011 ul{margin: 0 -20px;padding: 18px 0 30px;}
.article_list011 li{width: 49%;margin-left: 2%;    transition: all .3s;}
.article_list011 li:first-child{margin-left: 0;}
.article_list011 .time{ transition: all .3s;}
.article_list011 li:hover .d_t{
        background: #88a9ce;
}
.article_list011 li:hover .d_t p{
color:#fff;
}
.article_list011 li:hover .d_t p:after{
background: #ffffff;
}
.article_list011 li:hover .time{

background-color: #88a9ce;
}


.article_list011 a{margin: 0 20px 0;margin-left: 0;position: relative;box-shadow: 0 5px 18px 1.8px rgba(0,0,0,0.1);}
.article_list011 .img{position: relative;width: 54%;float:  left;height:  auto;}
.article_list011 .img::after{padding-bottom: calc(140% / 5.8);content: '';display: block;position: absolute;left: 0;right: 0;bottom: 0;height: 0;width: 100%;background: url(../images/mode01_cover.png) bottom center repeat-x;background-size: auto 100%;}
.article_list011 .title{margin: 0 0 0;height: 24px;line-height: 24px;width: 30%;float:  right;/* white-space: nowrap; */color: #fff;}
 .article_list011 .time{color: rgba(0, 0, 0, 0.6);margin: 0 0 0;float: right;font-size: 13px;text-align: right;width: 46%;box-sizing: border-box;padding: 0 8px 0 0;background: url(../images/mode01_time2.png) 70px 6px no-repeat;background-clip: padding-box;line-height: 26px;background-color: #faf5e8;padding-bottom: 10px;}
.article_list011 li:hover .time{background: url(../images/mode01_time2_on.png) 75px 6px no-repeat;
    background-color: #88a9ce;
    color: #fff;
}
.article_list011 .d_t{
    float: right;
    width: 46%;
    height: 175px;
    background: #faf5e8;
    padding: 2px 18px;
    box-sizing: border-box;
    transition: all .3s;
}
.article_list011 .d_t p{
    font-size: 16px;
    xfont-weight: 600;
    margin-top: 37px;
    line-height: 27px;
    text-align: justify;
    position: relative;
}
.article_list011 .d_t p:after {
    content: "";
    width: 34px;
    height: 3px;
    background: #2d58a8;
    position: absolute;
    left: 0;
    bottom: -11px;
}
.tit_3{
    font-size: 15px;
    text-align: justify;
    line-height: 24px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.article_list011 .d_t span{
    color: #969696;
    text-indent: 2em;
    display: block;
    color: #969696;
    font-size: 13px;
    text-align: justify;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    margin: 12px 0;
}
.ztwz_ul{
    margin-top: 13px;
}
.ztwz_ul ul li{
    float: left;
    width: 48%;
    height: 88px;
    margin: 10px 7px;
    transition: all .3s;
}
@media screen and (min-width: 1387px){
.ztwz_ul ul li {
    height: 115px;
}


}
.ztwz_ul ul li:hover{
transform: translateY(-10px);
}
.ztwz_ul ul li img{
width: 100%;
    height: 100%;
display: block;
}
.article_list012 ul{margin: 0 -20px 0;}
.article_list012 li{width: 32%;margin-left: 2%;}
.article_list012 li:first-child{margin-left: 0;}
.article_list012 a{margin: 0 20px 0;margin-left: 0;box-shadow: 0 5px 18px 1.2px rgba(0,0,0,0.05);}
.article_list012 .img{width: 60%;float: left;height: auto;}
.article_list012 .img_3 img{height: 150px;}
.img_2 img{height: 211px;}
.article_list012 .bottom_box{padding: 4px 12px 4px;background:#faf5e8;float: right;width: 40%;position: relative;height: 150px;box-sizing: border-box;    transition: all .3s;}
.article_list012 li:hover .bottom_box{
    background: #88a9ce;
}
.article_list012 li:hover .tit_3{
color:#fff;
}

.article_list012 .title{font-size: 16px;text-align:  justify;}
.article_list012 .time{color: #999;margin: 0 0 0;padding: 0 0 0 23px;background: url(../images/mode01_time2.png) left center no-repeat;font-size: 13px;position:  absolute;bottom: 6px;right: 8px;}
.article_list012 li:hover .time{
    background: url(../images/mode01_time2_on.png) left center no-repeat;
color:#fff;
}

.tabMenu{font-size: 0;height: 34px;position: relative;}
.tabMenu::before{content: '';display: block;position: absolute;left: 0;right: 50%;top: 0;bottom: 0;margin: 0 174px 0 0;background: url(../images/mode04_tab_left.png) right center no-repeat;}
.tabMenu::after{content: '';display: block;position: absolute;right: 65px;left: 50%;top: 0;bottom: 0;margin: 0 0 0 174px;background: url(../images/mode04_tab_right.png) left center no-repeat;}

.til_tab{display: inline-block;*display: inline;*zoom:1;position: relative;line-height: 34px;height: 34px;}
/* .til_tab:first-child{padding: 0 0 0 17px;}
.til_tab:last-child{padding: 0 17px 0 0;}
.til_tab:first-child::before{content: '';display: block;width: 10px;height: 10px;border: 1px solid #7f0102;border-radius: 50%;position: absolute;left: 0;top: 50%;transform: translateY(-50%);background: #faf5e8;}
.til_tab:last-child::after{content: '';display: block;width: 10px;height: 10px;border: 1px solid #7f0102;border-radius: 50%;position: absolute;right: 0;top: 50%;transform: translateY(-50%);background: #faf5e8;} */
.til_tab:first-child::after{content: '';width: 1px;height: 30px;background: #d2c3a1;position: absolute;top: 50%;transform: translateY(-50%);right: 0;display: block;z-index: 2;}
.til_tab h2{padding: 0 25px;background: transparent;color: #999;}
.til_tab.on h2{color: #333;}
.til_tab h2::before,.til_tab h2::after{display: none;}
.article_list_title .more_tab{background: transparent;}
.tabListBox{display: none;padding: 16px 0 0 0;}
.tabListBox.on{
display: block;
-webkit-animation-name: fade_in ;
animation-name: fade_in ;
animation-duration: 0.4s;
-webkit-animation-duration: 0.4s;
}
@keyframes fade_in{
	from {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		opacity: 1;
		transform: translateY(0px);
	}
}


.wrap_mode02{padding: 50px 0 55px;background: url(../images/bg.png) repeat #faf5e8;min-height:394px; }
.mode02{position: relative;}
.mode02 .lf{width: 520px;float: left;display: block;}
.mode02 .rt{margin: 0 0 0 560px;float: none;}

.index_link02{position: relative;}
.index_link02 .img{padding-bottom: calc(324% / 5.2);}
.index_link02 .title{line-height: 24px;max-height: 72px;position: absolute;left: 0;right: 0;bottom: 0;color: #fff;padding: 12px 20px 10px;background: rgba(0,0,0,0.5);}

.article_list02 ul{margin: 0 0 -15px 0;}
.article_list02 li{width: 100%;}
.article_list02 a{margin: 0 0 15px;padding: 0 0 14px 0;border-bottom: 1px solid #e0dbce;}
.article_list02 .left{width: 64px;float: left;position: relative;}
.article_list02 .time{font-family: arial;position: relative;}
.article_list02 .time::after{content: '';display: block;width: 1px;height: 50px;background: #dedbd5;position: absolute;right: 0;bottom: 0;}
.article_list02 .day{color: #333;margin: 0 0 0 0;}
.article_list02 .month{color: #999;margin: 0 0 0 0;}
.article_list02 .right{margin: 0 0 0 77px;position: relative;padding: 4px 18px 0 0;text-align: justify;}
.article_list02 .title{margin: 0 0 7px;height: 20px;line-height: 24px;}
.article_list02 .info{margin: 0 0 0;color: #999;height: 24px;line-height: 24px;white-space: nowrap;}

.wrap_mode03_in{padding: 60px 0 80px;}
.wrap_mode03{overflow: hidden;background: url(../images/bg6.jpg) center center no-repeat;background-size: 100% 100%;}
.mode03{position: relative;}
.article_list03 ul{margin: 0 -24px 0;padding: 30px 8px 40px;background: #fff;}
.article_list03 li{width: 33.3%;    background-color: #fff;}
.article_list03 li .top_box{transition:all .3s;}
.article_list03 li:hover .top_box{background: #88a9ce !important;}
.article_list03 li:hover .top_box div{color:#fff;}

.article_list03 li:hover .bottom_box::before{
	     background: url(../images/mode03_bg_on.png) left top no-repeat;
}
.article_list03 a{margin: 0 24px 0;}
.article_list03 .top_box{padding: 11px 17px 20px 20px;background: #fff;box-shadow: 0 5px 15px 1.2px rgba(0,0,0,0.05);border: 1px solid #f5f5f5;border-bottom: 0;}
.article_list03 .tip{display: inline-block;*display: inline;*zoom:1;padding: 0 7px 0;line-height: 26px;border-radius: 3px;color: #fff;}
.article_list03 .tip.color1{background: #f0ad4e;}
.article_list03 .tip.color2{background: #d9534f;}
.article_list03 .tip.color3{background: #428bca;}
.article_list03 .time{float: right;padding: 5px 0 5px 28px;font-family: arial;color: #999;background: url(../images/mode01_time2.png) left center no-repeat;}
.article_list03 .title{margin: 13px 0 0;max-height: 48px;line-height: 24px;white-space: nowrap;}
.article_list03 .bottom_box{padding: 0 0 0 0;position: relative;}
.article_list03 .bottom_box::before{content: '';display: block;width: 100%;height: 32px;background: url(../images/mode03_bg.png) left top no-repeat;margin: 0 0 3px;}
.article_list03 .left{
    width: 162px;
    float: left;
    height: 114px;
    overflow: hidden;
    }
.article_list03 img {min-height: 100%;}
.article_list03 .right{margin: 0 0 0 172px;padding: 13px 0 0 0;text-align: justify;}
.article_list03 .img{padding-bottom: 100%;border-radius: 50%;}
.article_list03 .info{margin: 0 0 0;color: #999;height: 88px;line-height: 22px;}

.wrap_mode04{padding: 50px 0 20px; border-top: 1px solid #eaeaea;  background-color: #f9f9f9;}
.mode04{position: relative;}
.article_list04 ul{margin: 0 -14px 0;}
.article_list04 li{width: 33.3%;position:  relative;padding-top: 43px;   transition: all .3s;}
.article_list04 a{margin: 0 14px 30px;box-shadow: 0 5px 15px 1.2px rgba(0,0,0,0.05);}
.article_list04 .time{background: #fff;padding: 0 18px;line-height: 44px;left: -10px;font-family: arial;border-bottom: 1px solid #f5efe1;position:  absolute;top: -10px;background: #004387;    z-index: 2;}
.article_list04 .day{color: #fff;margin: 0 10px 0 0;display: inline-block;*display: inline;*zoom:1;vertical-align: middle;/* border: solid 1px; */}
.article_list04 .month{color: #fff;margin: 0 0 0 0;display: inline-block;*display: inline;*zoom:1;vertical-align: middle;}
.article_list04 .bottom_box{padding: 10px 18px 11px;background: #fff;/* padding-top: 45px; */}
.article_list04 .title{margin: 0 0 8px;height: 48px;line-height: 24px;}
.article_list04 .icon1{margin: 0 0 0;color: #999;height: 28px;line-height: 28px;padding: 0 0 0 27px;background: url(../images/mode04_time.png) left center no-repeat;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.article_list04 .icon2{margin: 0 0 0;color: #999;height: 28px;line-height: 28px;padding: 0 0 0 28px;background: url(../images/mode04_address.png) 2px 4px no-repeat;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.article_list04 li:after {
    content: "";
    width: 70%;
    height: 40px;
    position: absolute;
    right: 14px;
    top: 3px;
    background: #fff;
 
}
.article_list04 li:hover{
transform: translateY(-5px);
}
.wrap_mode05{padding: 59px 0 42px;   background: url(../images/mode04_bg.png) top center repeat #faf5e8;}
.mode05{position: relative;}

.mode05 .article_list_title,.mode04 .article_list_title{    
text-align: left;
}
.notice_1{
    margin-top: 20px;
}
.ztwz_ul_1{
    margin-top: 22px;
}
.mode05 .article_list_title h2,.mode04 .article_list_title h2{padding-left: 0;}
.mode05 .article_list_title h2::before{display: none;}
.mode04 .article_list_title h2::before{display: none;}
.mode05 .lf{width: calc(560% / 12);}
.mode05 .rt{width: calc(560% / 12);}
.mode05 .article_list_title{
    margin-bottom: 0;
}
.article_list051 ul{margin: 0 0 0 0;padding: 20px 0 0;}
.article_list051 li{width: 100%;}
.article_list051 a{margin: 0 0 21px;border: 1px solid #f5f5f5;box-shadow: 0 5px 15px 1.2px rgba(0,0,0,0.05);}
.article_list051 .left{width: 95px;float: left;height: 88px;position: relative;background: url(../images/mode05_time.png) right center no-repeat;background: #f7f6f3;/* padding-top: 2px; */background: #fff;/* overflow: hidden; */border: 2px solid #0E58A5;}
.article_list051 .time{font-family: arial;text-align: center;height: 100%;/* margin-top: 14px; */position: absolute;top: 7px;/* transform: translateY(-50%); */width: 98%;left: 7px;background: #0E58A5;z-index: 1;}
.article_list051 .day{color: #d9534f;margin: 9px 0 6px 0;color: #fff;}
.article_list051 .month{color: #fff;margin: 0 0 0 0;font-size: 15px;}
.article_list051 .right{margin: 0 0 0 99px;height: 88px;position: relative;background: #fff;}
.article_list051 .title{padding-left: 15px;margin: 0 0 0;max-height: 48px;line-height: 24px;position: absolute;right: 22px;left: 0;top: 50%;transform: translateY(-50%);}
 


.article_list052{padding: 21px 0 0 0;}
.article_list052 .slides a{display: block;}
.article_list052 .img{
padding-bottom:0;
height:auto;
}
.article_list052 .flex-control-paging{right: 0;left: 0;margin: 0;bottom: 9px;}
.article_list052 .flex-control-paging li{margin: 0 7.5px;}
.article_list052 .flex-control-paging li a{width: 10px; height: 10px;background: #fff;}
.article_list052 .flex-control-paging li a:hover,.article_list052 .flex-control-paging li a.flex-active{background: #7f0102;}

.wrap_mode06{padding: 50px 0 40px;border-top: 10px solid #1d6ec0;background-size: cover;
background:url("../images/foot_bg.png") no-repeat bottom center;
background-color: #004387; background-size: 100%;
}
.mode06{position: relative;}

.article_list06 ul{margin: 0 -25px 0;}
.article_list06 li{width: 12%;}
.article_list06 a{margin: 0 0 37px;}
.article_list06 .img_centered{width: 86px;height: 86px;margin: 0 auto 13px;border-radius: 50%;background: rgba(255,255,255,0.3);}
.article_list06 .title{margin: 0 0 0;height: 20px;line-height: 20px;text-align: center;color: #fff;}


@media screen  and (min-width:1024px){
	.article_list011 a:hover img{transform: scale(1.05);-ms-transform: scale(1.05);-moz-transform: scale(1.05);-webkit-transform: scale(1.05);-o-transform: scale(1.05);}
	.article_list06 .img_centered img,.article_list06 .img_centered{transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;-o-transition: all ease-in-out 0.5s;}
	.article_list011 a,.article_list012 a,.article_list03 a,.article_list04 a,.article_list051 a{transition: all ease-in-out 0.3s;-ms-transition: all ease-in-out 0.3s;-moz-transition: all ease-in-out 0.3s;-webkit-transition: all ease-in-out 0.3s;-o-transition: all ease-in-out 0.3s;}
	
	.article_list011 a:hover,.article_list012 a:hover,.article_list03 a:hover,.article_list051 a:hover{transform: translateY(-10px);}
	.article_list012 a:hover,.article_list051 a:hover{box-shadow: 0 5px 20px 2px rgba(182,43,43,0.1);}
	.article_list06 a:hover .img_centered img{transform: rotateY(360deg);}
	.article_list06 a:hover .img_centered{background: #992626;}
	
}
@media screen  and (min-width:1367px){
.img_2 img {height: 318px;}
.article_list011 .d_t{height: 282px;}
.article_list012 .img_3 img {height: 210px;}
.article_list012 .bottom_box{height: 210px;}
.dt_2 li img {height: 338px;}
.dt_2 li p {height: 85px;padding-top: 17px;}
.article_list011 .time{
    background: url(../images/mode01_time2.png) 238px 6px no-repeat;
    background-color: #faf5e8;
}
.article_list011 li:hover .time{
background: url(../images/mode01_time2_on.png) 238px 6px no-repeat;
    background-color: #88a9ce;
    color: #fff;
}
.article_list011 .d_t p{
        font-size: 16px;
        line-height: 38px;
        xfont-weight: 600;
        margin-top: 68px;
}
.article_list011 .d_t p:after{width:39px;}

.tit_3 {
    font-size: 16px;
    line-height: 30px;
    margin-top: 29px;
}
.article_list051 a {
margin: 0 0 30px;
}

}
 
@media screen  and (max-width:1386px){
	.flex-control-paging{right: 30px;margin: 0;}
	.til_slides{left: 30px;margin: 0;}
	.slides i{right: 183px;margin: 0;}
	.wrap_slides{width: auto;padding:0 300px 0 182px;right: 0;overflow: hidden;}
        .article_list_title::after{
                width: 35%;
               background: rgba(230, 230, 230, 0.4);
        }
   

}
@media screen  and (max-width:1220px){
	.til_slides{width: auto;left: 30px;font-size: 18px;max-width: 640px;bottom: 10px;}
	.flex-control-paging li a{width: 16px;height: 16px;}
	.flex-control-paging{bottom: 30px;}
	.flex-direction-nav a{width: 60px;height: 60px;}
	.flex-direction-nav .flex-prev{left: 30px;}
	.flex-direction-nav .flex-next{right: 30px;}
	
	.article_list06 li{width: 16.6%;}
	
}

@media screen  and (max-width:992px){
    .article_list_title h2{
      font-weight: 600;    
      padding-left: 0;
padding: 0 37px;
padding-left: 37px;
   }


    .banner_img{height: auto;}
    .Banner .slides a .img{padding: 0;}
    .wrap_mode01 {padding: 10px 0 20px;}
    .article_list011 a{padding-bottom: 0;}
    .flex-direction-nav a {width: 30px;height: 30px;}
    .flex-direction-nav a{margin-top: -15px;}
    .article_list011 .time{margin:0;}
    .article_list011 ul{margin: 0;}
    .img_2 img{height: 140px;}
    .article_list011 .d_t p{font-size: 15px;margin-top: 0;line-height: 21px;}
    .article_list011 .d_t{    height: 113px;padding: 4px 8px;width: 46%;}
    .article_list011 .time{
        width: 46%;
        background: url(../images/mode01_time2.png) 10px 6px no-repeat;
        background-color: #faf5e8;
        text-align: left;
        padding-left: 31px;
        padding-bottom: 0;
    }
    .article_list012{display: none;}
    .article_list_title::before{
    left: 0;
    width: 38%;
    top: 52%;
}
.article_list_title::after {
    width: 26%;
    top: 54%;

}
 
    /* 第二部分 */
    .wrap_mode02{    padding: 10px 0 10px;}
    .dt_2 li{float: none;width: 100%;margin: 0;margin-bottom: 15px;}
    .tabListBox{padding: 0;}
    .article_list_title{margin-bottom: 10px;}
    .tabList{height: 620px;}
    .dt_2 li p{height: 68px;font-size: 14px;}
    .wrap_mode03{padding: 0;}
    .wrap_mode03_in{padding: 0;padding-top: 10px;}
    .article_list03 ul{background: none;}
    .article_list011 a{padding: 0;}
    /* 第四部分 */
    .wrap_mode04{    padding: 10px 0;}
    .mode04_lf{width: 100%;float: none;}
    .dt_img{float: none;}
    .dt_cont{float: none;width: 100%;padding-right: 0;padding: 0 10px;box-sizing: border-box;}
    .dt_cont i{    line-height: 21px;margin-top: 5px;}
    .dt_cont span{bottom: 10px;right: 13px;    font-size: 12px;}
    .xsdt{padding-bottom: 15px;}
    .mode04_rt{width: 100%;float: none;margin-top: 10px;}
  
    .article_list03 ul{padding: 0;}
    .wrap_mode05 {padding: 0px 0;}
    .mode05 .lf{margin: 0;}
    .ztwz_ul_1 {
        margin-top: 0px;
    }
    .article_list06 li {
        width: 33.3%;
    }
    .article_list06 ul{margin: 0;}
    .wrap_mode06{padding: 10px 0;    background: url(../images/4.jpg) no-repeat bottom center;background-size: 100% 100%;}
    .wrap_mode06 .article_list06{height: 200px;overflow: auto;}
    .article_list06 .img_centered{width: 60px;margin: 0 auto 4px;height: 60px;}
    .article_list06 a{margin-bottom: 5px;}
    .img_centered img{width: 28px;}







    .notice_1{margin-top: 0;}
    .article_list052_ul li{margin-left: 0 !important;    margin-bottom: 15px; width: 100%;float: none;}
    .article_list052_ul li a {
        width: 78%;
    }
    .mode05 .lf{margin-bottom: 0;}
    .mtlg_ul ul li a{    width: 80%;}
	.flex-control-paging,.til_slides,.slides i,.slides strong{display: none;}
	
	.wrap_mode01{}
	.article_list011 ul{padding-bottom: 0;}
	.article_list011 li,.article_list012 li,.article_list03 li{width: 100%;margin: 0 0 20px;}
	.article_list012 .title{height: auto;margin: 0 0 10px;}
	.mode02 .lf{width: auto;float: none;margin: 0 0 30px;}
	.mode02 .rt{margin: 0;}
	.article_list02 .left{padding: 4px 0 0;}
	.article_list02 .right{padding: 0;}
	.article_list02 .time{border-right: 1px solid #dedbd5;}
	.article_list02 .time::after{display: none;}
	.article_list02 .title{height: auto;}
	
	.article_list04 li{width: 50%;}
	
	.mode05 .lf,.mode05 .rt{width: auto;float: none;}
	
	.tabMenu::before{margin: 0 140px 0 0;}
	.tabMenu::after{margin: 0 0 0 140px;}
	
}
@media screen  and (max-width:767px){
	.article_list_title{font-size: 24px;}
	
	.article_list011 ul{padding-top: 0;}
	.article_list011 .title{bottom: 16px;}
	.article_list011 .time{}
	
	.article_list04 li{width: 100%;}
	.article_list04 .title{height: auto;}
	.article_list03 .title{max-height: initial;}
	
	.tabMenu::before{margin: 0 120px 0 0;}
	.tabMenu::after{margin: 0 0 0 120px;}
	
	.wrap_mode03{\: 40px 0 30px;}
	
	/* .article_list06 li{width: 50%;} */
	/* .wrap_mode05{padding: 40px 0;} */
	.article_list051 ul{padding: 0;}
	
}
@media screen  and (max-width:413px){
	.tabMenu::before,.tabMenu::after,.article_list_title h2::after,.article_list_title h2::before,.article_list_title::after{display: none;}
	.article_list_title{text-align: left;}
	/* .article_list_title h2{margin-left: -37px;} */
	.til_tab h2{margin: 0;}
	.mode05 .article_list_title h2{margin: 0;}
	
	.article_list011 .img::after{display: none;}
	.article_list011 .title{position: relative;height: auto;bottom: 0;color: #4a4b4a;white-space: normal;left: 0;right: 0;padding: 14px 20px 0;}
	.article_list011 .time{}
	.article_list011 a{/* padding-bottom: 20px; */}
	
}

 @media screen  and (max-width:450px){
.article_list_title::before {
    left: 24%;
}
.article_list_title h2 {
    font-weight: 700;
    padding: 0 37px;
    padding-left: 0;
}
.tabMenu li:first-child {
    margin-right: 20px;
}
}

.tabMore .off{
    display: none;
}
.tabMore .on{
display:block;
}