.header_dis{
    width: 100%;
    height: 60px;
    background: #ffffff;
}
.header_dis .header_list{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    
}
.header_list ul li{
    float: left;
    margin-left: 65px;
}
.header_list ul li a{
    font-size: 16px;
    color: #333333;
    line-height: 60px;
}
/* <!-- 学术前沿 --> */
.xsqy{
    width: 1200px;
    height: 800px;
    background: #ffffff;
    margin: 22px auto 0 auto;
    overflow: hidden;
}
.xsqy .xs_title{
    font-size: 22px;
    color: #333333;
    margin: 30px 0 0 50px;
}
.xsqy .ks_top{
    width: 1200px;
    height: 57px;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    position: relative;
}
.ks_top .ks_top1{
    height: 28px;
    width: 8px;
    background: #FADADE;
    transform: skew(-41deg);
    margin-top: 17px;
    margin-left: 12px;
    float: left;
}
.ks_top .ks_top2{
    height: 40px;
    width: 260px;
    background: #FADADE;
    transform: skew(-41deg);
    margin-top: 17px;
    margin-left: -2px;
    float: left;
}
.ks_top span{
    font-size: 18px;
    position: absolute;
    display:block;
    top: 25px;
    left: 50px;
}
.ks_top img{
    position: absolute;
    top: 34px;
    left: 134px;
}
.ks_top .ks_top3{
    height: 40px;
    width: 6px;
    background: #FADADE;
    transform: skew(-41deg);
    margin-top: 17px;
    margin-left: 5px;
    float: left;
}
.ks_top .ks_top4{
    float: right;
    width:0px;
    height:0px;
    border-style: solid;
    border-width: 40px 30px 30px 35px;
    border-color:#FBF6F7 transparent transparent transparent;
    margin-right: 240px;
    margin-top:17px; 
}
.ks_top .ks_top5{
    height: 40px;
    width: 80px;
    background: #FBF6F7;
    transform: skew(-37deg);
    margin-top: 17px;
    float: right;
    margin-right: -130px;
}
.ks_top .ks_top6{
    height: 40px;
    width: 80px;
    background: #F3E6E8;
    transform: skew(-37deg);
    margin-top: 17px;
    float: right;
    margin-right: -210px;
}
.ks_top .ks_top7{
    height: 40px;
    width: 80px;
    background: #FBF6F7;
    transform: skew(-37deg);
    margin-top: 17px;
    float: right;
    margin-right: -290px;
}
.xsqy .xs_list{
    width: 1100px;
   
    margin: 0 auto;
}
.xs_list .list_msg{
    width: 1100px;
    height: 120px;
    border-bottom: 1px dashed #E5E5E5;
}
.list_msg .lf_time{
    width: 100px;
    height: 100px;
    float: left;
	border-radius: 50%;
}
.lf_time p:nth-of-type(1){
    font-size: 20px;
    font-family:"ArialMT";
    color: #3d3d3d;
    text-align: center;
    margin-top: 30px;
}
.lf_time p:nth-of-type(2){
    font-size: 14px;
    font-family:"Arial-BoldMT";
    color: #999999;
    text-align: center;
}
.list_msg .rf_con{
    width: 950px;
    height: 100%;
    float: right;
}
.list_msg .rf_con p:nth-of-type(1) a:hover{
    color: #E60044;
}
.rf_con p:nth-of-type(1){
    font-family: MicrosoftYaHeiUI;
	font-size: 16px;
	margin-top: 18px;
	letter-spacing: 0px;
	color: #333333;
}
.rf_con p:nth-of-type(1) a{ 
	color: #333333;
}
.rf_con p:nth-of-type(2){
	font-family: MicrosoftYaHeiUI;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #666666;
    margin-top: 10px;
}
.rf_con p:nth-of-type(2) a{ 
	color: #666666;
}

#paging{
    margin-top: 40px;
    margin-left: 490px;
}

.list_msg:hover .lf_time{
    background: #F46C94;
}
.list_msg:hover .lf_time>p:nth-of-type(1){
    color:#ffffff;
    font-size: 22px;
}
.list_msg:hover .lf_time>p:nth-of-type(2){
    color:#ffffff;
    font-size: 16px;
}