@charset "utf-8";

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	min-width: 1200px;
	color: #333;
}

i,
em {
	font-style: normal;
}

input,
button {
	outline: none;
}

ul,
li,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dd,
dl,
a {
	margin: 0;
	padding: 0;
	color: #333;
}

a {
	text-decoration: none;
	color: #333;
}

li a:hover {
	color: #1567DC;
}

img,
a {
	cursor: pointer;
}

img {
	border: none;
	max-width:  100%;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

ul,
li {
	list-style: none;
}

.clear {
	clear: both;
}


.container {
	width: 1200px;
	margin: 0 auto;
}


/*head*/

.head {
	width: 100%;
	background: #225ce5;
	position: relative;
	height: 98px;
}

.top {
	height: 110px;
}

/*logo*/

.logo {
	margin-top: 17px;
}

.logo a {
	display: block;
}

.t-bg {
	position: absolute;
	top: 0;
	height: 120px;
	width: 131px;
	right: 670px;
}

.top_right {
	margin-top: 10px;
}

.search {
	margin-top: 37px;
	border-radius: 27px;
	height: 25px;
	padding-left: 8px;
	width: 112px;
	position: relative;
	z-index: 999;
	border: 1px solid #fff;
	box-sizing: border-box;
}

.search .text::-ms-input-placeholder {
	color: #fff;
}

.search .text::-webkit-input-placeholder {
	/*WebKit browsers*/
	color: #fff;
}

.search .text::-moz-input-placeholder {
	/*Mozilla Firefox*/
	color: #fff;
}

.search .text::-ms-input-placeholder {
	/*Internet Explorer*/
	color: #fff;
}

.search .text {
	border: none;
	height: 24px;
	width: 72px;
	font-size: 12px;
	background: none;
	overflow: hidden;
	box-sizing: border-box;
	color: #fff;
}

.search .sousuo {
	vertical-align: middle;
	cursor: pointer;
	margin-top: 4px;
	float: right;
	margin-right: 10px;
}

/*menu*/

.menu {
	height: 53px;
	position: relative;
	z-index: 10;
}

#nav {
	display: block;
	width: 1200px;
	padding: 0px;
	margin: 0 auto;
}

#nav .mainlevel {
	float: left;
	height: 53px;
	width: 150px;
	text-align: center;
	position: relative;
}

.mainlevel:hover,
.mainlevel .cur {}

#nav .mainlevel:hover>a {
	color: #1567DC;
	border-bottom: 2px solid #1567DC;
	font-weight: bold;
}

#nav .mainlevel a {
	line-height: 53px;
	font-size: 16px;
	padding-bottom: 5px;
}

#nav li.mainlevel a:hover {}

#nav .mainlevel ul {
	display: none;
	position: absolute;
	z-index: 99;
	margin-top: 0px;
	top: 45px;
	width: 100%;
}

#nav .mainlevel ul i {}

#nav .mainlevel li {
	height: 34px;
	width: 100%;
}

#nav .mainlevel li a {
	display: block;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	color: #FFF !important;
	background: #225ce5;
	filter: alpha(opacity=70);
	opacity: .7;
	text-align: center;
	padding: 0 5px;
}

#nav .mainlevel li a:hover {
	color: #FFFFFF !important;
	filter: alpha(opacity=100);
	opacity: 1;
}


/* banner */
/*focusBox*/

.focusBox {
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */

.focusBox .prev,
.focusBox .next {
	position: absolute;
	left: 60px;
	top: 50%;
	margin-top: -18px;
	display: block;
	width: 36px;
	height: 36px;
	background: url(../images/banner-prev.png) no-repeat center;
}

.focusBox .next {
	left: auto;
	right: 60px;
	background: url(../images/banner-next.png) no-repeat center;
}

.focusBox .next:hover,
.focusBox .prev:hover {
	filter: alpha(opacity=50);
	opacity: .5;
}

.focusBox .prevStop {
	display: none;
}

.focusBox .nextStop {
	display: none;
}

.zyrw {
	height: 253px;
	margin-top: 60px;
}

/* ??|??1è???’- */
.zyrwfocus {
	position: relative;
	width: 800px;
	height: 253px;
	/* margin-top: 60px; */
}

.zyrwfocus .focus_pic {
	width: 455px;
	height: 255px;
	overflow: hidden
}

.zyrwfocus .focus_pic li {
	vertical-align: top
}

.zyrwfocus .focus_pic li a {
	display: block;
	width: 450px;
	height: 253px;
}

.zyrwfocus .focus_pic img {
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	transition: all 0.3s;
}

.zyrwfocus .focus_pic li a:hover img {
	transform: scale(1.1);
}

.zyrwfocus .focus_pic .date {
	background: url(../images/date-lbg.png) no-repeat center;
	height: 56px;
	width: 56px;
	z-index: 999;
	position: relative;
	margin-left: 377px;
	margin-top: -232px
}

.zyrwfocus .focus_pic .date h2 {
	font-size: 20px;
	color: #fff;
	font-family: "times new roman";
	text-align: center;
	padding-top: 8px;
	font-weight: bold;
}

.zyrwfocus .focus_pic .date span {
	display: block;
	font-size: 12px;
	margin-left: 5px;
	color: #ffffff;
	opacity: 0.8;
	font-family: "times new roman";
	margin-top: 2px;
}

.zyrwfocus .focus_text {
	position: absolute;
	width: 320px;
	height: 233px;
	right: 0;
	top: 20px;
	background-color: #ffffff;
	overflow: hidden;
}

.pageState {
	position: relative;
	display: block;
	float: right;
	margin-right: 295px;
	margin-top: -53px;
	z-index: 999999;
	color: #888888;
}

.pageState span {
	color: #225CE5;
}

:root .zyrwfocus .focus_text {}

.zyrwfocus .focus_text h2 {
	position: relative;
}

.zyrwfocus .focus_text h2 span.line {
	width: 15px;
	height: 3px;
	background: #d0d0d0;
	position: absolute;
	bottom: 0px;
	left: 0;
}

.zyrwfocus .focus_text ul {
	/* padding: 25px 0px 0 27px */
}

.zyrwfocus .focus_text .sub_tit {

	line-height: 24px;
}

.zyrwfocus .focus_text .sub_tit a {
	color: #0D41BD;
	overflow: hidden;
	font-size: 16px;
	font-weight: 100;
}

.zyrwfocus .focus_text .c_txt4,
.zyrwfocus .focus_text .c_txt4 a {
	color: #808080;
	line-height: 24px;
	font-size: 14px;
}

.zyrwfocus .focus_text .c_txt4 a:hover {
	color: #ccc
}

.zyrwfocus .focus_text .c_txt4 {
	width: 320px;
}

.zyrwfocus .focus_info {
	margin-top: 20px;
	height: 110px;
	overflow: hidden
}

.zyrwfocus .focus_text .mod_desc {
	white-space: normal;
	margin-top: 10px;
}

.zyrwfocus .prev,
.zyrwfocus .next {
	position: absolute;
	right: 56px;
	bottom: 115px;
	display: block;
	width: 12px;
	height: 24px;
	background: url(../images/qh-prev.png) no-repeat center center;
	transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	/* Firefox 4 */
	-webkit-transition: 0.2s ease-out;
	/* Safari and Chrome */
	-o-transition: 0.2s ease-out;
	/* Opera */
	z-index: 99;
}

.zyrwfocus .prev {
	left: -24px;
}

.zyrwfocus .next {
	right: -15px;
	background: url(../images/qh-next.png) no-repeat center center;
}

.zyrwfocus .prevStop {
	display: none;
}

.zyrwfocus .nextStop {
	display: none;
}

.xyxw {
	margin-top: -105px;
	z-index: 999;
	position: relative;
	background: #225CE5;
	color: #ffffff;
	height: 418px;
	width: 360px;
}

.xyxw .lm {
	width: 323px;
	margin: 30px 20px;
	background: none;
}

.xyxw .lm h2 {
	color: #fff;
	font-size: 22px;
	font-weight: normal;
}

.xyxw .lm span {
	color: #fff;
}

.xyxw .lm a {
	width: 9px;
	height: 13px;
	display: block;
	background: url(../images/sysdt-more-icon.png) no-repeat center;
	margin-top: -10px;
}

.xyxw ul {
	border-top: 1px solid #3C6CE0;
	padding-top: 20px;
}

.xyxw ul li {
	height: 58px;
	margin-left: 20px;
	transition: all 0.3s;
}

.xyxw ul .li2 {
	margin: 45px 0 45px 22px;
}

.xyxw ul li:hover {
	margin-left: 12px !important;
}

.xyxw ul li .date {

	background: url(../images/sysdt-date-bg.png) no-repeat;
	width: 80px;
	height: 60px;
}

.xyxw ul li .date h2 {
	text-align: center;
	font-size: 22px;
	margin-top: 5px;
	color: #fff;
	font-weight: normal;
	font-family: "times new roman";
}

.xyxw ul li .date span {
	font-size: 12px;
	margin-left: 15px;
	color: #fff;
	font-family: "times new roman";
}

.xyxw ul li a {
	width: 235px;
	height: 59px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	padding-left: 11px;
	border-bottom: 1px solid #3E70E8;
	box-sizing: border-box;
}


.syscy-lwzl {
	height: 420px;
	background: #F5F5F5;
	margin-top: 56px;
	padding-top: 40px;
	box-sizing: border-box;
}

.syscy {}

.lm {
	margin-bottom: 25px;
	background: url(../images/syscy-div-bg.png) no-repeat right bottom;
	height: 46px;
}

.lm a {
	font-size: 12px;
	color: #2490e3;
	margin-top: 23px;
}

.lm .lm-h2 {
	height: 46px;
	display: inline-block;
	padding-right: 40px;
	background: #F5F5F5 url(../images/qsyscy-ln-hbg.png) no-repeat 95% bottom;
}

.lm .lm-h2 h2 {
	font-weight: normal;
	font-size: 22px;
}

.lm .lm-h2 span {
	font-size: 12px;
	font-family: 'Times New Roman', Times, serif;
	color: #999999;
}


.syscy-ul .syscy-li {
	width: 205px;
	height: 263px;
	position: relative;
	overflow: hidden;
	margin-right: 83px;
}

.syscy-ul .syscy-li a {}

.syscy-ul .syscy-li a img {
	display: block;
	transition: all 0.3s;
	width: 205px;
	height: 263px;
}

.syscy-ul .syscy-li:hover a img {
	transform: scale(1.1)
}

.syscy-ul .syscy-li .syscy-li-mb {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 40px;
	line-height: 40px;
	background: url(../images/syscy-lmb.png);
	width: 100%;
	transition: all 0.3s;
}

.syscy-ul .syscy-li .syscy-li-mb h2 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding-left: 21px;
	background: url(../images/syscy-more-icon.png) no-repeat 165px center;
}

.syscy-ul .syscy-li .syscy-li-mb p {
	display: none;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	margin-top: 27px;
	width: 148px;
	margin: 27px auto 0;
}

.syscy-ul .syscy-li:hover .syscy-li-mb {
	width: 100%;
	height: 100%;
}

.syscy-ul .syscy-li:hover .syscy-li-mb p {
	display: block;
}

.syscy-ul .syscy-li:hover .syscy-li-mb h2 {
	text-align: center;
	padding-left: 0;
	margin-top: 29px;
	background: none;
}

/* 论文专利 */
.lwzl {
	width: 360px;
}

.lwzl .lwzl-ul {}

.lwzl .lwzl-ul .lwzl-li {
	background: url(../images/lwzl-li-icon.jpg) no-repeat left center;
	padding-left: 15px;
	line-height: 21px;
	margin-bottom: 19px;
}

.lwzl .lwzl-ul .lwzl-li:hover {
	background: url(../images/lwzl-li-icon-h.jpg) no-repeat left center;
}

.lwzl .lwzl-ul .lwzl-li span {
	font-size: 12px;
	color: #999999;
	margin-top: 3px;
	display: block;
}

.lwzl .lwzl-ul .lwzl-li:hover span {
	color: #225CE5;
}

.lwzl .lwzl-ul .lwzl-li a {
	font-size: 16px;
}


/* 研究兴趣 */
.yjxq-lj {}

.yjxq-lj {
	margin-top: 34px;
}

.yjxq {
	width: 781px;
}

.yjxq .lm {}

.yjxq ul {}

.yjxq ul li {
	height: 66px;
	width: 380px;
	background: #F5F5F5;
	margin-right: 21px;
	margin-bottom: 30px;
}

.yjxq ul li a {
	height: 44px;
	display: block;
	width: 335px;
	margin: 10px;
}

.yjxq ul li a .date {
	text-align: right;
	width: 56px;
	margin-right: 18px;
}

.yjxq ul li a .date h2 {
	font-size: 24px;
	font-family: "times new roman";
	font-weight: normal;
	color: #4c4c4c;
}

.yjxq ul li a .date span {
	font-size: 12px;
	font-family: "times new roman";
	color: #808080;
	display: block;
	margin-top: -2px;
}

.yjxq ul li a p {
	line-height: 24px;
	font-size: 16px;
	width: 261px;
	padding-left: 19px;
	box-sizing: border-box;
	border-left: 1px solid #D9D9D9;
}

.yjxq ul li:hover {
	background: #3461D8;
}

.yjxq ul li:hover a h2,
.yjxq ul li:hover a span,
.yjxq ul li:hover a p {
	color: #fff;
}

.yjxq ul li:hover a p {
	border-left: 1px solid #fff;
}

.yjxq .lm .lm-h2,
.lj .lm .lm-h2 {
	background: #fff url(../images/qsyscy-ln-hbg.png) no-repeat 95% bottom;
}

/*链接 */
.link-ul {
	width: 362px;
}

.link-ul li {
	width: 100%;
	height: 44px;
	line-height: 44px;
	margin-bottom: 15px;
}

.link-ul li a {
	display: block;
	width: 100%;
	font-size: 18px;
	color: #fff;
	padding-left: 50px;
	box-sizing: border-box;
}

.link-ul .link-li1 a {
	background: #0044B6 url(../images/lj-li-xsj.png) no-repeat 305px center;
}

.link-ul .link-li2 a {
	background: #E09A4E url(../images/lj-li-xsj.png) no-repeat 305px center;
}

.link-ul .link-li3 a {
	background: #25A1D7 url(../images/lj-li-xsj.png) no-repeat 305px center;
}

/* 联系我们 */
.lxwm {
	height: 135px;
	margin-top: 5px;
	position: relative;
	z-index: 2;
}

.lxwm .lxwm-lm {
	text-align: center;
}

.lxwm .lxwm-lm h2 {
	font-size: 22px;
	font-weight: normal;
}

.lxwm .lxwm-lm span {
	color: #999999;
	font-size: 12px;
	font-family: "times new roman";
	display: block;
	background: url(../images/lxwm-yw-bg.png) no-repeat center;
}

.lxwm .lxwm-ul {
	width: 1080px;
	margin: 0 auto;
	position: absolute;
	left: 55px;
	bottom: -30px;
	padding-left: 40px;
	height: 90px;
	box-shadow: 0 0 14px #ccc;
	padding-top: 14px;
	box-sizing: border-box;
	background: #fff;
}

.lxwm .lxwm-ul li {
	height: 62px;
	padding-left: 104px;
	box-sizing: border-box;
}

.lxwm .lxwm-ul li .lxwm-mz {
	color: #0044B6;
	font-size: 18px;
	font-family: 'Times New Roman', Times, serif;
	margin-top: 7px;
	display: block;
}

.lxwm .lxwm-ul li .lxwm-nr {
	margin-top: 6px;
}

.lxwm .lxwm-ul .lxwm-li1 {
	width: 260px;
	background: url(../images/lxwm-add-icon.png) no-repeat left center;
	margin-right: 140px;
}

.lxwm .lxwm-ul .lxwm-li2 {
	width: 260px;
	background: url(../images/lxwm-tel-icon.png) no-repeat left center;
	margin-right: 70px;
}

.lxwm .lxwm-ul .lxwm-li3 {
	width: 270px;
	background: url(../images/lxwm-email-icon.png) no-repeat left center;
}

.ditu {
	position: relative;
	z-index: 1;
}
.ditu img{
	display:block;
}
/* 版权 */
.fot-bq {
	background: #225CE5;
	/* padding: 54px 0; */
	height:  137px;
	position:  relative;
	z-index:  99;
}

.fot-bq .fot-logo {
	width: 217px;
	margin-top: 40px;
}

.fot-bq .fot-logo img {}

.fot-bq p {
	margin-left: 32px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	margin-top:  20px;
}

.fot-bq .sydw-tp {
	margin-top: 13px;
}

.fot-bq .sydw-tp img {}

.gfwxwb{
    margin-top: 16px;
}
.gfwxwb li{
    text-align:  center;
    width: 50px;
    margin-left:  37px;
    height:  75px;
    padding-top: 29px;
    box-sizing:  border-box;
    position: relative;
    cursor:  pointer;
}
/*.gfwxwb li img{
	visibility:  hidden;
	opacity: 0;
	transition: 0.3s;
	position: absolute;
	top: -100px;
	width: 100px;
	height: 100px;
	max-width: none;
	left: -25px;
}*/
.gfwxwb li span{
    display:  block;
    color:  #fff;
    font-size:  12px;
}

.gfwxwb .gfwx{background: url(../images/weixi-icon.png) no-repeat center top;}
.gfwxwb .gfwb{background: url(../images/weibo-icon.png) no-repeat center top;}

.gfwxwb li:hover img{
	visibility: visible;
	opacity: 1;
}











































.pr0 {
	padding-right: 0 !important;
}

.pl0 {
	padding-left: 0 !important;
}

.mr0 {
	margin-right: 0 !important;
}

.ml0 {
	margin-left: 0 !important;
}



/*列表页*/
.ej-banner {}

.ej-banner img {
}

.ej-sydb-bg {
	margin-top: -450px;
	padding-top: 530px;
	box-sizing: border-box;
}

.ej-sydb-bg .foot-top-bg {
	margin-top: 0;
}

.list {
	min-height: 600px;
	margin-bottom: 70px;
}

.lm-bg-dqwz {
	background: #f0f0f0;
	height: 70px;
	width: 100%;
}

.yj-lm {
}

.titname {
}

.titname h2 {
}

.titname .navigation {
}

.titname .navigation img {}

.titname .fa-home {
}

.titname .fa-home img {
}

.titname .fa-home,
.titname .fa-home a {
}


.list-left {
	width: 250px;
	box-sizing: border-box;
}

/*列表页*/
.ej-banner img {
	display: block;
	max-width:  100%;
}

.ej-sydb-bg {
	margin-top: -450px;
	padding-top: 530px;
	box-sizing: border-box;
}

.ej-sydb-bg .foot-top-bg {
	margin-top: 0;
}

.list {
	min-height: 600px;
	margin-bottom: 70px;
}

.lm-bg-dqwz {
	background: #f0f0f0;
	height: 70px;
	width: 100%;
}

.yj-lm {
	background: #225ce5;
	color: #fff;
	line-height: 70px;
	font-size: 26px;
	height: 70px;
	font-weight: normal;
	width: 250px;
	text-align: center;
}

.titname {
	line-height: 67px;
	width: 910px;
}

.titname h2 {
	display: inline-block;
	font-size: 24px;
	color: #225ce5;
	font-weight: normal;
}

.titname .navigation {
	float: right;
}

.titname .navigation img {}

.titname .fa-home {
	font-size: 14px;
}

.titname .fa-home img {
	width: 14px;
	display: block;
	margin-right: 7px;
	margin-top: 28px;
	float: left;
}

.titname .fa-home,
.titname .fa-home a {
}


.list-left {
	width: 250px;
	box-sizing: border-box;
}





/* 侧导航 */
.sideMenu {
	border: 1px solid #d1d1d1;
	box-sizing: border-box;
	background: #f0f0f0;
	border-bottom: none;
}

.sideMenu h3 {
	width: 100%;
	cursor: pointer;
	margin: 0;
	box-sizing: border-box;
	background: url(../images/menu-ej-lm.png) no-repeat 200px center;
	position: relative;
}

.sideMenu h3 .sjx {
	width: 19px;
	height: 7px;
	background: url(../images/menu-ej-lm-sjx.png) no-repeat center;
	bottom: 0;
	left: 22px;
	position: absolute;
	display: none;
}

.sideMenu>.on .sjx,
.sideMenu h3:hover .sjx {
	display: block;
}

.sideMenu h3>a {
	display: block;
	border-bottom: 1px solid #d8d8d8;
	background: url(../images/list_11.png) no-repeat 28px center;
	font-size: 18px;
	font-weight: normal;
	box-sizing: border-box;
	padding: 17.5px 0 17.5px 57px;
	width: 100%;
	margin: 0 auto;
}

.sideMenu>.on,
.sideMenu h3:hover {
	border-left: none;
	margin: 0px;
	box-sizing: border-box;
	background: #fff url(../images/menu-ej-lm-h.png) no-repeat 200px center;
}

.sideMenu>.on a,
.sideMenu h3:hover a {
	background: url(../images/list_16.png) no-repeat 28px center;
	font-size: 18px;
	font-weight: bold;
	color: #eca316;
}


.sideMenu .has {
	background: #fff;
	margin: 0 auto;
	width: 100%;
	padding-top: 15px;
	border-bottom: 1px solid #d8d8d8;
	color: #999;
	font-size: 14px;
}

.sideMenu .has>li {
	margin-bottom: 15px;
}

.sideMenu .has>li>a {
	display: block;
	color: #666666;
	font-size: 16px;
	padding-left: 82px;
	background: url(../images/list_20.png) no-repeat 61px center;
}

.sideMenu .has>.san-on a,
.sideMenu .has>li:hover a {
	background: url(../images/list_20-h.png) no-repeat 61px center;
}

.sideMenu .has>.san-on>a,
.sideMenu .has>li:hover>a {
	color: #e63c48;
}

.list-left .ej-menu-x-tp {
	margin-top: 33px;
	border: 1px solid #d0d0d0;
	box-sizing: border-box;
	height: 227px;
	width: 250px;
}







/* 侧导航结束 */
/* 右侧开始 */
.list-right {
	width: 910px;
	overflow: hidden;
	min-height: 600px;
}


.list-con ul {
	margin-top: 17px;
}

.list-con ul li {
	padding-left: 40px;
	height: 60px;
	line-height: 59px;
	background: url(../images/list-li.png) no-repeat 11px center;
	border-bottom: 1px dashed #e6e6e6;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}

.list-con ul li a {
	font-size: 16px;
	display: block;
}

.list-con ul li:hover a {
	font-size: 17px;
	color: #225ce5;
}

.list-con ul li .date {
	float: right;
	color: #888888;
	font-size: 14px;
}

.list-con ul li:hover {
	margin-left: 10px;

}

.list-con ul li.list-li1 {
	margin-top: 30px;
}

.list-con ul li.list-li6,
.list-con ul li.list-li11 {
	margin-top: 23px;
}

.list-con ul li.list-li5,
.list-con ul li.list-li10,
.list-con ul li.list-li15 {
	padding-bottom: 23px;
	border-bottom: 1px dashed #e6e6e6;
	box-sizing: content-box;
	background: url(../images/list-li.png) no-repeat left 20px;
}

.fanye {
	margin: 40px auto 0;
	text-align: center;
}

/* 正文页 */
/*page-con*/

.page-con {
	margin: 0px auto;
	padding: 10px 0;
	min-height: 500px;
	height: auto;
	overflow: hidden;
}

.page-con .page-tit {
	font-size: 24px;
	color: #444444;
	text-align: center;
	line-height: 150%;
	padding: 34px 0 0;
	font-weight: bold;
}

.page-con .fbt {
	font-size: 17px;
	color: #333333;
	text-align: center;
	line-height: 150%;
	padding: 13px 0 10px;
	font-weight: normal;
}

.page-con .page-date {
	font-size: 14px;
	color: #777777;
	text-align: center;
	line-height: 150%;
	padding: 6px 0 21px;
	border-bottom: 1px solid #e7e6e6;
}

.page-con .zhengwen {
	padding: 23px 0;
	line-height: 30px;
	font-size: 15px;
	color: #555555;
}

.page-con .zhengwen p {
	text-indent: 2em !important;
	line-height: 34px !important;
	font-size: 16px !important;
	color: #444;
	padding: 0 0 14px 0 !important;
}

.page-con .zhengwen img,
.page-con .zhengwen p img {
	max-width: 600px;

}


.page-con .zhengwen table tr td p,
.box-2 .zhengwen table tr td span p {
	text-indent: 0;
}

/*上一条、下一条*/

.other-title {
	padding: 33px 3px 0px;
	border-top: 1px solid #e6e6e6;
}

.other-title a {
	color: #444;
	font-size: 16px;
	display: block;
	line-height: 30px;
}

.other-title a:hover {
	color: #225CE5;
}

.article-con {
	padding: 20px 0;
}

.article-con h1 {
	font-size: 22px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 10px;
}

.article-con h2 {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px;
}

.article-con .article-date {
	font-size: 12px;
	color: #999999;
	text-align: center;
	line-height: 22px;
	padding: 10px 0;
	border-bottom: 1px dashed #ececec;
}

.article-con .article-text {
	font-size: 15px;
	line-height: 30px;
	color: #333333;
	padding: 10px 0;
	border-bottom: 1px dashed #ececec;
}

.article-con .article-text p {
	text-indent: 2em;
	padding: 5px 0;
}

.article-con .article-text p img,
.article-con .article-text p video {
	margin-left: -2em;
	max-width: 92%;
}

.article-con .updown ul {
	padding: 10px;
}

.article-con .updown ul li {
	font-size: 15px;
	line-height: 34px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article-con .updown ul li a:hover {
	color: #0075cc;
}

.article-con .updown ul li:hover {
	margin-left: 10px;
	font-size: 16px;
}

/* 正文表格P不缩进 */
.article-con .article-text table tr td p,
.article-con .article-text table tr th p {
	text-indent: 0;
	padding: 0;
}

#vsb_content table{ border: 0px;border-left:1px solid #ddd; border-top:1px solid #ddd;width:750px; margin:20px auto}
#vsb_content table tr td{ border-left:0px; border-top:0px;line-height: 23px; padding: 5px; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-right-color: #ddd; border-bottom-color: #ddd; }
#vsb_content table tr td p{text-indent:0em !important; padding:0px; margin:0px; text-align:center; }
/*升级浏览器代码*/
#browser-modal{width:100%;height:100%;top:0;left:0;text-align:center;color:#303233;position:fixed;z-index:9999999999;}
#browser-modal .browser-modal-cover{position:fixed;left:0;top:0;height:100%;width:100%;background-color:#111;opacity:.9;z-index:-1}
#browser-modal .browser-content{width:700px;margin-top:120px;margin-left:auto;margin-right:auto;padding-bottom:80px;padding-top:50px;background-color:#fff;border-radius:5px}
#browser-modal .browser-content .browser-dpc-logo img{height:42px;margin:45px auto 40px}
#browser-modal .browser-content .browser-text-title{text-transform:uppercase;font-size:24px}
#browser-modal .browser-content .browser-text-desc{margin-top:30px;margin-bottom:20px;font-size:14px}
#browser-modal .browser-content .browser-list{width:600px;margin:20px auto;height:130px}
#browser-modal .browser-content .browser-item{float:left;width:150px;padding-top:20px;padding-bottom:20px;margin-left:auto;margin-right:auto}
#browser-modal .browser-content .browser-item .iconfont{width:100px;height:100px;margin:0 auto;font-size:80px;line-height:80px;margin-bottom:10px;}
#browser-modal .browser-content .browser-item .iconchrome{background: url(../images/bro.png) no-repeat 0 0}
#browser-modal .browser-content .browser-item .iconfirefox{background: url(../images/bro.png) no-repeat 0 -100px}
#browser-modal .browser-content .browser-item .iconopera{background: url(../images/bro.png) no-repeat 0 -200px}
#browser-modal .browser-content .browser-item .iconEdge{background: url(../images/bro.png) no-repeat 0 -300px}
#browser-modal .browser-content .browser-item a{cursor:pointer;display:block}
#browser-modal .browser-content .browser-item a img{display:block;margin:0 auto;max-width:100px;width:100px;height:100px}
#browser-modal .browser-content .browser-item a h4{text-align:center;margin-top:20px;font-size:18px;font-weight:700}