@charset "utf-8";
/* CSS Document */
/* adver*/




.content{
    width: 1400px;
    margin: auto;
}


/*每一板块的宽度，全首页内容部分划分6个板块*/
.sy-tzgg{
    width: 420px;
    padding-left: 5px;
    float: left;
}








/*
 * 首页学院新闻
 */
.wordxinwen{
    width: 418px;   /*  width: 420px;  */
    float: left; 
    padding-left: 30px;
    padding-top: 20px; 

}
.wordxinwen li{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
}




.wordxinwen .xinwenlist{
    padding-top: 15px;  /*设置新闻列表顶部间距;*/
}
.wordxinwen .xinwenlist li{
    padding-bottom: 12px;    
    padding-left: -15px;    
    font-size: 16px;
    line-height: 30px;    
    color:#464646 ;
    position: relative;

    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; /* 设置超出的行数 */
}
.wordxinwen .xinwen li:hover{
    color: #0D6DB9;   
}


















.wordxinwen li .left{
    width: 10px;
    float: left;
}
.wordxinwen li .left .date{
    font-size: 18px;
    color: #0D6DB9;   
    padding-bottom: 20px;
    font-weight: bold;
}
.wordxinwen li .left .year{
    font-size: 16px;
    color: #0D6DB9;  
    padding-left: 5px;
}
.wordxinwen li .right{
    float: left;
    width: 360px;   
    font-size: 16px;
    line-height: 25px; 
    color:#464646 ;
    padding-left:20px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3; /* 设置超出的行数 */
}
.wordxinwen li:hover .right{
    color: #0d6db9;    
}











.i-title {
    height: 50px;
    line-height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 0 auto;
    padding: 20px 0 5px 5px;
    border-bottom: #e5e5e5 1px solid;}

.i-title h2 {
    font-size: 24px;
    font-weight: bold;
    color: #990000;
    display: block;
    float: left;
    padding: 0;}

.i-title h2 span {
    font-size: 14px;
    color: #999999;
    line-height: 34px;
    font-weight: normal;
    font-style: normal
;}

.i-title a {
    display: block;
    font-size: 12px;
    float: right;
    color: #9a9a9a;
    font-weight: bold;
    padding: 0 10px 0 10px
;}

.i-title a:hover {
    color: #330000;}

.i-title .i_more {
    display: block;
    background: url(../images/ico_more.png) 0 0 no-repeat;
    width: 30px;
    height: 15px;
    overflow: hidden;
    margin: 22px 10px 0 0;
    padding: 0
;}

.i-title .i_more:hover {
    background: url(../images/ico_more.png) 0 -15px no-repeat;}














/*学术预告标题及more */
.i-titlexsyg {
    height: 40px;
    line-height: 40px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 0 auto;
    padding: 0px 0 5px 0;
    border-bottom: #e5e5e5 1px solid;}

.i-titlexsyg h2 {
    font-size: 24px;
    font-weight: bold;
    color: #990000;
    display: block;
    float: left;
    padding: 0;}

.i-titlexsyg h2 span {
    font-size: 14px;
    color: #999999;
    line-height: 34px;
    font-weight: normal;
    font-style: normal
;}

.i-titlexsyg a {
    display: block;
    font-size: 12px;
    float: right;
    color: #9a9a9a;
    font-weight: bold;
    padding: 0 10px 0 10px
;}

.i-titlexsyg a:hover {
    color: #330000;}

.i-titlexsyg .i_morexsyg {
    display: block;
    background: url(../images/ico_more.png) 0 0 no-repeat;
    width: 30px;
    height: 15px;
    overflow: hidden;
    margin: 12px 10px 0 0;
    padding: 0
;}

.i-titlexsyg .i_morexsyg:hover {
    background: url(../images/ico_more.png) 0 -15px no-repeat;}













/*通知公告、学术预告栏标题列表*/

.date_list {
    height: auto;
    padding: 0 0 0 0 !important;
    position: relative;
    margin: 20px 0 0 0
;}

.date_list li {
    width: 100%;
    height: 65px;
    display: block;
    padding: 0 0 5px 0;
    border-bottom: #f2f2f2 1px solid;
    margin: 0 0 10px 0;
    position: relative;}

.date_list li:last-child {
    border-bottom: none;}

.date_list li a {    /*设置通知公告列表标题*/
    font-size: 16px;
   /* font-weight: bold;  */
    color: #666666;
    line-height: 32px;
    position: relative;}

.date_list li span {
    float: left;
    display: block;
    width: 65px;
    height: 65px;
    background: #f2f2f2;
    text-align: center;
    color: #333333;
    font-size: 14px;     /*设置年份大小*/
    line-height: 27px;
    margin-right: 15px;}

.date_list li span i {
    width: 100%;
    display: block;
    text-align: center;
    color: #990000;
    background: #e7e7e7;
    font-size: 16px;   /*设置月、日大小*/
    font-weight: bold;
    font-style: normal;
    line-height: 35px;
    height: 35px;}

.date_list li:hover span i {
    background: #990000;
    color: #ffffff;
    transition: all 0.6s
;}

.date_list li:hover span {
    background: #e7e7e7;
    color: #990000
;}

.date_list li:hover a {
    color: #990000
;}






























/* sec1 */
.sec1{ margin-bottom:15px;}
.sec1_l{ width:492px; height:340px;background-color:#FFF;}
.sec1_r{ width:492px; height:340px; background-color:#FFF;}

.focusBox { position: relative; width: 492px; height: 340px; overflow: hidden; font: 12px/1.5 Verdana, Geneva, sans-serif; text-align: left; background: white;}
.focusBox .pic img { width:492px; height:340px; display: block;}
.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 30px; width:100%; background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden;}
.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 30px; width:100%; overflow: hidden;}.focusBox .txt li{ height:30px; line-height:30px; position:absolute; bottom:-30px;}
.focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 14px;font-weight: bold; text-decoration: none;}
.focusBox .num { position: absolute; z-index: 3; bottom: 8px; right: 8px;}
.focusBox .num li{ float: left; position: relative; width: 18px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer;}
.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; line-height:15px;}
.focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5;}
.focusBox .num li.on a,.focusBox .num a:hover{ background:#499ae9;}

.sec1_r_tit{ width:492px; background-image:url(../images/tit.jpg); height:41px; margin-bottom:15px;}
.main_news { width:492px; height:32px; overflow:hidden; margin-bottom:15px;}

/* sec2 */
.sec2{ margin-bottom:15px;}
.sec2_l{ width:492px; height:256px;background-color:#FFF;}

.sec3{ margin-bottom:15px;}
.sec3_l{ width:323px; height:256px;background-color:#FFF; margin-right:15px;}
.sec3_m{ width:323px; height:256px;background-color:#FFF;}
.sec3_r{ width:323px; height:256px; background-color:#FFF;}
.sec3_l_tit{width:323px; background-image:url(../images/tit.jpg); height:41px; margin-bottom:15px;}

/* fl */
.fl{ background-image:url(../images/fl.jpg); width:1000px; height:36px; margin:0 auto; margin-bottom:15px;}
/* 05-10 */
.gov_weixin_share {position: fixed;width: 110px;font-size: 12px;top: 205px;right: 0;}












/*English 界面*/

.i-entitle {
    height: 50px;
    line-height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 0 auto;
    padding: -20px 0 5px 5px;
    border-bottom: #e5e5e5 1px solid;}

.i-entitle h2 {
    font-size: 24px;
    font-weight: bold;
    color: #990000;
    display: block;
    float: left;
    padding: 0;}

.i-entitle h2 span {
    font-size: 14px;
    color: #999999;
    line-height: 34px;
    font-weight: normal;
    font-style: normal
;}

.i-entitle a {
    display: block;
    font-size: 12px;
    float: right;
    color: #9a9a9a;
    font-weight: bold;
    padding: 0 10px 0 10px
;}

.i-entitle a:hover {
    color: #330000;}

.i-entitle .i_enmore {
    display: block;
    background: url(../images/ico_more.png) 0 0 no-repeat;
    width: 30px;
    height: 15px;
    overflow: hidden;
    margin: 22px 10px 0 0;
    padding: 0
;}

.i-entitle .i_enmore:hover {
    background: url(../images/ico_more.png) 0 -15px no-repeat;}



/*English界面，分两栏，每一栏宽度*/
.en-news{
    width: 480px;
    padding-left: 5px;
    float: left;
}