@charset "utf-8";

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	min-width: 1200px;
}

i,
em {
	font-style: normal;
}

ul,
li,
input,
p,
h1,
h2,
dd,
dl,
a {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #454545;
}

li a:hover {
	color: #006179
}

img,
a {
	cursor: pointer;
}

img {
	max-width: 100%;
        border:none;
}

.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: #006179;
	position: relative;
}

.top {
	height: 120px;
}

/*logo*/

.logo {
	margin-top: 30px;
}

.logo a {
	display: block;
}

.xiaoxun {
	margin-top: 20px;
	margin-left: 140px;
}

/*menu*/

.menu {
	height: 50px;
	background: #ffffff;
	position: relative;
	z-index: 10;
}

#nav {
	display: block;
	width: 1200px;
	padding: 0px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
}

#nav .mainlevel {
	float: left;
	height: 50px;
	position: relative;
}

.mainlevel:hover,
.mainlevel .cur {
	background: #006179;
}

#nav .mainlevel:hover a {
	color: #FFFFFF;
	font-weight: bold;
}

#nav .mainlevel>a {
	color: #333;
	line-height: 50px;
	display: block;
	font-size: 16px;
	height: 50px;
	padding: 0 24px;
}

#nav li.on {
	background: #006179;
}

#nav li.on>a {
	font-weight: bold;
	color: #FFFFFF;
}

#nav li.mainlevel a:hover {
	color: #FFFFFF;
}

#nav .mainlevel ul {
	/* display: none; */
	position: absolute;
	z-index: 99;
	margin-top: 0px;
	top: 50px;
	width: 100%;
}

#nav .mainlevel ul i {}

#nav .mainlevel li {
	font-size: 14px;
	/* height: 38px; */
	line-height: normal;
	width: 100%;
}

#nav .mainlevel li a {
	display: block;
	/* height: 38px; */
	line-height: normal;
	font-size: 14px;
	color: #FFF !important;
	background: #006179;
	filter: alpha(opacity=70);
	opacity: .7;
	text-align: center;
	padding: 9px 5px;
}

#nav .mainlevel li a:hover {
	color: #FFFFFF !important;
	filter: alpha(opacity=100);
	opacity: 1;
}




/* 下面是前/后按钮代码，如果不需要删除即可 */
/* banner */

.slideBox {
	width: 100%;

	overflow: hidden;
	position: relative;
}

.slideBox .tempWrap {
	margin: 0 auto;
}

.slideBox .bd {
	position: relative;

	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	top: 45%;
	display: block;
	width: 30px;
	height: 30px;
}

.slideBox .prev {
	background: url(../images/banner-prev.png) no-repeat;
	left: 60px;
}

.slideBox .next {
	left: auto;
	right: 60px;
	background: url(../images/banner-next.png) no-repeat;
}

.home-nr {
	margin-top: 43px;
}

/*
 *信息简报 
 */
.xxjb1,
.xshd {
	width: 807px;
}

.lm {
	width: 100%;
	height: 41px;
	border-bottom: 2px solid #006179;
}

.lm span {
	display: inline-block;
}

.lm span h2 {
	font-size: 24px;
	color: #006179;
	font-weight: bold;
	display: inline-block;
}

.lm span i {
	font-size: 16px;
	color: #999999;
}

.lm a {
	margin-top: 5px;
}

.xxjb ul {
	margin-top: 27px;
}

.xxjb ul li {
	width: 390px;
	height: 330px;
}

.xxjb ul li a {
	display: block;
}

.xxjb ul li .xxjb-tp {
	position: relative;
	width: 100%;
	height: 217px;
	overflow: hidden;
}

.xxjb ul li .xxjb-tp span {
	position: absolute;
	display: block;
	width: 88px;
	height: 32px;
	background: #006179;
	opacity: 0.9;
	filter: alpha(opacity=90);
	left: 0;
	bottom: 0;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	font-family: "times new roman";
	text-align: center;
}

.xxjb ul li .xxjb-tp img {
	width: 100%;
	height: 217px;
	transition: 0.5s;
}

.xxjb ul li .xxjb-bz {
	width: 100%;
	height: 114px;
	background: #f2f2f2;
	box-sizing: border-box;
	padding: 20px 30px 20px 21px;
}

.xxjb ul li .xxjb-bz span {
	font-size: 15px;
	color: #333;
}

.xxjb ul li .xxjb-bz p {
	font-size: 13px;
	line-height: 20px;
	color: #999999;
	margin-top: 10px;
}

.xxjb ul li:hover img {
	transform: scale(1.1);
}


.xxjb1 ul {
	margin-top: 22px;
}

.xxjb1 ul li {
	padding-left: 18px;
	background: url(../images/lwzx.png) no-repeat left center;
	margin-bottom: 15px;
}
.xxjb1 ul li a{
	color: #333;
	font-size: 15px
}
.xxjb1 ul li .date{
	font-size: 13px;
	color: #666666;
	float: right;
}


/*通知公告*/
.tzgg,
.lwzx {
	width: 345px;
}

.tzgg ul {
	margin-top: 27px;
}

.tzgg ul li {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;
	margin-bottom: 13px;
}

.tzgg ul li .date {
	width: 61px;
	height: 60px;
	display: block;
	box-sizing: border-box;
}

.tzgg ul li .date .day {
	font-family: 'Times New Roman';
	font-size: 24px;
	text-align: center;
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #e6e6e6;
	color: #006179;
	font-style: italic;
	font-weight: bold;
}

.tzgg ul li .date .n-y {
	font-family: 'Times New Roman';
	display: block;
	width: 100%;
	height: 26px;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
	border: 1px solid #e6e6e6;
	color: #006179;
	line-height: 24px;
}

.tzgg ul li a {
	display: block;
	width: 260px;
	font-size: 15px;
	line-height: 24px;
	margin-top: 5px;
}


.tzgg ul li:hover .day {
	background: #006179;
	color: #fff;
}

.tzgg ul li:hover .n-y {
	color: #333;
}

.tzgg-last {
	padding-bottom: 0 !important;
	border-bottom: none !important;
	margin-bottom: 0 !important;
}

/*学术活动*/
.xshd,
.lwzx {
	margin-top: 45px;
}

.xshd ul {
	margin-top: 25px;
}

.xshd ul li {
	margin-left: 13px;
}

.xshd ul li:first-child {
	margin-left: 0;
}

.xshd ul li a {
	display: block;
	width: 260px;
	height: 193px;
	background: #f2f2f2;
	padding: 25px 40px 25px 25px;
	box-sizing: border-box;
}

.xshd ul li a .xshd-bt {
	font-size: 15px;
	color: #000334;
	line-height: 23px;
	margin-bottom: 21px;
}

.xshd ul li span {
	display: block;
	margin-top: 10px;
	padding-left: 25px;
	font-size: 13px;
	color: #666666;
}

.xshd ul li span.zuozhe {
	background: url(../images/zuozhe.png) no-repeat left center;
}

.xshd ul li span.date {
	background: url(../images/date.png) no-repeat left center;
}

.xshd ul li span.dizhi {
	background: url(../images/dizhi.png) no-repeat left center;
}

.xshd ul li:hover a {
	background: #006179;
}

.xshd ul li:hover .xshd-bt,
.xshd ul li:hover .zuozhe,
.xshd ul li:hover .date,
.xshd ul li:hover .dizhi {
	color: #FFF;
}

.xshd ul li:hover .zuozhe {
	background: url(../images/zuozhe-h.png) no-repeat left center;
}

.xshd ul li:hover .date {
	background: url(../images/date-h.png) no-repeat left center;
}

.xshd ul li:hover .dizhi {
	background: url(../images/dizhi-h.png) no-repeat left center;
}

/*论文在线*/
.lwzx ul {
	margin-top: 22px;
}

.lwzx ul li {
	padding-left: 18px;
	background: url(../images/lwzx.png) no-repeat left center;
	margin-bottom: 15px;
}
.lwzx ul li a{
	color: #333;
	font-size: 15px
}
.lwzx ul li .date{
	font-size: 13px;
	color: #666666;
	float: right;
}
/*快速链接*/
.kslj{
	margin-top: 35px;
	width: 100%;
}
.kslj ul li{
	margin-top: 26px;
	margin-left: 20px;
	text-align: center;
	transition: 0.5s;
}
.kslj ul li a{
	display: block;
	height: 80px;
	width: 224px;
	font-size: 15px;
	color: #fff;
	box-sizing: border-box;
	padding-top: 53px;
}
.kslj ul li:first-child{
	margin-left: 0!important;
}
.kslj ul li:hover{
	margin-top: 20px;
}
.kslj ul li.kslj1{
	background: #5091d3 url(../images/kslj1.png) no-repeat center 12px;
}
.kslj ul li.kslj2{
	background: #f4735e url(../images/kslj2.png) no-repeat center 12px;
}
.kslj ul li.kslj3{
	background: #af99e4 url(../images/kslj3.png) no-repeat center 12px;
}
.kslj ul li.kslj4{
	background: #57c6bf url(../images/kslj4.png) no-repeat center 12px;
}
.kslj ul li.kslj5{
	background: #feb267 url(../images/kslj5.png) no-repeat center 12px;
}
.footer{
	background: #006179;
	width: 100%;
	margin-top: 60px;
	height: 175px;
}

/*列表页*/
.list {
	padding-top: 40px;
	min-height: 700px;
}

.list-left {
	width: 225px;
	background:  #ebebeb;
}

.list-left>h2 {
	background: url(../images/list_07.png) no-repeat center;
	color: #fff;
	line-height: 85px;
	font-size: 24px;
	height: 87px;
	text-align: center;
	font-weight: bold;
}

/* 侧导航 */
.sideMenu {
	box-sizing: border-box;
	padding-bottom: 120px;
}

.sideMenu h3 {
	height: 58px;
	line-height: 58px;
	padding-left: 23px;
	width: 208px;
	cursor: pointer;
	margin: 0;
	box-sizing: border-box;
}



.sideMenu h3>a {
	display: block;
	width: 180px;
	border-bottom: 1px solid #cccccc;
	padding-left: 2px;
	height: 58px;
	background: url(../images/list_11.png) no-repeat right center;
	font-size: 18px;
	font-weight: normal;
	box-sizing: border-box;
}

.sideMenu>.on {
	color: #fff;
	border-left: none;
	margin: 0px;

	width: 227px;
	background: #ebebeb;
	box-sizing: border-box;
	background: url(../images/list_14.png) no-repeat left center;
}

.sideMenu>.on a {
	color: #006179;
	font-weight: bold;
	padding-left: 0px;
	background: #ebebeb url(../images/list_16.png) no-repeat right center;
}

.sideMenu ul {
	color: #999;
	font-size: 14px;

}

.sideMenu ul.has {
	background: #ebebeb;
	padding-bottom: 10px;
	width: 180px;
	margin: 0 auto;
	border-bottom: 1px solid #cccccc;
}

.sideMenu ul li {
	padding-left: 20px;
	background: url(../images/list_20.png) no-repeat 2px center;
	margin-top: 15px;
}

.sideMenu ul li a {
	display: block;
	color:  #666666;
	font-size:  14px;
}


.sideMenu ul .fa-plus:before {
	font-size: 13px;
	margin-right: 20px;
}

.sideMenu ul .san-on {
	color: #006179;
}

.sideMenu ul li:hover a {
	color: #006179;
}

.sideMenu ul .on {
	color: #006179;
}

/* 侧导航结束 */
/* 右侧开始 */
.list-right {
	width: 910px;
	overflow: hidden;
	min-height: 600px;
	margin-top: -7px;
}

.list-right .titname {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 5px;
}

.list-right .titname h2 {
	    display: inline-block;
    font-size: 22px;
    color: #006179;
    font-weight: bold;
    border-bottom: 2px solid #006179;
    padding-bottom: 3px;
}

.list-right .titname .navigation {
	color: #666666;
	font-size: 14px;
	float: right;
}

.list-right .titname .navigation img {
	vertical-align: middle;
	padding-right: 6px;
}

.list-right .titname .fa-home {
	font-size: 14px;
}

.list-right .titname .fa-home img {
	width: 14px;
}

.list-right .titname .fa-home,
.list-right .titname .fa-home a {
	color: #888;
}

.list-con ul li {
	padding: 12px 0 12px 15px;
	height: 35px;
	line-height: 35px;
	background: url(../images/list-li.png) no-repeat left center;
	font-size: 15px;
	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;
}

.list-con ul li a {
	font-size: 15px;
}

.list-con ul li .date {
	float: right;
	color: #666666;
	font-size: 13px;
}

.list-con ul li:hover {
	margin-left: 10px;
	font-size: 17px;
	color: #0075CC;
}

.fanye {
	margin: 27px;
	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: 20px;
	color: #444444;
	text-align: center;
	line-height: 150%;
	padding: 20px 0 0;
	font-weight: bold;
}

.page-con .fbt {
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 150%;
	padding: 14px 0 10px;
}

.page-con .page-date {
	font-size: 15px;
	color: #999999;
	text-align: center;
	line-height: 150%;
	padding: 0px 0 15px;
	border-bottom: 1px dashed #d9d9d9;
}

.page-con .zhengwen {
	padding: 20px 0;
	line-height: 30px;
	font-size: 15px;
	color: #555555;
}

.page-con .zhengwen p {
	text-indent: 2em;
	line-height: 30px;
	font-size: 15px;
	color: #555555;
	padding: 0 0 14px 0;
}

.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: 30px 0 0px;
	border-top: 1px dashed #d6d6d6;
}

.other-title a {
	color: #555555;
	font-size: 16px;
	display: block;
	line-height: 30px;

}

.other-title a:hover {
	color: #006179;
}

.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;
}






