/*轮播图*/
.slide{
    position: relative;
    z-index: 1;
}
.slideBox{
    width:100%;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
    width: 100%;
}

/*主体*/
.section{
    position: relative;
}
.main-1{
    height: 390px;
    background-color: #B9D4EE;
}
.title{
    margin-bottom: 10px;
    overflow: hidden;
}
.title h1{
    float: left;
    position: relative;
    line-height: 30px;
    font-size: 20px;
    padding-left: 34px;
    background: url(../images/sysdt.png) no-repeat left center;
}
.title .rt{
    margin-top: 5px;
}
.title i{
    display: inline-block;
    margin: 0 2px;
    width: 6px;
    height: 6px;
    background-color: #9497A3;
    border-radius: 50%;
    transition: .3s;
}
.title .rt:hover i{
    background-color: #0670EA;
}

.dynamic, .intro{
    float: left;
    width: 40%;
    height: 380px;
    padding:10px 15px;
    background-color: #E8F0FA;
    box-sizing: border-box;
    position: relative;
    z-index: 99;
    animation: slideInUp 1s;
}
.dynamic{
	width: 60%;
	padding:10px 15px ;
}
.dynamic ul li{
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-size: 15px;
}
.dynamic ul li p{

}
.dynamic ul li span{
    color: #888;
}
.dynamicR ul li:first-child{
	display: block;
	border-bottom: 1px solid #cbd6e3;
	padding: 0;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.dynamicR ul li:first-child p.title{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	text-align: center;
	height: 20px;
	line-height: 20px;
	margin-bottom: 3px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.dynamicR ul li:first-child p.font-grey{
	color: #888;
	font-size: 14px;
	margin: 10px 0;
	 text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 3;
	  line-clamp: 3;
	  -webkit-box-orient: vertical;
	  text-indent: 2em;
}
.dynamicR ul li:first-child p.font-grey a{color: #888;}
.dynamicR ul li:first-child p.date{
	line-height: 1.6;
	color: #888;
}
.dynamicR ul li:first-child p.date .more{
	float: right;color: #888;font-size: 14px;
}

.dynamicR{
	padding-left: 12px;
	float: right;
	width: 50%;
	box-sizing: border-box;
}
.imgNews{
    float: left;
    width: 50%;
    height: 300px;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 99;
    animation: slideInUp .8s;
}
.imgNews .title h1{
    background-image: url(../images/tpxw.png);
}
.imgNews .bd ul li{
	display: block;
}
.imgNews .bd ul li>a{
    display: block;
    height: 274px;
    overflow: hidden;
}
.imgNews .bd ul li img{
    width: 100%;
    height: 100%;
}
.imgNews .bd ul li p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 15px;
   
}
.imgNews .bd ul li p a{
    color: #666;
}
.imgNews .bd ul li span{
    display: block;
    text-align: center;
    font-size: 15px;
    color: #000;
    padding: 6px 0 0;
	height: 24px;
	overflow: hidden;
}
.imgNews .bd ul li span a{
    color: #000;
}
.imgNews .hd ul{
    text-align: center;
	margin-top: -10px;
}
.imgNews .hd ul li{
    display: inline-block;
    width: 30px;
    height: 3px;
    cursor: pointer;
    margin: 0 2px;
    background-color: #CACACA;
}
.imgNews .hd ul li.on{
    background-color: #E22828;
}

.intro{
    float: right;
}
.intro .title h1{
    background-image: url(../images/zrjj.png);
}
.intro-info{
}
.intro-info>a{
	float: left;
    display: block;
    width: 216px;
    height: 300px;
    border: 5px solid #fff;
    overflow: hidden;
    box-sizing: border-box;
}
.intro-info-txt{
	width: 220px;
	float: right;
}
.intro-info img{
    width: 100%; height: 100%;
}
.intro-info img:hover{
    transform: scale(1.1);
}
.intro-info h2{
    margin:6px 0px 10px;
}
.intro-info h2 a{
    color: #0456c7;
    font-size: 18px;
    font-weight: normal;
}
.intro-info h2 a:hover{
    font-weight: bold;
}
.intro-info p{
    height: 197px;
    line-height: 25px;
    text-align: left;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
	margin-bottom: 20px;
}
.intro-info .more{
	color: #888;
}
.main-2{
    height: 410px;
    background-color: #E9EFF6;
}
/*通知公告*/
.notice{
    float: left;
    width: 593px;
    margin-top: 10px;
}
.notice .title h1{
    background-image: url(../images/tzgg.png);
}
.notice ul{
    /*margin-top: 50px;*/
}
/* .notice ul:after{
    content: '';
    display: block;
    clear: both;
}
.notice ul li{
    position: relative;
    float: left;
    width: 280px;
    padding: 40px 20px 25px;
    margin: 30px 0 25px;
    background-color: #fff;
    box-shadow: 2px 2px 4px #B2B9C7,-2px -2px 4px #B2B9C7;
}
.notice ul li:nth-child(2n){
    float: right;
}
.notice ul li>h3{
    height: 60px;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.notice ul li p{
    height: 60px;
    line-height: 20px;
    color: #666;
    font-size: 12px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.notice ul li .date{
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    padding: 5px 20px 5px 60px;
    background: #0670EA url(../images/date.png) no-repeat 20px center;
}
.notice ul li .date h3{
    font-size: 14px;
}
.notice ul li .date h4{
    font-size: 12px;
} */

/*学术交流*/
.academic{
    float: right;
    width: 593px;
    margin-top:10px;
}
.academic .title h1{
    background-image: url(../images/xsjl.png);
}
.academic .info,.notice .bd{
    height: 346px;
    padding: 10px 15px;
    margin-top: 0px;
    background-color: #fff;
    box-shadow: 2px 2px 4px #B2B9C7,-2px -2px 4px #B2B9C7;
    box-sizing: border-box;
}
.academic .info ul li,.notice ul li{
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    /* border-bottom: 1px dotted #ddd; */
}
.academic .info ul li span,.notice ul li span{
    float: right;
    color: #666;
}
.academic .info ul li p,.notice ul li p{
    margin-right: 120px;
}

.resource{
    padding: 10px 0;
}
.resource .title h1{
    padding-left: 40px;
    background-image: url(../images/syszy.png);
}
      
.resource .bd {
    width: 100%;
    overflow: hidden;
}

.resource li {
    float: left;
    width: 210px;
    margin-right: 10px;
}

.resource li:last-child {
    margin-right: 0;
}

.resource li>a {
    display: block;
    height: 142px;
    overflow: hidden;
}

.resource li img {
    width: 100%;
    height: 100%;
}

.resource li img:hover {
    transform: scale(1.1);
}

/*友情链接*/
.links{
   
    padding: 15px 0 6px;
    box-sizing: border-box;
    background: url(../images/links.jpg) no-repeat center center;
}
.links .title h1{
    padding-left: 40px;
    background-image: url(../images/yqlj.png);
}
.links .bd{
    overflow: hidden;
}
.links ul li{
    display: inline-block;
	font-size: 15px;
	padding: 8px 0;
	padding-right: 20px;
}
.links ul li a{
	display: inline-block;
	padding-right: 20px;
	border-right:1px solid #555;
	line-height: 1;
}
.links ul li:last-child{
    margin-right: 0;

}
.links ul li img{
    width: 100%;
    height: 100%;
}
.links ul li:hover img{
    transform: scale(1.1);
}
.d_tab29{
    height: 142px!important;
}