﻿@charset "utf-8";

/* CSS Document */
* {
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
}



body {
	font-family: "微软雅黑";
	font-size: 14px;
        overflow-x: hidden;}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;}

a {
	color: #333333;
	text-decoration: none;}

a:hover, a:focus {
	text-decoration: none;}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}

.col-md-3, .col-sm-3, .col-xs-12, .col-md-4, .col-md-6, .col-md-12, .col-sm-6, .col-xs-12 {
	padding: 0;}

.container {
	padding: 0px;}

.header {

	background:#eee ;
	width: 100%;}

.header .container {
	padding: 21px 0 21px;}

/* 网页logo */
.logo {
	width: 28%;
	float: left;
	width: 47%;}

.logo img {
	outline: none;}

.header .link-top {
	margin: 0 0 0 auto;
	float: right;}

.header .link-top a {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #1c327e;
	text-align: right;
	margin-left:10px;}

.header .link-top span {
	font-size: 14px;	
	margin: 0 10px;}





/* 导航 */
.nav {
	width: 100%;background:#005fb7;}


.header.ceiling .nav {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 50;
	border-bottom: 1px solid #ebe7e1;}
.header .nav .container{
	padding: 0;}

.nav ul li {
	width: 10%;
	float: left;
	position: relative;}

.nav ul li a {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #fff;
	height: 50px;
	line-height: 50px;
    position: relative;}

.nav ul li a::after {
    content: ""; 
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 5px;
    width: 0;
    transform: translateX(-50%);
    background-color:#fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;}

.nav ul li:hover a::after {
	width: 80px;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;}


.nav ul li.active a::after {
	width: 80px;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;}

.nav ul li .nav_item {
	position: absolute;
	left: 0;
	top: 135%;
	width: 100%;
        width: 150%;
	/*border-radius: 2px;*/
	/*border: 1px solid rgba(255, 148, 0, 1);*/
	box-shadow: 0 0 4px rgba(0, 0, 0, .4);
	/*background: rgba(255, 148, 0, 1);*/
	opacity: 0;
	visibility: hidden;
	/*border-radius: 5px;*/
	transition: opacity .4s ease, top .45s ease;}

.nav ul li:hover .nav_item {
	left: -5%;
	top: 110%;
        top: 100%;
	opacity: 1;
	visibility: visible;
	z-index: 100;}



.nav ul li .nav_item li {
	margin-top: 0;
	width: 100%;
        background: #005597;
        background: rgba(0,85,151,0.8);
        border-bottom: 1px solid #2d75ad;}

.nav ul li .nav_item li a {
	padding: 10px;
    padding: 17px 17px 17px 45px;
	font-size: 16px;
	height: auto;
	line-height: 1;
	text-align: center;
        text-align: left;
	background: none;
	color: #fff;
	border-radius: 0;
       font-weight: normal;}

.nav ul li .nav_item li a::after{
    display: none;}


.nav ul li .nav_item li a:hover {
	background: rgba(0,91,134,0.8);}

.navbar-toggle {
	display: none;
	position: relative;
	float: right;
	width: 24px;
	height: 22px;
	margin-top: 30px;
	padding: 0;
	margin-right: 0;
	margin-bottom: 8px;
	border: none;
	border-radius: 0px;}



/*首页内容部分*/
.part-one {
	
	padding: 25px 0 30px;}

.part-one .container {
	position: relative;}

.news-more {
	position: absolute;
	right: 0;
	top: -20px;
	z-index: -1;
	zoom:0.8;}


.part-two {}


.title {
	margin-bottom: 5px;}

.index-height {
	height: 49px;
	line-height: 49px;
	border-bottom:1px solid #d2d2d2;}

.title h3 {
	float: left;
	font-size: 22px;
	color: #333;
	padding: 0 6px 0 0px;
	position: relative;}

.title h3 img {
	margin-right: 10px;
	margin-bottom: 6px;}

.title .more {
	font-size: 14px;
	color: #666;
	float: right;
	transition: 0.6s all;}

.title .more:hover {
	color: #1b4b8f;
	transition: 0.6s all;
	padding-right: 6px;}


.index-newimg {
	width: 48.6%;
	float: left;
	margin-right: 2.7%;
	background: #e8f1f9;}



.index-newlist {
	width: 48.7%;
	float: left;}

.index-newlist ul {
	margin-top: -14px;}

.index-newlist.index-addlist ul{
   margin-top: 6px;}

.index-newlist ul li {
	padding: 18px 40px 0 25px;
	position: relative;
        padding: 6px 40px 0 25px;
        overflow: hidden;}

 .index-addlist ul li {
    /* padding:1.5px 0px; */
       overflow: hidden;}


.index-newlist.index-addlist ul li  {
       /*padding: 0px 8px;*/
	   padding: 0px 0px;}




.index-newlist ul li .time {
	position: relative;
	float: left;
	width: 120px;
	height: 74px;
	z-index: 2;
	margin-top: 8px;}

.index-newlist.index-addlist ul li .time ,.index-addlist ul li .time {
    width: auto;   
    height: auto;
    line-height: 37px;
    margin-top: 0;
    font-size: 16px;
    color: #a2a2a2;
    font-family: "微软雅黑";
    float: right;}


 .index-addlist ul li .time{}


.index-newlist.index-addlist ul li .time{}



.index-newlist ul li .time .day {
	transition: 0.6s all;
	font-size: 32px;
	color: #1b4b8f;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;}

.index-newlist ul li:hover .time .day {
	color: #ff9400;
	transition: 0.6s all;}

.index-newlist ul li .time .month {
	transition: 0.6s all;
	font-size: 20px;
	color: #1b4b8f;
	text-align: center;}

.index-newlist ul li:hover .time .month {
	color: #ff9400;
	transition: 0.6s all;}

.index-newlist ul li .newlist-text {

	position: relative;
	z-index: 2;
	padding-bottom: 10.5px;
	border-bottom: 2px solid #f9f9f9;}


.index-newlist.index-addlist ul li .newlist-text  ,.index-addlist ul li .newlist-text{
    
    padding-bottom: 0;
    border-bottom: 0;
    position: relative;
    width: 75%;
    float: left;}

.index-addlist ul li .newlist-text{}

.index-newlist.index-addlist ul li .newlist-text{}


.index-newlist.index-addlist ul li .newlist-text::after ,
.index-addlist ul li .newlist-text::after{
        /* content: ""; */
	position: absolute;
	right: 0;
	bottom: 13px;
	width: 2px;
	height: 17px;
	background: #bdbdbd;}

.index-newlist ul li .newlist-title {
    font-size: 20px;
    color: #333;
    margin-left: 90px;
    line-height: 84px;
    height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.index-addlist ul li .newlist-title .line-title{
         display: block;}
.index-addlist ul li .newlist-title .line-title:hover{
         color:#00306b;}
.yuan{
	width:4px;
	height:4px;
	display: inline-block;
	background-color: #828282;
	border-radius: 50%;
	margin-right:9px;
	margin-bottom:2px;display:none;}

.index-newlist ul li .newlist-title .line-title ,.index-addlist ul li .newlist-title .line-title {
     line-height: 42px;

    vertical-align: middle;
 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

.index-newlist ul li .newlist-title .line-title {}




.index-newlist.index-addlist ul li .newlist-title ,.index-addlist ul li .newlist-title{
    margin-left: 0;
    line-height: normal;
    height: initial;
    font-size: 15px;
    color: #333;
    height: 37px;
    -webkit-line-clamp: 1;
    position: relative;
  
    transition: 0.6s all;}

.index-addlist ul li .newlist-title{}

.index-newlist.index-addlist ul li .newlist-title{}


.index-addlist ul li:hover .newlist-title{
   padding-left: 10px;}

.index-newlist.index-addlist ul li:hover .newlist-title {}

.newicon {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 2.5px 5px;
	background: #fe0000;
	border-radius: 6px;
	vertical-align: bottom;
	margin-left: 13px;}


.index-newlist.index-addlist ul li .newlist-title .newicon ,.index-addlist ul li .newlist-title .newicon {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 1.6px 5px;
    background: #fe0000;
    border-radius: 6px;
    vertical-align: middle;
    margin-left: 13px;}


.index-newlist ul li .newlist-abstract {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	height: 48px;
	margin-left: 90px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;}

/* 通知公告 */

.notice {
	width: 67.95%;
	float: left;
	margin: 57px 0 65px;}


.noticenew ,.learningnew ,.frontnew{
    margin-top: 20px;
    margin-bottom: 20px;}



.front ,.noticenew {
	padding-right: 2%;}

.front ul li {}

.front ul li a {
	display: block;
	font-size:16px;
	
	transition: 0.6s all;}

.front ul li:hover a {
	
	transition: 0.6s all;}

.front ul li a h3 {
	font-size: 16px;
	color: #333;
	line-height: 22px;
	transition: 0.6s all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}


.front ul li:hover a h3 {
	transition: 0.6s all;
	color: #1b4b8f;}



/* 左侧 */
.left-box {
	padding-right: 3.56%;
	margin-bottom: 60px;
	margin-top: -90px;}

.left-nav {
	margin-bottom: 50px;}


.left-box .current {
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	line-height: 48px;
	background-image: url(../images/current.png);
	background-repeat: repeat;
	background-position: center bottom;
	background-size: 100%;
	position: relative;
	padding: 21px 0;}

.left-nav {
	background: #ecf3f9;
	padding-left: 9px;
	padding-bottom: 9px;}

.left-nav ul {
	background-color: #fff;
	background-image: url(../images/left-nav.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0 0 148px;
	border: 1px solid #e0eaf2;}

.left-nav ul li {
	padding: 0 12px;
       position: relative;}

.left-nav ul li:hover, .left-nav ul li.active {
	background: #ecf3f9;}

.left-nav ul li a {
	display: block;
	font-size: 20px;
	color: #333;
	line-height: 38px;
	padding: 18px 0 18px 35px;
	border-bottom: 1px solid #ebe7e1;
	text-decoration: none;
	position: relative;}


.left-nav ul li .icon {
   
    background-size: 100%;
    background-position: right center;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 10px;
    top: 25px;
    z-index: 9;}




.left-nav ul li a::before {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	left: -22px;
	background: #007a61;}

.left-nav ul li.active a::before, .left-nav ul li:hover a::before {
	-webkit-transition: .6s all;
	transition: .6s all;
	width: 9px;}

.left-nav ul li ul {
    display: none;
    background: #fff;
   padding: 12px 0;
    width: calc(100% + 24px );
    margin-left: -12px;
   border: none;}

.left-nav ul li ul li {
    padding: 0;}


.left-nav ul li ul li:hover, .left-nav ul li ul li.active{
        background: none;}

.left-nav ul li ul li a {
    padding: 0 0 0 65px;
    border: none;
    font-size: 16px;
    line-height: 38px;}


.left-nav ul li.icon ul li a{
     background: none;}

.left-nav ul li ul li:hover a ,.left-nav ul li ul li.active a{
         color: #005597;}

.left-nav ul li ul li a::before {
    background: none;
    width: 8px !important;
    height: 8px;
    border: 1px solid #005597;
    border-radius: 50%;
    left: 48px;
    top: 15.5px;}

.left-nav ul li ul li.active a::before, .left-nav ul li ul li:hover a::before {
    -webkit-transition: .6s all;
    transition: .6s all;
    width: 8px;}

/* 右侧 */

.right-box {
	padding-top: 42px;
	padding-left: 1.7%;}

.right-current {
	position: relative;
	margin-bottom: 30px;}

.columntitle {
	height: 38px;
	line-height: 38px;
	position: relative;}

.columntitle span {
	float: left;
	display: block;
	position: relative;
	font-size: 30px;
	color: #2c6ab2;
	font-weight: normal;
	padding: 0 35px 0 0px;
	background: #fff;
	z-index: 3;}


.columntitle::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 18.5px;
	width: 100%;
	height: 2px;
	background: #e3ecf4;
	z-index: 2;}

/* 当前位置 */

.location {
	position: absolute;
	right: 0;
	top: 8px;
	z-index: 3;
	padding-left: 16px;
	background: #fff;}

.location a {
	font-size: 16px;
	color: #666;}

.location span {
	font-size: 16px;
	color: #666;}



/*列表页*/

.list {
	margin-top: 65px;
	margin-bottom: 40px;}

.list ul {
	margin-left: -5%;
	overflow: hidden;}

.list ul li {
	width: 45%;
	margin-left: 5%;
	float: left;
	margin-bottom: 30px;
	transition: 0.6s all;}

.list ul li .time {
	line-height: 38px;
	padding: 13px 0 13px 43px;
	background-color: #eff4f8;
	background-image: url(../images/list-bj.png);
	background-position: 110% 3%;
	background-repeat: no-repeat;
	color: #2c6ab2;
	font-size: 18px;
	font-family: "Tahoma";
	transition: 0.6s all;
	border: 1px solid #d9e3ed;
	border-radius: 0 0 20px 20px;}

.list ul li .time span {
	padding-left: 25px;}

.list ul li .list-box {
	padding: 17px 20px;
	background: #eff4f8;
	border-radius: 20px 20px 0 0;
	box-shadow: 1px 11px 12px -4px rgba(208, 224, 236, .7);}

.list ul li .list-box .list-box-title {
	padding: 25px 20px;
	background: #fff;
	border-radius: 20px 20px 0 0;}


.list ul li:hover .list-box .list-box-title{
    background:#f7fafc;}

.list ul li .list-box h5 {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	height: 60px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-decoration: none;
	transition: 0.6s all;}

.list ul li:hover .list-box h5 {
	color: #2c6ab2;
	transition: 0.6s all;}


.list ul li .list-box p {
	font-size: 14px;
	margin-top: 0;
	color: #909090;
	line-height: 24px;
	height: 48px;
	margin-bottom: 18px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;}

.list ul li:hover .list-box p {
	color: #fff;
	transition: 0.6s all;}

/*研究平台*/

.list-pt {
    margin: 0 0 30px;}

.list-pt ul li a {
    display: block;
    padding: 18px;
    color: #000;
    font-size: 16px;
    border-bottom: 1px solid #ebe7e1;
    position: relative;}

.list-pt ul li a:hover{
   color: #2c6ab2;}


.list-pt ul li a::after {
    content: "";
    position: absolute;
    bottom: 26px;
    left: 3px;
    height: 5px;
    width: 5px;
    background-color: #2c6ab2;
    border-radius: 50%;
    /* visibility: hidden; */
    -webkit-transition: all .3s;
    transition: all .3s;}


/* 内容页 */

.article {
	min-height: 380px;
	margin-bottom: 60px;
	margin-top: 60px;}

.article h1.intro {
	text-align: center;
	font-size: 16px;
	color: #595c5b;
	font-family: "微软雅黑";
	line-height: 1.5;
	margin: 0;}

.article h2.title {
	text-align: center;
	font-size: 24px;
	color: #005597;
	font-family: "微软雅黑";
	line-height: 1.5;
	margin: 1px 0;
	border-bottom: none;}

.article h3.subtitle {
	font-size: 16px;
	color: #393939;
	line-height: 1.5;

	text-align: center;
	margin: 0
;}


.article h4 {
	font-size: 14px;
	color: #333;
	text-align: center;
	padding-left: 15px;
	margin: 10px 0 10px;
	padding: 15px 10px;
	/* background: #fff; */
	border-bottom: 1px solid #e0e0e0;}


.article h4 span.view {
	font-size: 16px;
	color: #666;
	padding-left: 25px;
	float: right;}


.article .content p {
	font-size: 18px;
	color: #333;
	line-height: 38px;
	font-family: "微软雅黑";
	margin-bottom: 0;}

.article .content img {
	max-width: 100%;
	height: auto;
	margin-top: 12px;
	margin-bottom: 12px;}


.article .attach ul li a {
	color: #0000ee;}

.article .attach ul li a:hover {
	color: #005597;}





.foot_copy { width:100%; background:#1c327e ;}
.foot_copy p { font-size:15px; text-align:center; line-height:57px; color:#fff;}
.foot_copy p span { padding-left:12px; padding-right:12px;}

