@charset "utf-8";

/*公共样式*/
* {
	padding: 0;
	margin: 0;
}

ul li,
a,
p {
	border: none;
	text-decoration: none;
	list-style: none;
	font-family: "微软雅黑";
	padding: 0;
	margin: 0px;
}

body {
	font-size: 15px;
	color: #333333;
	font-family: "微软雅黑";
}

img {
	border: none;
}

a {
	color: #333333;
}

.center {
	width: 1400px;
	margin: 0px auto;
}

.clear {
	clear: both;
}
#vsb_content img{
	max-width:100%;
	height:auto;
	margin:0px auto;
	display:block;
}

/*页面样式*/
.top {
	width: 100%;
	height: 120px;
	position: relative;
	background: #4568dc;
}

.logo {
	overflow: hidden;
	float: left;
}

.logo img {
	max-width: 100%;
	height: auto;
	/* margin: 32px 0px; */
	margin-top: 14px;
}

.logo-r {
	float: right;
	margin-top: 35px;
}

.logo-r .lj {
	color: #FFFFFF;
	font-size: 14px;
	text-align: right;
}

.logo-r .lj a {
	color: #fff;
	margin: 0px 5px;
}

.ss {
	width: 170px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	margin-top: 7px;
	z-index: 9999;
}

.ss .inp {
	width: 170px;
	border: none;
	height: 24px;
	outline: none;
	color: #666666;
	text-indent: 5px;
	background: none;
	background: url(../img/sebox.png) no-repeat 0px 0px;
}

.ss .btn {
	border: none;
	position: absolute;
	top: 5px;
	right: 9px;
	width: 15px;
	height: 15px;
	outline: none;
	background: url(../img/search.png) no-repeat 0px 0px;
}

input::-webkit-input-placeholder {
	color: #666666;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666666;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666666;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #666666;
}


/*导航*/
.nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #fff;
}

.nav ul li {
	float: left;
	width: 10%;
	position: relative;
	text-align: center;
}

.nav ul li>a {
	text-align: center;
	line-height: 50px;
	/* color: #fff; */
	font-size: 18px;
	display: block;
}

.nav ul li.on>a,
.nav ul li:hover>a {
	color: #fff;
	background: #4568dc;
}

.subNav {
	width: 100%;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 50px;
	display: none;
	width: 100%;
	z-index: 999;
}

.subNav a {
	background: #4568dc;
	color: #fff;
	width: 100%;
	display: block;
	line-height: 40px;
	text-align: center;
	white-space: normal;
	font-size: 15px;
}

.nav ul li:hover .subNav {
	display: block;
}

.subNav a:hover {
	background: #1f42b5;
	color: #FFFFFF;
}

/*大图*/
#dt .wrapper {
	position: relative;
}

#dt {
	overflow: hidden;
}

#dt .rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

#dt .rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

#dt .rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

#dt .rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

#dt .slide_container {
	position: relative;
	float: left;
	width: 100%;
}

#dt .slide {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

#dt .slide li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

#dt .slide img {
	display: block;
	position: relative;
	z-index: 1;
	/* width: 1920px; */
	border: 0;
}

#dt .slide .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}

#dt .slide_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 68px;
	width: 68px;
	margin-top: -30px;
}

#dt .slide_nav:active {
	opacity: 1.0;
}

#dt .slide_nav.prev {
	left: 3%;
	background: url(../img/datu_l.png) no-repeat center center;
}

#dt .slide_nav.next {
	right: 3%;
	background: url(../img/datu_r.png) no-repeat center center;
}

#dt .slide1_tabs {
	position: absolute;
	bottom: 13px;
	left: 45%;
	z-index: 100;
	text-align: center;
}

#dt .slide2_tabs {
	position: absolute;
	bottom: 10px;
	z-index: 100;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

#dt .slide1_tabs li,
.slide2_tabs li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-radius: 10px;
	background: #FFFFFF;
	position: relative;
}

#dt .slide1_tabs li a,
.slide2_tabs li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	z-index: 1000;
	color: rgba(100, 200, 300, 0);
	color: transparent;
}

#dt .slide1_tabs li.slide_here a,
.slide2_tabs li.slide_here a {
	background: #4568dc;
}

/* main1 */
.main1 {
	margin: 20px 0px 30px;
	overflow: hidden;
}

.comtop {
	border-bottom: 1px solid #bfbfbf;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
}

.comtop .title {
	font-size: 24px;
	float: left;
	text-indent: 30px;
	height: 50px;
}

.new .title {
	background: url(../img/lmsx.png) no-repeat 0px bottom, url(../img/icon1.png) no-repeat 0px center;
	;
}

.comtop .more {
	float: right;
	font-size: 14px;
	color: #4568dc;
	padding: 5px 0px;
	box-sizing: border-box;
}

.more:hover {
	color: #4568dc;
}

.com ul li {
	overflow: hidden;
	margin-top: 15px;
	/* margin-bottom: 20px; */
}

.com ul li div {
	float: left;
	width: 50px;
	height: 50px;
	border: 1px solid #4568dc;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	color: #4568dc;
}

.com ul li span {
	display: block;
	background: #4568dc;
	color: #FFFFFF;
	font-weight: bold;
	height: 26px;
	font-size: 16px;
}

.com ul li a {
	float: right;
	width: 370px;
	line-height: 23px;
	font-size: 15px;
	color: #000;
}

.com ul li:hover a {
	color: #4568dc;
}

.new {
	float: left;
	width: 440px;
}

.tz {
	float: left;
	width: 440px;
	margin: 0px 30px;
}

.tz .title {
	background: url(../img/lmsx.png) no-repeat 0px bottom, url(../img/icon2.png) no-repeat 0px center;
	;
}

.pic .title {
	background: url(../img/lmsx.png) no-repeat 0px bottom, url(../img/icon3.png) no-repeat 0px center;
	;
}

.pic {
	float: right;
	width: 460px;
}

.mr {
	padding: 0px 10px;
	box-sizing: border-box;
}

.callbacks_tabs {
	text-align: right;
	font-size: 0;
	list-style-type: none;
	position: relative;
	top: -27px;
	z-index: 2;
	right: 6px;
}

.callbacks_tabs li {
	display: inline-block;
	margin: 0px 5px;
}

.callbacks_tabs a {
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	line-height: 20px;
	overflow: hidden;
	font-size: 0px;
	background: #c9c9c9;
}

.callbacks1_tabs .callbacks_here a {
	background: #ffffff;
}

.foot {
	width: 100%;
	background: #4568dc;
	color: #FFFFFF;
	font-size: 14px;
	min-height: 160px;
	padding: 37px 0px;
	box-sizing: border-box;
	overflow: hidden;
}

.foot .bq {
	float: left;
	line-height: 30px;
}

select {
	width: 285px;
	height: 30px;
	border: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-indent: 20px;
	margin-top: 28px;
	outline: none;
	float: right;
	color: #FFFFFF;
	background-color: #344ea5;
	background: url(../img/xl.png) no-repeat 253px 8px #344ea5;
}

select::-ms-expand {
	display: none;
}

.nt {
	position: relative;
	height: 300px;
}

.yjlm {
	width: 645px;
	position: absolute;
	height: 300px;
	font-size: 36px;
	color: #FFFFFF;
	background: url(../img/dbg.png) no-repeat 0px 0px;
}

.yjlm div {
	width: 36px;
	margin: 60px auto;
	line-height:45px;
}

/* 列表页 */
.listcon {margin-top: 20px;}

.conleft {
	width: 260px;
	float: left;
}


.conleft ul li {
	/* height: 50px; */
	/* line-height: 50px; */
	padding-left: 75px;
	border-bottom: 1px solid #c3c2c2;
	padding: 15px 0px 15px 40px;
	border-left: 5px solid #c3c2c2;
}

.conleft ul li a {
	color: #333333;
	font-size: 16px;
}
.conleft .active{
	border-left: 5px solid #4568dc;
}
.conleft .active a {
	color: #4568dc;
}

.conright {
	float: right;
	width: 1040px;
}

.ggtop {
	margin-bottom: 40px;
	overflow: hidden;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #cdcdcd;
}

.dq {
	float: left;
	color: #272727;
	text-indent: 30px;
	font-size: 14px;
	background: url(../img/dq.png) no-repeat 0px center;
}

.dq a {
	font-size: 14px;
	color: #272727;
}

.conright .listul li {
	line-height: 45px;
	height: 45px;
	background: url(../img/dian.png) no-repeat 0px center;
	text-indent: 15px;
	color: #333333;
	border-bottom: 1px dashed #c3c2c2;
}

.conright .listul {
	margin-top: 10px;
}

.conright .listul li a {
	float: left;
	color: #333333;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 85%;
}

.conright .listul li .sj {
	float: right;
	color: #c3c2c2;
	font-size: 14px;
}

.conright .listul li:hover a {
	color: #4568dc;
}

.conright .listul li:hover .sj {
	color: #4568dc;
}

.fan {
	margin: 30px 0px;
	text-align: center;
}

/* 内容页 */
.article .arti-title {
    text-align: center;
    font-size: 24px;
    line-height: 35px;
    color: #333333;
}
.article .arti_metas {
    padding: 20px 0px 22px 0px;
    text-align: center;
    border-bottom: 1px dashed #c3c2c2;
}
.article .arti_metas span {
    color: #646464;
    font-size: 14px;
    /* text-indent: 22px; */
    display: inline-block;
    margin: 0px 10px;
}
.article .read{
	padding: 20px 0px 20px 0px;
	line-height: 25px;
}
.nx{color: #333;font-size: 14px;border-top: 1px dashed #c3c2c2;margin-bottom: 20px;}
.nx a{color: #333;font-size: 14px;/* margin-bottom: 10px; */margin-top:20px;display: inline-block;}
.nx .up:hover a ,.nx .down:hover a{color: #4568dc;}

.jslist {
	/* background: #f7f7f7; */
	/* margin: 20px 0px; */
}

.jslist li {
	overflow: hidden;
	/* margin-bottom: 20px; */
	transition: 0.3s;
	padding: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #c3c2c2;
}

.jslist li a {
	display: block;
	color: #333;
}

.jslist li .pics {
	float: left;
	width: 117px;
	overflow: hidden;
}

.jslist li .pics em {
	display: block;
	padding-top: 140%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 0.3s;
	font-style: normal;
}

.jslist li .info {
	margin-left: 150px;
}

.jslist li .info .name {
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
}

.jslist li .info .name span {
	display: inline-block;
}

.jslist  li .info .name em {
	margin-left: .5em;
	font-size: 14px;
	font-weight: normal;
	color: #555;
	font-style: normal;
}

.jslist li .info .txt {
	line-height: 30px;
	color: #555;
	font-size: 14px;
	overflow: hidden;
	height: 82px;
}

.person-list li .info .tit {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

.jslist li .info .intro {
	max-height: 60px;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	color: #777;
	overflow-y: auto;
}

.jslist li:hover {
	background: #4568dc;
}
.jslist li:hover a,.jslist li:hover .info .txt{
	color: #FFFFFF;
}
.jslist li:hover .pic em {
	transform: scale(1.05);
}
.nt1{
	display: none;
}
.nt1 img{
	width: 100%;
}