/*头部*/
body {
	background: #F5F5F5;
}

li {
	list-style: none;
}

.sec_top {
	width: 100%;
	height: 1.42rem;
	background: url(secTop.png) no-repeat center top;
	background-size: cover;
}

.sec_top .sec_top_title {
	width: 100%;
	height: .31rem;
	background-color: rgba(22, 81, 140, .3);
	
}

.sec_top .sec_top_titles {
	width: 12rem;
	height: .31rem;
	margin: 0 auto;
}

.sec_top .sec_top_title_l {
	width: auto;
    float: left;
    font-size: .15rem;
    line-height: .31rem;
    color: #fff;
    letter-spacing: .012rem;
}

.sec_top_title_r {
	width: 1.05rem;
    float: right;
    line-height: .31rem;
    position: relative;
    text-align: right;
}
.sec_top_title_r img {
	width: .19rem;
	height: .19rem;
	position: absolute;
	left: 0;
    top: .06rem;
}

.sec_top_title_r a {
	font-size: .15rem;
    color: #fff;
    border-right: .01rem solid #fff;
}

.sec_top_title_r .login {
	padding-right: .08rem;
}
.sec_top_title_r .register {
	padding-left: .08rem;
	border-right: 0;
}

/*导航 + logo*/

.sec_top_navBar {
	width: 12rem;
	height: 1.11rem;
	line-height: 1.11rem;
	margin: 0 auto;
	position: relative;
}
.sec_top_navBar .sec_logo {
	width: 2.62rem;
    height: .63rem;
}

.navList {
    position: absolute;
    right: 0;
    top: 0;
    height: 1.11rem;
	line-height: 1.11rem;
}

.navList .navItem {
    width: auto;
    float: left;
    position: relative;
    height: .75rem;
    margin-left: .5rem;
}

.navList .navItem a {
    color: #fff;
    font-size: .20rem;
    font-weight: 500;
}

.navList .navItem .navActive {
    width: .9rem;
    height: .025rem;
    background-color: #FFFFFF;
    border-radius: .08rem .08rem .08rem .08rem;
    -moz-border-radius: .08rem .08rem .08rem .08rem; /* Firefox */
    -webkit-border-radius: .08rem .08rem .08rem .08rem; /* Safari 和 Chrome */
    position: absolute;
    left: -.05rem;
    bottom: -.036rem;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    transition: .5s all ease;
}

.navList .homeItem .homeActive {
    width: .5rem;
    height: .025rem;
    background-color: #FFFFFF;
    border-radius: .08rem .08rem .08rem .08rem;
    -moz-border-radius: .08rem .08rem .08rem .08rem; /* Firefox */
    -webkit-border-radius: .08rem .08rem .08rem .08rem; /* Safari 和 Chrome */
    position: absolute;
    left: -.05rem;
    bottom: -.036rem;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    transition: .5s all ease;
}

.navList .navItem:hover .navActive {
	opacity: 1;
	-webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
}
.navList .navItem:hover .homeActive {
	opacity: 1;
	-webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
}


.sec_top_position {
	width: 100%;
	height: 50px;
	background-color: #fff;
}

.curPosition {
	width: 1200px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 14px;
    color: #696969;
}
.curPosition img {
	width: 14px;
    height: 14px;
}
.curPosition a {
	font-size: 14px;
	color: #696969;
}


/*公开公示列表页 开始*/

.listPage {
    width: 1200px;
    margin: 0 auto;
}

.listPage .list_top {
	width: 100%;
    height: 57px;
    background-color: #fff;
    margin-top: 20px;
    padding: 0 40px;
}

.list_top .list_top_l {
	float: left;
}
.list_top .list_top_l > div {
	float: left;
    text-align: right;
    width: 90px;
    margin-right: 34px;
    height: 57px;
    line-height: 57px;
}
.list_top .list_top_l > div a {
	font-size: 16px;
	color: #000;
	transition: .5s all ease;
}

.list_top .list_top_l .list_top_l_item1 {
	background: url(icon15.png) no-repeat center left;
	transition: .5s all ease;
}
.list_top .list_top_l .list_top_l_item1:hover, .list_top .list_top_l .itemCur1 {
	background: url(icon15-1.png) no-repeat center left;
}
.list_top .list_top_l .list_top_l_item1:hover a, .list_top .list_top_l .itemCur1 a {
	color: #157ED6;
}


.list_top .list_top_l .list_top_l_item2 {
	background: url(icon16.png) no-repeat center left;
	transition: .5s all ease;
}
.list_top .list_top_l .list_top_l_item2:hover, .list_top .list_top_l .itemCur2 {
	background: url(icon16-1.png) no-repeat center left;
}
.list_top .list_top_l .list_top_l_item2:hover a, .list_top .list_top_l .itemCur2 a {
	color: #157ED6;
}

.list_top .list_top_l .list_top_l_item3 {
	background: url(icon17.png) no-repeat center left;
	transition: .5s all ease;
}
.list_top .list_top_l .list_top_l_item3:hover, .list_top .list_top_l .itemCur3 {
	background: url(icon17-1.png) no-repeat center left;
}
.list_top .list_top_l .list_top_l_item3:hover a, .list_top .list_top_l .itemCur3 a {
	color: #157ED6;
}


.list_top .list_top_l .list_top_l_item4 {
	background: url(icon18.png) no-repeat center left;
	transition: .5s all ease;
}
.list_top .list_top_l .list_top_l_item4:hover, .list_top .list_top_l .itemCur4 {
	background: url(icon18-1.png) no-repeat center left;
}
.list_top .list_top_l .list_top_l_item4:hover a, .list_top .list_top_l .itemCur4 a {
	color: #157ED6;
}

.list_top .list_top_l .list_top_l_item5 {
	background: url(icon19.png) no-repeat center left;
	transition: .5s all ease;
}
.list_top .list_top_l .list_top_l_item5:hover, .list_top .list_top_l .itemCur5 {
	background: url(icon19-1.png) no-repeat center left;
}
.list_top .list_top_l .list_top_l_item5:hover a, .list_top .list_top_l .itemCur5 a {
	color: #157ED6;
}

.list_top_r {
	float: right;
    width: 230px;
    height: 38px;
    line-height: 38px;
    position: relative;
    margin-top: 9px;
}

.list_top_r .list_top_r_inputBox {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	-moz-border-radius: 20px; /* Firefox */
    -webkit-border-radius: 20px; /* Safari 和 Chrome */
	border: 1px solid rgba(155,155,155,0.23);
}

.list_top_r .list_top_r_inputBox input {
	width: 216px;
    height: 100%;
    padding-left: 20px;
    outline: none;
	
}
.list_top_r_search {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	-moz-border-radius: 50%; /* Firefox */
    -webkit-border-radius: 50%; /* Safari 和 Chrome */
    position: absolute;
    right: -20px;
    top: -2px;
    background: url(icon20.png) center no-repeat ;
    background-color: #1E8CE6;
    cursor: pointer;
}

.list_main {
	width: 100%;
	height: auto;
}

.list_main > ul {
	width: 100%;
	height: 55px;
}

.list_main > ul > li {
	float: left;
	height: 55px;
	line-height: 55px;
}

.list_main > ul .list_dot {
	width: 40px;
	position: relative;
}

.list_main > ul .list_dot span {
	display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #157ED6;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 25px;
}

.list_main > ul .list_title {
	width: 1068px;
	border-bottom: 1px dashed #cecece;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_main > ul .list_title a {
	font-size: 16px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #2e2e2e;
	/*color: #4786D7;*/
	transition: all .5s ease;
}
.list_main > ul .list_title a:hover {
	color: #4786D7;
}

.list_main > ul .list_time {
	width: 90px;
    text-align: right;
    float: right!important;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #9B9B9B;
    border-bottom: 1px dashed #cecece;
}

.listPage .list_fenye {
	width: 100%;
	text-align: right;
	margin: 30px 0;
}

.pageDiv{
	font-size:14px!important;
	color: #5d5d5d!important;
}
.pageDiv a{
	font-size:14px!important;
	text-decoration:none;
	color: #5d5d5d!important;
}
.sec_footer {
	height: 1.11rem;
	background: #FFFFFF;
	padding-top: .35rem;
}
.sec_footer p {
	font-size:.155rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: rgba(74,74,74,0.7);
	line-height: .24rem;
	text-align: center;
}

/*科技管理  开始*/

.managePage {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.box2_middle {
	width: 100%;
	height: 45px;
    margin-top: 30px;
}

.box2_middle .middle_tab {
	float: left;
}

.box2_middle .middle_tab div {
	    float: left;
    width: 108px;
    height: 45px;
    line-height: 45px;
    background-color: #DFE6ED;
    color: #4A4A4A;
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    text-align: center;
    margin-right: 15px;
    cursor: pointer;
}

.box2_middle .middle_tab .middle_tab_cur {
	background-color: #157ED6!important;
	color: #fff!important;
	transition: .4s all ease;
}

.box2_middle .middle_search {
	width: 5.15rem;
	height: .5rem;
	float: right;
}

.box2_middle .middle_search input {
	width: 4.65rem;
	height: .5rem;
	background: #fff;
	border-radius: .04rem;
	font-size: .16rem;
	padding-left: .2rem;
	outline: none;
}

.box2_middle .middle_search .middle_search_btn {
	background: url(icon7.png) no-repeat center;
	background-size: 50% 50%;
	background-color: #fff;
	width: .5rem;
	height: .5rem;
	float: right;
	cursor: pointer;
}

.box2_content {
	width: 100%;
	overflow: hidden;
}

.box2_content ul {
	width: 1200px;
	height: 300px;
    margin-top: 20px;
}

.box2_content ul li {
	width: 3.9rem;
	height: 1.66rem;
	float: left;
	padding: .2rem;
	margin-right: .2rem;
}


.box2_content ul li .box2_content_title {
	font-size: .22rem;
	color: #525252;
	font-weight: bold;
	float: left;
	height: .36rem;
	line-height: .36rem;
	width: 2.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.box2_content ul li .box2_content_zn {
	width: 1.25rem;
	height: .36rem;
	line-height: .36rem;
	border-radius: .06rem;
	border: 2px solid #F87A7C;
	float: right;
	text-align: center;
}

.box2_content ul li .box2_content_zn a {
	font-size: .18rem;
	color: #F87A7C;
}

.box2_content ul li p {
    margin-top: .43rem;
    height: .79rem;
    width: 100%;
    line-height: 180%;
    font-size: .16rem;
    color: #284b8c;
}
/*

.box2_content ul li:nth-child(1) {
	background: url(jinq1.png) no-repeat center top;
	background-size: 106% 100%;
}
.box2_content ul li:nth-child(2) {
	background: url(jinq2.png) no-repeat center top;
	background-size: 106% 100%;
}
.box2_content ul li:nth-child(3) {
	background: url(jinq3.png) no-repeat center top;
	background-size: 106% 100%;
}
.box2_content ul li:nth-child(4) {
	background: url(jinq4.png) no-repeat center top;
	background-size: 106% 100%;
}
.box2_content ul li:nth-child(5) {
	background: url(jinq5.png) no-repeat center top;
	background-size: 106% 100%;
}
.box2_content ul li:nth-child(6) {
	background: url(jinq6.png) no-repeat center top;
	background-size: 106% 100%;
}
.box2_content ul li:nth-child(7) {
	background: url(jinq7.png) no-repeat center top;
	background-size: 106% 100%;
}
.box2_content ul li:nth-child(8) {
	background: url(jinq8.png) no-repeat center top;
	background-size: 106% 100%;
}
.box2_content ul li:nth-child(9) {
	background: url(jinq9.png) no-repeat center top;
	background-size: 106% 100%;
}
*/


.box2_content {
	width: 100%;
	overflow: hidden;
}

.box2_content ul {
    width: 1260px;
    height: 346px;
    padding-top: 20px;
    background-color: #fff;
    margin-top: 0;
}

/*一行两个*/
#xmglMain li, #qyglMain li, #kjjlMain li, #yfjbMain li {
    width: 575px;
    height: 150px;
    float: left;
    padding: 0;
    padding-top: 14px;
    padding-left: 30px;
    margin-left: 16px;
    background: none;
    background-color: #F9FBFD;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    border-radius: 3px;
}



.box2_content ul li {
	width: 3.9rem;
	height: 1.66rem;
	float: left;
	padding: .2rem;
	margin-right: .2rem;
}


.box2_content ul li .box2_content_title {
	color: #525252;
	font-weight: bold;
	float: left;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#xmglMain li .box2_content_title, #qyglMain li .box2_content_title, #kjjlMain li .box2_content_title, #yfjbMain li .box2_content_title {
    font-size: 20px;
    width: 384px;
}
#xmglMain li .box2_content_title a, #qyglMain li .box2_content_title a, #kjjlMain li .box2_content_title a, #yfjbMain li .box2_content_title a {
    font-size: 20px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: 700;
    color: #005293;
}

#xmglMain li p, #qyglMain li p, #kjjlMain li p, #yfjbMain li p {
        margin-top: 32px;
    height: 50px;
    width: 384px;
    line-height: 140%;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
#xmglMain li > a, #qyglMain li > a, #kjjlMain li > a, #yfjbMain li > a {
    display: inline-block;
    width: 104px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px 20px 20px 20px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #005293;
    text-align: center;
    transition: all .5s ease;
    border: 1px solid rgba(0,82,147,0.3);
}
#xmglMain li > .xmglMainImg, #qyglMain li > .xmglMainImg, #kjjlMain li > .xmglMainImg, #yfjbMain li > .xmglMainImg {
	position: absolute;
    width: 137px;
    height: 90px;
    right: 0;
    bottom: 0;
}
#xmglMain li:hover, #qyglMain li:hover, #kjjlMain li:hover, #yfjbMain li:hover {
    box-shadow: 0 3px 3px 0 rgb(0,0,0, .15);
	transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}
#xmglMain li:hover > a, #qyglMain li:hover > a, #kjjlMain li:hover > a, #yfjbMain li:hover > a {
    background: linear-gradient(90deg, #005293 0%,#187BB2 48%, #6AB3DB 93% );
    color: #FFFFFF;
	border: none;
}


/*一行三个*/
#ptglMain li, #rcglMain li, #cxstMain li {
	width: 376px;
    height: 150px;
    float: left;
    padding: 0;
    padding-top: 14px;
    padding-left: 30px;
    margin-left: 18px;
    background: none;
    background-color: #F9FBFD;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    margin-right: 0;
    border-radius: 3px;
}

#ptglMain li .box2_content_title, #rcglMain li .box2_content_title, #cxstMain li .box2_content_title {
    font-size: 20px;
    width: 300px;
}
#ptglMain li .box2_content_title a, #rcglMain li .box2_content_title a, #cxstMain li .box2_content_title a {
    font-size: 20px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: 700;
    color: #005293;
}
#ptglMain li p, #rcglMain li p, #cxstMain li p {
    margin-top: 32px;
    height: 50px;
    width: 273px;
    line-height: 140%;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
#ptglMain li > a, #rcglMain li > a, #cxstMain li > a {
    display: inline-block;
    width: 104px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #005293;
    text-align: center;
    transition: all .5s ease;
    border: 1px solid rgba(0,82,147,0.3);
}
#ptglMain li > .xmglMainImg, #rcglMain li > .xmglMainImg, #cxstMain li > .xmglMainImg {
	position: absolute;
    width: 137px;
    height: 90px;
    right: 0;
    bottom: 0;
}

#ptglMain li:hover, #rcglMain li:hover, #cxstMain li:hover {
    box-shadow: 0 3px 3px 0 rgb(0,0,0, .15);
	transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}
#ptglMain li:hover > a, #rcglMain li:hover > a, #cxstMain li:hover > a {
    background: linear-gradient(90deg, #005293 0%,#187BB2 48%, #6AB3DB 93% );
    color: #FFFFFF;
	border: none;
}




.managePageMore {
	width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 16px;
    text-align: center;
}

.managePageMore a {
	color: #9F9F9F;
	font-size: 14px;
}
.managePageMore img {
	width: 18px;
	height: 18px;
}

/*科研诚信*/

.scientific {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 10px 30px;
	background-color: #fff;
}
.scienTitle {
	width: 100%;
	height: 46px;
    border-bottom: 1px solid #d9d9d9;
}
.scienTitle span {
	display: inline-block;
    height: 46px;
    line-height: 46px;
    width: auto;
    font-size: 18px;
    font-weight: bold;
    color: #444;
    border-bottom: 2px solid #1E8CE6;
}

.scien_top {
	height: 320px;
    margin-top: 30px;
}

.scien_top_l {
	float: left;
	
}

.scien_top_l #wrap {
	width: 480px;
    height: 320px;
    min-width: 270px;
	background: #fefefe;
	margin: 0 auto;
}
.scien_top_l .hiSlider-wrap, .scien_top_l .hiSlider-item img {
	width: 480px!important;
	height: 320px!important;
}
.scien_top_l .hiSlider {
	overflow: hidden;
	width: 480px;
    height: 320px;
	background: #eee;
}
.scien_top_l .hiSlider-item {
	float: left;
	width: 480px;
    height: 320px;
}
.scien_top_l .hiSlider-pages, .scien_top_l .hiSlider-title {
	position: absolute;
	z-index: 3
}
.scien_top_l .hiSlider-btn-prev, .scien_top_l .hiSlider-btn-next {
	position: absolute;
	z-index: 5;
	top: 50%;
	height: 30px;
	width: 30px;
	background: url(hislider-arrow.png) no-repeat;
	margin-top: 14px;
	text-indent: -180px;
	overflow: hidden;
	opacity: .6;
 filter:alpha(opacity:60);
 display: none;
}
.scien_top_l .hiSlider-btn-prev {
	left: 10px;
}
.scien_top_l .hiSlider-btn-next {
	right: 10px;
	background-position: -30px 0;
}
.scien_top_l .hiSlider-btn-prev:hover, .scien_top_l .hiSlider-btn-next:hover {
	opacity: 1;
 filter:alpha(opacity:100);
}
.scien_top_l #wrap .hiSlider-title {
	bottom: 0;
	width: 100%;
	padding: 14px 0;
	color: #fff;
	text-indent: 10px;
	background: rgba(0,0,0,.6);
	z-index: 2;
/*	font: .14rem/2 "Microsoft YaHei", Arial, Tahoma;*/
	font-size: 16px;

}
.scien_top_l .hiSlider-pages {
	bottom: 14px;
    right: 10px;
	text-align: right;
	
}
.scien_top_l .hiSlider-pages a {
	height: 10px;
	width: 10px;
	margin: 0 5px;
	display: inline-block;
	overflow: hidden;
	text-indent: -100px;
	font-size: 0;
	border-radius: 50%;
	background: #ddd;
}
.scien_top_l .hiSlider-pages a.active {
	background: #5472BF;
}

.scien_top_r {
	float: right;
	width: 620px;
    height: 320px;
    overflow: hidden;
}

.scien_top_r .scien_top_r_title {
	height: 36px;
    width: 100%;
    border-bottom: 1px solid #D7D7D7;
}
.scien_top_r .scien_top_r_title span {
	display: inline-block;
	width: 80px;
    height: 36px;
/*	line-height: .4rem;*/
	font-weight: bold;
	font-size: 18px;
    color: #6f6f6f;
    text-align: center;
    margin-right: 25px;
    cursor: pointer;
}

.scien_top_r .scien_top_r_title .kyCur {
	color: #444;
	border-bottom: 2px solid #105896;
}

.scien_top_r .scien_top_r_more {
	float: right;
	color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
}

.scien_top_r_content ul li {
	height: 36px;
    line-height: 36px;
	width: 100%;
	border-bottom: 1px dashed #D7D7D7;
}
.scien_top_r_content ul li > div {
	float: left;
}

.scien_top_r_content .scien_top_ydImg {
    background-color: #0a73d5;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    margin-top: 15px;
    margin-right: 8px;
}

.scien_top_r_content ul li .scien_top_switchTitle {
    width: 470px;
    height: 36px;
    line-height: 36px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scien_top_r_content ul li .scien_top_switchTitle a {
    font-size: 15px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #525252;
}
.scien_top_r_content ul li .scien_top_switchTime {
    font-size: 13px;
    /*height: .4rem;
    line-height: .4rem;*/
    color: #b3b3b3;
    width: 90px;
    text-align: right;
    float: right;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
}

.scien_middle {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.scien_middles {
	width: 100%;
}

.scien_middles a {
	margin-right: 8px;
}

.scien_middle .scien_img1 {
	width: 857px;
    height: 115px;
}
.scien_middle .scien_img3 {
	width: 370px;
    height: 115px;
}
.scien_middle .scien_img2 {
	width: 261px;
    height: 115px;
}
.scien_middles a:nth-child(3) {
	margin-right: 0px!important;
}


.scien_bot {
	height: 285px;
    margin-top: 10px;
}

.scien_bot_l {
	float: left;
	width: 485px;

}
.scien_bot_l_tit {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #D7D7D7;
}
.scien_bot_l_tit span {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: auto;
    font-size: 18px;
    font-weight: bold;
    color: #444;
    border-bottom: 2px solid #105896;
}

.scien_bot_l_tit .scien_bot_r_more {
	float: right;
    color: #b3b3b3;
    font-size: 14px;
    line-height: 60px;
}
.scien_bot_l .scien_bot_l_row, .scien_bot_r .scien_bot_l_row {
	width: 100%;
	height: 30px;
	background-color: #E4F4FF;
	margin: 10px 0;
	position: relative;
}

.scien_bot_l .scien_bot_l_row div, .scien_bot_r .scien_bot_l_row div {
	position: absolute;
	top: 2px;
	font-size: 16px;
	color: #4a4a4a;
}

.scien_bot_l_row .scien_bot_l_rowN1 {
	left: 90px;
}
.scien_bot_l_row .scien_bot_l_rowN2 {
	right: 95px;
}

#scien_shou .box, #scien_shi .box{
	height: 172px;
    width: 100%;
	overflow: hidden;
	margin: auto;
	position:relative;
}

#scien_shou .box ul, #scien_shi .box ul{
	position:absolute;
	left:0px;
	top:0;
}
.scien_bot_l_list ul li {
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dashed #D7D7D7;
}

.scien_bot_l_list ul li > div {
	float: left;
	height: 35px;
	line-height: 35px;
}

.scien_bot_l_list ul li .scien_bot_l_md1 {
	background-color: #0a73d5;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    margin-top: 14px;
    margin-left: 14px;
}
.scien_bot_l_list ul li .scien_bot_l_md2 {
	margin-left: 18px;
    width: 297px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.scien_bot_l_list ul li .scien_bot_l_md2 a {
	font-size: 15px;
	color: #4a4a4a;
}

.scien_bot_l_list ul li .scien_bot_l_md3 {
	width: 120px;
    text-align: left;
    float: right;
    color: #b3b3b3;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-size: 14px;
}

.scien_bot_r {
	float: right;
	width: 610px;
}

.scien_bot_r_more img, .scien_top_r_more img {
	width: 11px;
    height: 11px;
    margin-bottom: 2px;
}

.scien_bot_r .scien_bot_l_list ul li .scien_bot_l_md2 {
	width:425px!important;
}
.scien_bot_r .scien_bot_l_list ul li .scien_bot_l_md3 {
	margin-right: 25px;
}



/*科技伦理*/

.kjll {
	width: 1200px;
    margin: 0 auto;
    height: 114px;
    margin-top: 30px;
}

.kjll a {
	float: left;
}

.kjll2 {
	margin: 0 14px;
}

.kjll2 img, .kjll3 img {
	width: 547px;
    height: 114px;
}


.kjll1 {
    float: left;
    width: 77px;
    height: 114px;
    background-color: #157ED6;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 23px 10px;
}



/*文章页 开始*/

.detail {
	width: 1200px;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;

}

.details {
	width: 100%;
	margin-top: 30px;

}


.details_topLine {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background-color: #1E8CE6;
}

.details_title {
    font-size: 30px;
    font-weight: 400;
    color: #4675BD;
    text-align: center;
    padding-top: 36px;
    padding-bottom: 25px;
    border-bottom: none;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
}

.details_info {
    text-align: center;
    font-size: 15px;
    /* font-family: SourceHanSansCN-Medium, SourceHanSansCN; */
    font-weight: 400;
    color: #888;
    margin: 0;
    border-bottom: 1px solid #E1E1E1;
    height: 40px;
    line-height: 40px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    margin-bottom: 20px;
}
.details_info a {
    padding: 0 4px;
    color: #888;
}

.details_content * {
	font-size: 16px;
    /* font-family: SourceHanSansCN-Medium, SourceHanSansCN; */
    font-weight: 400;
    color: #333;
    line-height: 200%;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
}

.details_content p {
	margin-bottom: 10px;
}


.details_content .chare {
    overflow: hidden;
    height: 35px;
    background: #f2f2f2;
    line-height: 35px;
    color: #999;
    font-size: 14px;
    padding-left: 20px;
}
.chare .chare-left {
    float: left;
}
.chare .chare-right {
    float: right;
}

.chare .chare-right span {
    float: left;
    height: 35px;
    margin-left: 20px;
    cursor: pointer;
    font-size: 14px!important;
    line-height: 35px;
}
div#share {
    display: inline-block;
    position: relative;
    margin-left: 12px;
    margin-top: 1px;
}
.share-icon {
    display: inline-block;
    width: 14px;
    height: 24px;
    line-height: 24px;
    background: url(2023_share_btn.jpg) no-repeat center;
    vertical-align: -25%;
}
.share-box {
    display: inline-block;
    margin-right: 30px;
}
.share * {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.share-box a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    *background: url(share.png) no-repeat;
    margin-left: 7px;
    cursor: pointer;
}
.share-box a.gwds_weixin {
    background: url(fx_weixin.png) no-repeat;
	background-size: 100% 100%;
}
.share-box a.gwds_tsina {
    background: url(fx_weibo.png) no-repeat;
	background-size: 100% 100%;
}


/*资讯云开始*/

.zixunY {
	width: 12rem;
	margin: 0 auto;
	padding: .33rem;
	background-color: #fff;
	margin-top: .22rem;
	margin-bottom: .22rem;
}
.zixtzgg {
	width: 100%;
}

.zixtzgg_tit {
	width: 100%;
	height: .44rem;
	border-bottom: .01rem solid #D7D7D7;
}
.zixtzgg_tit span {
	width: auto;
    font-size: .2rem;
    font-weight: bold;
    color: #444;
    border-bottom: .03rem solid #1E8CE6;
    display: inline-block;
    height: .44rem;
}

.zixtzgg_tit .zixtzgg_tit_more {
	float: right;
	color: #b3b3b3;
    font-size: .16rem;
    line-height: .44rem;
}
.zixtzgg_tit_more img {
    width: .12rem;
    height: .12rem;
    margin-bottom: .03rem;
}



.zixtzgg_m {
	margin-top: .166rem;
}

.zixtzgg_m_l {
	float: left;
	width: 5.4rem;
}

.zixtzgg_m_l #wrap {
	width: 5.4rem;
	height: 3.19rem;
	min-width: 3rem;
	background: #fefefe;
	margin: 0 auto;
}
.zixtzgg_m_l .hiSlider-wrap {
	width: 5.4rem;
	height: 3.19rem!important;
}

 .zixtzgg_m_l .hiSlider-item img {
	width: 5.4rem;
	height: 2.86rem;
}
.zixtzgg_m_l .hiSlider {
	overflow: hidden;
	width: 5.4rem;
	height: 2.86rem;
	background: #eee;
}
.zixtzgg_m_l .hiSlider-item {
	float: left;
	width: 5.4rem;
	height: 2.86rem;
}
.zixtzgg_m_l .hiSlider-pages, .zixtzgg_m_l .hiSlider-title {
	position: absolute;
	z-index: 3
}
.zixtzgg_m_l .hiSlider-btn-prev, .zixtzgg_m_l .hiSlider-btn-next {
	position: absolute;
	z-index: 5;
	top: 50%;
	height: .3rem;
	width: .3rem;
	background: url(hislider-arrow.png) no-repeat;
	margin-top: -.15rem;
	text-indent: -2rem;
	overflow: hidden;
	opacity: .6;
 filter:alpha(opacity:60);
 display: none;
}
.zixtzgg_m_l .hiSlider-btn-prev {
	left: .1rem;
}
.zixtzgg_m_l .hiSlider-btn-next {
	right: .1rem;
	background-position: -.3rem 0;
}
.zixtzgg_m_l .hiSlider-btn-prev:hover, .zixtzgg_m_l .hiSlider-btn-next:hover {
	opacity: 1;
 filter:alpha(opacity:100);
}
.zixtzgg_m_l #wrap .hiSlider-title {
	bottom: .34rem;
	width: 100%;
	padding: .15rem 0;
	color: #fff;
	text-indent: .10rem;
	background: rgba(0,0,0,.6);
	z-index: 2;
/*	font: .14rem/2 "Microsoft YaHei", Arial, Tahoma;*/
	font-size: .177rem;

}
.zixtzgg_m_l .hiSlider-pages {
	bottom: .06rem;
    right: 40%;
    text-align: center;
	
}
.zixtzgg_m_l .hiSlider-pages a {
	height: .12rem;
	width: .12rem;
	margin: 0 .06rem;
	display: inline-block;
	overflow: hidden;
	text-indent: -1rem;
	font-size: 0;
	border-radius: 50%;
	background: #DAD8D9;
}
.zixtzgg_m_l .hiSlider-pages a.active {
	background: #5472BF;
}


.zixtzgg_m_l_line {
	width: 100%;
	height: .066rem;
	background-color: #D9D9D9;
}

.zixtzgg_m_l_list1 {
	width: 100%;
	
}

.zixtzgg_m_l_list1 .list1_title {
    padding-top: .25rem;
    padding-bottom: .11rem;
}
.zixtzgg_m_l_list1 .list1_title a {
	font-size: .2rem;
    font-weight: bold;
    color: #000;
}
.zixtzgg_m_l_list1 .list1_content {
	height: .8rem;
	font-size: .177rem;
    color: #6b6b6b;
    text-align: justify;
    line-height: 150%;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    position: relative;
}

.zixtzgg_m_l_list1 .list1_content span {
	font-size: .177rem;
    color: #6b6b6b;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    position: absolute;
    right: 0;
    bottom: 0;
}

.zixtzgg_m_r {
	float: right;
	width: 5.7rem;
	
}

.zixtzgg_m_r_list2 {
	width: 100%;
	height: 1.6rem;
	padding: .22rem;
	background-color: #F6F6F6;
}

.zixtzgg_m_r_list2 .list2_title {
    padding-bottom: .11rem;
}

.zixtzgg_m_r_list2 .list2_title a {
	font-size: .2rem;
    font-weight: bold;
    color: #000;
}

.zixtzgg_m_r_list2 .list2_content {
	height: .8rem;
	font-size: .177rem;
    color: #6b6b6b;
    text-align: justify;
    line-height: 150%;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    position: relative;
}

.zixtzgg_m_r_list2 .list2_content span {
	font-size: .177rem;
    color: #6b6b6b;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    position: absolute;
    right: 0;
    bottom: 0;
}

.zixtzgg_m_r_item {
	width: 100%;
	height: .93rem;
	margin-top: .2rem;
}

.zixtzgg_m_r_itemTime {
	float: left;
	width: .88rem;
	height: .88rem;
	background-color: #0082D4;
	padding: .17rem 0;
	
}
.zixtzgg_m_r_itemTime p {
	text-align: center;
	color: #fff;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
}

.zixtzgg_m_r_itemTime .itemTime_mmdd {
	font-size: .24rem;
}

.zixtzgg_m_r_itemTime .itemTime_yyyy {
	font-size: .18rem;
}

.zixtzgg_m_r_items {
	float: right;
	width: 4.58rem;
    height: .88rem;
}

.zixtzgg_m_r_items .zixtzgg_m_r_itemTit {
    padding-bottom: .11rem;
    height: .37rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zixtzgg_m_r_items .zixtzgg_m_r_itemTit a {
	font-size: .2rem;
    font-weight: bold;
    color: #000;
}


.zixtzgg_m_r_items .zixtzgg_m_r_itemCon {
    width: 100%;
    height: .5rem;
    line-height: 160%;
    font-size: .177rem;
    color: #6b6b6b;
    text-align: justify;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
}


/*文件下载*/

.fileD {
	width: 12rem;
	margin: 0 auto;
	margin-bottom: .22rem;
}

.fileD_l, .fileD_r {
	float: left;
	width: 5.92rem;
	background-color: #fff;
	padding: .22rem;
}
.fileD_l .fileD_l_title, .fileD_r .fileD_l_title{
    width: 100%;
    height: .55rem;
    border-bottom: .01rem solid #d9d9d9;
}
.fileD_l .fileD_l_title span, .fileD_r .fileD_l_title span {
	display: inline-block;
	height: .55rem;
	line-height: .55rem;
	font-size: .2rem;
    font-weight: bold;
    color: #444;
    border-bottom: .03rem solid #1E8CE6;
}

.fileD_l .fileD_l_title .fileD_l_more, .fileD_r .fileD_l_title .fileD_l_more {
    float: right;
    color: #b3b3b3;
    font-size: .16rem;
    line-height: .55rem;
}
.fileD_l_list {
	width: 100%;
	height: 3.55rem;
}

.fileD_l_item {
	width: 100%;
	height: .44rem;
	line-height: .44rem;
	border-bottom: .01rem dashed #D7D7D7;
}
.fileD_l_item a {
	display: inline-block;
	width: 4.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .177rem;
    color: #4a4a4a;
}
.fileD_l_item .fileD_l_time {
	float: right;
    color: #b3b3b3;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-size: .177rem;
}






.fileD_r {
	float: right;
	width: 5.92rem;
	background-color: #fff;
}