header{
	
	height:202px;
	background: #1F499E;
	position: relative;
}
header:after{
	content: "";
	position: absolute;
	width:900px;
	height:202px;
	right:130px;
	z-index:0;
	top:0px;
	background: url(/xbzx/img/header-bg.jpg) no-repeat ;
}
header .table-cell{
	position: absolute;
	top:50px;
	z-index: 999;
	
}
.container2 img{
	position: relative;
	z-index: 99;
}
header .message{
	position: absolute;
	right:0px;
	top:50px;
	z-index: 999;
}
header .message .link ul li{
	float:left;
}
header .message .link ul li a{
	color: white;
	padding: 0px 10px;
}

header .search input[type='text']{
	margin-top: 10px;
	width:280px;
	border: none;
	height: 40px;
	background: #0D3480;
}
header .search input[type='image']{
	background: url(/xbzx/img/fdj.png) no-repeat;
	height:30px;
	width:30px;
	position: absolute;
	right:10px;
	top:35px;
	border: none;
}
.nav{
	height: 50px;
	display: block;
	background: #EAEAEA;
	box-shadow: 0px 5px 5px #f3f3f3;
	border-top:#0C558A 1px solid;
	transition: 0.7s all ease-in-out;
	-webkit-transition: 0.7s all ease-in-out;
	-moz-transition: 0.7s all ease-in-out;
}
.navbar_nav li.shouye{
	position: relative;
	display: block;
	width:9rem;
	text-align: center;
}
.container2 .navbar_nav li.shouye{
	position: relative;
	display: block;
	width:7rem;
	text-align: center;
}
.navbar_nav .dropdown{
	float:left;
	position: relative;
	display: block;
	
}
.navbar_nav li .top-title{
 	text-decoration: none;
	display: block;
	width:100%;
	line-height: 50px;
	font-size: 18px;
 }

.navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}

.navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	z-index: 999;
	background-color: rgba(33,128,204,0.8);
    top:50px;
    width: 100%;
    text-align: center;
    transition: 0.5s;
    -moz-transition: 0.5s;

}
.navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	display: block;
	padding:16px 8px;
	text-align: center;
	color: #FFFFFF;
    
} 
.navbar_nav li.dropdown .dropdown_menu a:first-child{
	/*border-top:#CDA274 2px solid*/
}
.navbar_nav li.dropdown:hover .top-title{
	background: #1F499E;
	color:#FFFFFF
}
.navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	animation: rotate 300ms ease;
    -webkit-animation: rotate 300ms ease;
    -moz-animation: rotate 300ms ease;
}


.navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	background-color: #153f8a;
	color: #FFFFFF;
}
.mgz-link {
	padding-top: 30px;
	background: #F2F2F2;
	padding-bottom:30px;
}
.mgz-link .box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mgz-link .box a{
	display: block;
	width:32%
}
.mgz-link .box img{
	width:100%;
	height:100%;
}
.news .news-box{
	display: flex;
	justify-content: space-between;
	/*border-top:#0D3684 solid 6px;
	background: #F6F9FF;
	padding: 40px;*/
	margin-top: 30px;
	margin-bottom: 30px;
}
.news .xwdt-content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news .xwdt{
	width:100%
}

.title{
	position: relative;
	padding: 0px 0px 30px;
}
.title p{
	font-size:2rem;
	line-height: 50px;
	color:#1F499E;
}
.title  .get-more{
	position:absolute;
	right:0px;
	top:15px
}
.title:after{
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	position: absolute;
	top:60px;
	background: linear-gradient(to right,#005ad9 80%,#a60000 20%);
	
}
.news .xwdt-left{
	width:53%;
}
.news .swiper-slide{
	width: 100%;
    background:#f2f2f2
}
.news .swiper-slide .cut-img{
	width:100%;
	height:485px;
	min-height:100%;
	transition:1s linear 2s;
}
.news .swiper-slide .cut-img img{
     width:100%;
     height:100%
}
.news .swiper-slide .news-left-title{
	position:absolute;
	bottom: 0;
	height: 80px;
	width:100%;
 	background: linear-gradient(to top, #2251B5, transparent); ;
}
.news .swiper-slide .news-left-title a{
	display: block;
	width: 100%;
	color:#FFFFFF;
  	line-height: 60px;
  	padding: 20px 20px;
}
.news .xwdt-right {
	width:44%
}
.news .xwdt-right ul li{
	border-bottom: #ECECEC solid 1px;
	padding: 16px 0px;
}
.news .xwdt-right ul li a{
	display: inline-block;
}
.news .xwdt-right .first-list{
	background: #2251B5;
	display: block;
	color:#1F499E;
	height: 120px;
	font-size:20px;
	font-weight: bold;
	padding: 20px;
	color:#FFFFFF
}
.news .xwdt-right .xwdt-date{
	float:left;
	width: 80px;
	height: 60px;
	padding-right:20px;
	color:#FFFFFF;
	border-right:#fff solid 1px;
	text-align: center;
	margin-right: 20px;
}
.news .xwdt-right .xwdt-date .month{
	font-size:20px;
	font-weight: 400;
	line-height: 30px;
}
.news .xwdt-right .year{
	color:#FFFFFF;
	font-size:16px;
}
.news .xwdt-right .first-list .ns{
	font-size:16px;
	line-height: 30px;
}
.news .xwdt-right .first-list .as{
	font-size:14px;
	color:#608CCE
}
.news .xwdt-right .date{
	float: right;
}
.middle{
	padding-top: 30px;
	padding-bottom: 30px;
	background: url(/xbzx/img/p3_bg.jpg) repeat-x ;
}

.middle-box{
	display: flex;
	padding: 0px 20px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tzgg,.hyxw{
	width:46%;
}
.tz-date{
	width:110px;
	height:30px;
	padding-right:80px;
	background: #1F499E;
	float: left;
	margin-right: 20px;
}
.tz-date p{
	color: #FFFFFF;
	width: 110px;
	padding-left: 10px;
	padding-top:3px
}
.tzgg-content ul li{
	padding:16px 0px;
	border-bottom: #EAEAEA solid 1px;
}
.tzgg-content ul li a{
	display: flex;
}
/*.tzgg-content ul li:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2180CC;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.tzgg-content ul li:hover:before{
	webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.tzgg-content ul li:hover a{
	color:#FFFFFF
}*/
.tzgg-content .tz-date .day{
	font-size:30px;
	color:#1F499E;
	padding-left: 26px;
}
.tzgg-content .tz-date .month{
	font-size:16px;
	color:#1F499E;
}
.tzgg-content .tz-title{
	padding-left: 30px;
}
.tzgg-content ul li:hover .tz-date .day{
	color:#fff;
}

.wztj{
	
	padding-top: 30px;
	background: url(/xbzx/img/du2.png) center center;
	
	padding-bottom: 30px;
}
.wztj .wztj-top-title{
	color:#FFFFFF;
	height: 80px;
}
.wztj .wztj-top-title p{
	font-size:2rem;
	color:#1F499E;
	text-align: center;
}
.wztj .wztj-top-title a{
	text-align: center;
	color: #83ABE6;
	line-height: 30px;
}
.wztj .wztj-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wztj .part-one,
.part-two,
.part-three{
	width: 32%;
    height: 465px;
    padding: 26px;
    background: linear-gradient(to bottom, #CEE8FF, #ffffff);
    background-size: 100% 69px;
    background-repeat: no-repeat;
    background-color: #fff;
}
.wztj .wztj-title{
	position: relative;
}
.wztj .wztj-title p{
	color:#1F499E;
	font-size:20px;
	line-height: 40px;
	padding-bottom: 10px;
	font-weight: bold;
	
}
.wztj .wztj-title:before{
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: linear-gradient(to right,#005ad9 80%,#a60000 20%);
	position: absolute;
	top:50px
}

.wztj .wztj-list .box{
	display: block;
	padding-top: 25px;
	height:120px;
	display: flex;
	
	gap:10px
}
.wztj .wztj-list .box .img{
	width:34%;
	border: #dedede solid 1px ;
}
.wztj .wztj-list .box .img img{
	width: 100%;
	height: 100%;
	
}
.wztj .wztj-list .box .text{
	
}
.wztj .wztj-list .box .text p.bb{
	font-weight: bold;
	line-height: 30px;
}
.wztj .wztj-list .box .text p.aa{
	font-size:14px;
	color:#797979;
	line-height: 30px;
}
.wztj .wztj-list .box .text p.cc{
	font-size:14px;
	color:#797979;
	line-height: 30px;
}
.dzs{
	background: url(/xbzx/img/lou-2.png) center bottom;
        padding-bottom:40px;
}
.dzs .dzs-box{
	margin-top: 20px;
	margin-bottom: 10px;
	border-radius: 10px;
	padding:20px 0px 60px;
}
.dzs .dzs-title p{
	font-size:34px;
	color:#1F499E
}
.dzs .dzs-list{
       position:relative;
}
.dzs .dzs-list .dzs-tab {
	position:absolute;
	left: 50%;
        top:30px;
	transform:translate(-50%,-50%);
}
.dzs .dzs-list .dzs-tab ul{
	overflow: hidden;
        display:flex;
}
.dzs .dzs-list .dzs-tab ul li{
	width: 100%;
        padding:0px 20px;
	text-align: center;
}
.dzs .dzs-list .dzs-tab ul li a{
	height: 50px;
	line-height: 50px;
}
.dzs .dzs-list .dzs-tab ul li.active{
	background-color: #E4EDFD;
}
.dzs .dzs-list .dzs-link .one{
       min-height:300px;
 }
.dzs .dzs-list .dzs-link img{
	width:157px;
	height:220px;
	box-shadow: 0 0 30px #dedede;
}

.dzs .dzs-list a p{
	margin-top:20px;
	line-height: 42px;
	text-align: center;
	background: #E4EDFD;
}
.dzs .dzs-link{
	padding-top: 80px;
}
.dzs .dzs-link .dzs-text{
	display: flex;
	gap:50px;
	flex-wrap: wrap;
} 
.dzs .get-more{
	width: 120px;
    height: 40px;
    margin: 0 auto;
    margin-top: 26px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -80px;
}
.dzs .get-more .more{
	text-align: center;
	line-height: 40px;
	border: #1F499E solid 1px;
}
.dzs .get-more:hover{
	background: #1F499E;
}
.dzs .get-more:hover a{
	color: #FFFFFF;
}
.friend-link {
	background: #1F499E;
	padding: 20px 0px;
}
.friend-link .box{
	display: flex;
	justify-content: space-between;
}
.friend-link .left{
	width:40%;
}
.friend-link .left h4{
	font-size:18px;
	color: #FFFFFF;
}
.friend-link .left ul li{
	float:left;
}
.friend-link .left ul li a{
	color:#FFFFFF;
	padding:10px 20px 10px 0;
	font-size:14px;
}
.friend-link .right{
	width:50%;
}
.friend-link .right .right-ul{
	display: flex;
	justify-content: space-between;
}
.friend-link .right .right-ul li img{
	width:100px;
}
footer{
	padding:10px 0px;
	background: #0D3684;
}
footer p{
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	font-size:14px
}
.list{
	overflow: hidden;
	padding-bottom: 50px;
	margin-top: 30px;
}
.list .list-left{
	width:225px;
	float: left;
}
.list .list-left:before{
	content: "";
	width:367px;
	height: 395px;
	background: url(/xbzx/img/nav-shad.png) no-repeat;
	position: absolute;
	z-index: -1;
	left: -50px;
	top:-20px
}
.list .list-right{
	width:calc(100% - 285px);
	float: right;
}
.list .list-left-title{
	width: 100%;
	height: 100px;
	background: url(/xbzx/img/af.png) no-repeat right bottom;
	background-color: #2658BD;
}
.list .list-left-title p{
	font-size:30px;
	color: #FFFFFF;
	line-height: 100px;
	padding-left: 50px;
}
.list .list-left-nav{
	background: #F2F3F7;
	padding: 20px 24px 20px;
	min-height:160px;
}
.list .list-left-nav ul li{
	border-bottom:#DBDBDB 1px dashed;
	position: relative;
       padding:20px 0px;
}
.list .list-left-nav ul li a{
	font-size:18px;
	
    display:block;
    text-align: center;
}
.list .list-left-nav .active:after{
	content: "";
	width:26px;
	height: 26px;
	position: absolute;
	right: 5px;
	top:17px;
	background: url(/xbzx/img/right-arrow.png) no-repeat;
	
}
.list .list-left-nav .active a{
	color:#BBA723;
	font-weight: bold;
}

.list .list-left-nav .first-nav{
	overflow: hidden;
	padding-bottom: 30px;
}
.list .list-left-nav .first-nav li{
	word-wrap: break-all;
	text-align: center;
}

.list .list-left-nav .first-nav li .first_alink{
	padding:14px 80px;
	line-height: 50px;
        font-weight: bold;
	background: url(/xbzx/img/list_erji_l.png) no-repeat center bottom;
}


.list .list-left-nav .first-nav li.active a{
	color: #003F88;
	font-weight: bold;
	padding: 14px 80px;
        line-height: 50px;
        font-weight: bold;
        background: url(/xbzx/img/list_erji_l.png) no-repeat center bottom;
}
.list .list-left-nav .navSub{
	background: none;
	padding-top: 5px;
    
}
.list .list-left-nav .navSub li{
	text-align: left;

}
.list .list-left-nav .navSub i{
	padding-right: 10px;
}
.list .list-left-nav .navSub li a{
	font-size: 14px;
	background: none;
	line-height: 32px;
	position: relative;
}
.list .list-left-nav .navSub li:last-child a{
	
}
.list .list-left-nav .navSub li a.button_check{
	color:#003F88;
	font-weight: bold;
}

.list .list-right .list-right-title{
	height: 60px;
	border-bottom: #D0D0D0 2px solid;
	position: relative;
}
.list .list-right .list-right-title p{
	font-size:24px;
	line-height: 58px;
	display: inline-block;
	border-bottom: #0B66AD 2px solid;
}
.list .list-right .list-right-title .local{
	position: absolute;
	right:0;
	top:30px;
	color:#797979
}
.home:before{
	content: "";
	width:14px;
	height: 14px;
	background: url(/xbzx/img/ic_home.png) no-repeat;
	position: absolute;
	left: -20px;
	top:4px
}
.list .list-right .list-right-ul {
	padding-top: 20px;
}
.list .list-right .list-right-ul .box{
	display: flex;
	column-gap: 20px;
	margin-top: 30px;
}
.list .list-right .list-right-ul ul li{
	height: 50px;
	border-bottom: #D0D0D0 1px solid;
	
}
.list .list-right .list-right-ul ul li a{
	line-height: 50px;
	padding-left: 30px;
}

.list .list-right .list-right-ul ul .news-list{
	height: 50px;
	border-bottom: #D0D0D0 1px solid;
}
.list .list-right .list-right-ul ul li .list-link{
	line-height: 50px;
	padding-left: 30px;
       display:inline-block;
}
.list .list-right .list-right-ul ul li .sdate{
	color:#8C8C8C;
	padding-right: 20px;
	border-right:#D0D0D0 1px solid;
}

.list .list-right .list-right-ul .list-right-date{
	width: 12%;
    height: 85px ;
    background: #d6e3f7;
    padding: 13px 0px;
}
.list .list-right .list-right-ul .list-right-date .year{
	font-size:14px;
	text-align: left;
	padding-left: 20px;
	color:#9F9F9F;
}
.list .list-right .list-right-ul .list-right-date .day{
	font-size:24px;
	padding-left: 20px;
}
.list .list-right .list-right-ul .tit{
	font-size:20px;
	font-weight: bold;
	line-height: 34px;
}
.list .list-right .list-right-ul .abs{
	color:#555555;
	line-height: 24px;
	font-size:14px;
}
.list .lindao{
	margin-top: 30px;
}
.list .ld-box{
	margin-top: 30px;
	padding: 20px;
	display: flex;
	gap:80px;
	background: #F6F9FF;
	
	border-top:#1F499E solid 4px;
}
.list .ld-box .img{
	width:160px;
	height: 240px;
	
}
.list .ld-box img{
	width:180px;
	height: 240px;
}
.list .ld-box .detail .detail-top .right-name{
	border-bottom:#dedede dashed 1px;
	height: 40px;
}
.list .ld-box .detail .detail-top .right-name .name{
	font-size:20px;
	float:left;
	font-weight: bold;
}
.list .ld-box .detail .detail-top .right-name .zw{
	padding-left: 20px;
	position:relative;
	top:5px
}
.list .ld-box .detail .detail-bottom{
	clear: both;
	position: relative;
	padding-top: 20px;
}
.list .ld-box .detail .detail-bottom p{
	padding-left: 30px;
	line-height: 40px;
}
i.p:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/xbzx/img/p.png) no-repeat;
	position: absolute;
	left: 0px;
	top:31px;
}
i.e:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/xbzx/img/e.png) no-repeat;
	position: absolute;
	left: 0px;
	top:70px;
}
i.o:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/xbzx/img/o.png) no-repeat;
	position: absolute;
	left: 0px;
	top:110px;
}
i.j:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/xbzx/img/j.png) no-repeat;
	position: absolute;
	left: 0px;
	top:150px;
}
 .nav_p{
	display: none;
	height: calc(100vh - 105px);
	width: 100%;
	background: rgba(255,255,255,0.9);
	position: absolute;
	top:85px;
	left: 0px;
	z-index: 99;
	
}
 .navbar_nav_t{
	padding: 0px 2rem;
}
 .navbar_nav_t li{
	
	width: 100%;
	position: relative;
	border-bottom: #d9d9d9 1px solid;
}
 .navbar_nav_t .dropdown_t:after{
	content: "";
	display: inline-block;
	background: url(/xbzx/img/arrow.png) no-repeat;
	position: absolute;
	right: 10px;
	top:15px;
	width: 2rem;
	height: 2rem;
}
 .navbar_nav_t li a{
	line-height: 3.6rem;
}
 .navbar_nav_t .dropdown_menu{
	display: none;
}
 .navbar_nav_t .dropdown_menu a{
	display: block;
	line-height: 2.6rem;
	font-size:14px;
}
@keyframes rotate {
    from {
        transform:  translateY(10%);
        top: 53px;
    }

    to {
        transform: rotateX(0deg) translateY(0%);
        top: 53px;
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform:  translateY(10%);
        top: 53px;
    }

    to {
        -moz-transform:  translateY(0%);
        top: 53px;
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotateX(90deg) translateY(0%);
        top: 43px;
    }

    to {
        -webkit-transform: rotateX(0deg) translateY(0%);
        top: 43px;
    }
}
i.icon-sub-left{
	display: inline-block;
	height:26px;
	width:26px;
	background: url(/xbzx/img/subdh.png) no-repeat;
	position: absolute;
	right:40px;
	top:5px;
}


@media screen and (max-width:1200px){
	body{
		font-size:14px
	}
    header {
        width:100%;
        height:auto;
        padding: 40px 20px;
        position: relative;
    }
       header .table-cell{
          width:74%;
    	   top:-25px;
    	   left: 5px;
       }
        header img{
           width:100%;
           height:100%;
        }
        header:after{
		content: "";
		width:0px;
		height:0px;
		display: none;
		
	}
       header .message{
    	   display: none;
       }
       .title p{
    	    font-size:1.5rem;
       }
      .container{
		width: 100%;
		padding:0px 30px;
		box-sizing:border-box;
	}
       .container2{
		width: 100%;
		padding:0px 30px;
		box-sizing:border-box;
	}
	.nav{
		display: none;
	}
	
	.mgz-link .box img{
		height: 36px;
	}
     .mobile_nav .shg{
		display: block !important;
	    text-align: center;
	    font-size: 18px;
	    cursor: pointer;
	    padding: 0 5vw;
	    color: #fff;
	    position: absolute;
	    z-index: 999;
	    right: 0;
	    top: 30px;
	    line-height: 1;
	}
	 .mobile_nav .shg .icon-order{
		display: block;
		width:24px;
		height:2px;
		background-color: #FFFFFF;
		margin-bottom: 6px;
		transition: 0.3s all ease;
		-webkit-transition:0.3s all ease;
		-moz-transition:0.3s all ease;
	}

	 .mobile_active .shg  .icon-order:nth-of-type(1) {
		margin-top: 10px;
		background-color: #FFFFFF;
	    -webkit-transform: rotate(42deg);
	    -ms-transform: rotate(42deg);
	    -o-transform: rotate(42deg);
	    transform: rotate(42deg);
    }
	 .mobile_active .shg  .icon-order:nth-of-type(3) {
		margin-top: -15px;
		background-color: #FFFFFF;
	    -webkit-transform: rotate(-42deg);
	    -ms-transform: rotate(-42deg);
	    -o-transform: rotate(-42deg);
	    transform: rotate(-42deg);
    }
     .mobile_active .shg .icon-order:nth-of-type(2){
    opacity: 0;
    }
    .news .xwdt-left{
    	width:100%
    }
    .news .swiper-slide .cut-img{
    	width:100%;
    	height: auto;
    }
    .news .xwdt-right{
    	width:100%;
    	margin-top: 20px;
    }
    .news .xwdt-right .first-list .as{
    	display: none;
    }
    .tzgg{
    	width:100%;
    }
    .tzgg-content .tz-title{
    	padding-left:0px;
    }
    .middle-box{
    	padding: 0px;
    }
    .hyxw{
    	width: 100%;
    }
    .wztj{
    	background: #f2f7ff ;
    }
    .wztj .wztj-top-title{
    	height: auto;
    	padding-bottom: 10px;
    }
    .wztj .wztj-top-title p{
    	font-size:1.5rem;
    }
    .wztj .part-one,.part-two,.part-three{
    	width:100%;
    	margin-top: 10px;
    }
    .wztj .wztj-title p{
    	font-size:1rem;
    }
.dzs .dzs-list .dzs-tab{
   
}
    .dzs .dzs-title p{
    	font-size:1.5rem;
    	text-align: center;
    	padding-bottom: 10px;
    }

    .dzs .dzs-list .dzs-tab ul li{
    	width:120px
    }
.dzs .dzs-link .dzs-text{
       gap:20px;
}
.dzs .dzs-link .dzs-text a{
        margin-top:10px;
}
    footer p {
        font-size: 12px;
        line-height: 1.5;
        padding: 10px 0;
    }
    .friend-link .left{
     	width: 100%;
     }
    .friend-link .right{
    	display: none;
    }
    .list .list-left{
    	width:100%;
    	float: none;
    }
    .list .list-right{
    	width:100%;
    	float:none
    }
    .list .list-right .list-right-ul .abs{
    	display: none;
    }
    .list .list-left-title{
    	height: 40px;
    }
    .list .list-left-title p{
    	padding-left: 0;
    	text-align: center;
    	font-size:1rem;
    	line-height: 40px;
    }
    .list .list-left-nav{
    	display: none;
    }
    .list .list-right .list-right-title p{
    	display: none;
    }
    .list .list-right .list-right-title .local{
    	left: 0;
        font-size:0.9rem
    }
 .list .list-right .list-right-title .local a{
        font-size:0.9rem
}
    .list .list-right .list-right-ul .tit{
    	font-size:1rem;
    	font-weight: 400;
    }
    .list .list-right .list-right-ul .list-right-date{
    	background: none;
        width:25%;
        padding:0px;
    }
    .list .list-right .list-right-ul .list-right-date .day{
    	font-size:1.1rem
    }
 .list .list-right .list-right-ul a{
       display:block;
       width:70%;
   }
    .list .list-left-nav ul li{
    	padding:10px 0px;
    }
    .list .list-left-nav ul li a{
    	font-size:0.9rem;
    }
     .v_news_content img {
        margin: 0 auto;
        width: 100%;
        height: 100%;
    }
}