﻿.contents{
	width:100%;
	background: url(svxxgk_bj.jpg) no-repeat;
	background-size: 100% auto;
}
.con_title{
	display:flex;
	align-items: center;
	justify-content: center;
	width:100%;
	height:365px;
}
.con_title h1{
	color: #fff;
    font-weight: 700;
    font-size: 100px;   
}
.content{
	min-height: 1000px;
	padding: 0 36px;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
.wrapper{
	max-width:1100px;
	margin: 0 auto;
}
.search_{
	width:100%;
	height:50px;
	padding: 84px 0px;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.search_ .line{
	width: 240px;
    height: 2px;
    background: #f2f2f2;
}
.search_ input{
	width: 510px;
    height: 50px;
    border-radius: 9px;
    border: 2px solid #2d66a5;
    padding-left: 10px;
    padding-right: 60px;
    color: #000;
    font-size: 15px;
}
.search_ input:focus{
	outline:none;
}
.input-item{
	position: relative;
}
.submit{
	position: absolute;
    right: 16px;
    top: 8px;
    width: 35px;
    height: 35px;
	background: url(searchLoge_svxxgk.png) no-repeat 50%;
	background-size: 100% 100%;
	outline:none;
	border:none;
	cursor: pointer;
}
.contentArea{
	display: grid;
	grid-template-columns: 240px 3fr;
/* 	grid-template-rows: auto auto; */
	grid-column-gap: 16px;
	margin-bottom: 30px;
}
.left nav{
	width:100%;
}
.left nav>ul li{
	cursor: pointer;
	margin-bottom: 15px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 3px 3px 5px #ececec;
}
.left nav>ul li .nav-item{
	display: grid;
    grid-template-columns: 0.8fr 1fr 53px;
    grid-template-rows: 70px;
}
.left nav>ul li .nav-item div{
	text-align: center;
    align-self: center;
}
.left nav>ul li .nav-item div img {
	width:40px;
}
.left nav>ul li .nav-item div img:nth-child(2){
	display:none;
}
.left nav>ul li .nav-item h2{
	font-size: 23px;
    color: #2d66a5;
    align-self: center;
    line-height: 28px;
}
.left nav>ul li .nav-item:hover,.left nav>ul li .nav-item.active{
	background: #2d66a5;
	cursor: pointer;
}
.left nav>ul li .nav-item:hover h2,.left nav>ul li .nav-item.active h2{
	color:#fff;
}
.left nav>ul li .nav-item:hover img:nth-child(1),.left nav>ul li .nav-item.active img:nth-child(1){
	display:none;
}
.left nav>ul li .nav-item:hover img:nth-child(2), .left nav>ul li .nav-item.active img:nth-child(2){
	display:inline;
}

#secondLevelNav{
	display:none;
	padding:10px 0px;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#secondLevelNav>li{
	position: relative;
	box-shadow: none;
	margin-bottom: 0;
	border:none;
	color: #4d4d4d;
    font-size: 15px;
    line-height: 32px;
    text-align: left;
    padding-left: 30px;
    cursor: pointer;
}
#secondLevelNav>li a{
	color: #4d4d4d;
	display: block;
}
#secondLevelNav>li i{
	display:block;
	position: absolute;
    left: 17px;
    top: 14px;
	width: 3px;
    height: 3px;
    background-color: #4d4d4d;
}
#secondLevelNav>li:hover{
	background-color: #e6f5ff;
}
#secondLevelNav>li:hover a{
	font-weight: 600;
	color: #2d66a5 !important
}
#secondLevelNav>li:hover i{
	background-color: #2d66a5;
}
.icon{
	position: relative;
}
.icon:after, 
.icon:before{
	content: "";
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.icon:before{
	width: 43%;
    height: 2px;
    background: #fff;
}
.close:after{
	width: 2px;
    height: 34%;
    background: #fff;
}
.contentArea .right{
	overflow: hidden;
	border: 1px solid #ddd;
	background: #fff;
	padding: 30px 20px;
	min-height: 800px;
    box-sizing: border-box;
}
.contentArea .right img,.right table{
	max-width: 100%;
}
.contentArea .right ul{
	padding-right: 15px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.contentArea .right ul::-webkit-scrollbar-thumb ,
.details_content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #2d66a5;
    height: 80px;
}
::-webkit-scrollbar-thumb
 {
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.contentArea .right ul::-webkit-scrollbar,
.details_content::-webkit-scrollbar{
    width: 10px;
    background-color: #f2f2f2;
    border-radius: 10px;
    margin-right: 20px;
}
::-webkit-scrollbar {
    width: 8px;
}
.contentArea .right li{
	margin-top: 40px;
	line-height: 2;
}
.contentArea .right li a{
	color: #4d4d4d;
	font-size:16px;
}
.contentArea .right li span{
	color: #999;
    display: inline-block;
    font-size:16px;
    margin-left: 15px;
}
.contentArea .right li:first-child{
	margin-top: 25px;
}
.news_links{
	text-align: center;
}
.news_links input{
	width: 37px;
    margin: 0 4px;
}
.news_links input:focus{
	outline:none;
}
.news_links a{
	border: 1px solid #dddddd;
    font-size: 14px;
    color: #000;
    padding: 4px 10px;
}
.details h2{
	text-align: center;
    font-size: 32px;
    color: #2d66a5;
    margin-bottom: 16px;
    font-weight: bold;
    line-height: 36px;
}
.metas{
	text-align: center;
    font-size: 15px;
    color: #999;
}
.font-scale>span{
	cursor: pointer;
}
.divider {
    margin-top: 22px;
    margin-left: 0px;
    margin-right: 28px;
    margin-bottom:40px;
    border-bottom: 1px solid #e7e7e7;
}
.details_content{
	padding-right: 20px;
}
.active1{
	font-weight: 600;
	background-color: #e6f5ff !important;
}
.active1 i{
	background-color: #2d66a5 !important;
}
.active1 a{
	color: #2d66a5 !important;
}
.list_nav{
    display: flex;
    flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px;
}
.list_nav a{
	display: block;
    width: 25%;
    padding:0 2px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    color: #333;
    margin-bottom: 8px;
    text-align: center;
}
.list_nav a span{
	display: block;
	background: #e1e8f2;
	border:1px solid #e1e8f2;
}
.list_nav a span:hover, .list_nav a span.active{
	background:#fff;
	border:1px solid #2d66a5;
	box-sizing: border-box;
	color:#2d66a5;
}