/*内容区域*/
/*统一标题*/
.sd_title{
    height: 54px;
    line-height: 52px;
    border-bottom: 1px #d8dadc solid;
}
.sd_title h1{
    float: left;
    /*position: relative;*/
    font-size: 24px;
    color: #9b0d14;
    border-bottom: 5px #9b0d14 solid;
}
.sd_title  .more{
    float: right;
}
.sd_title  .more a{
    font-size: 12px;
    color: #333;
}
/*新闻动态*/
.part1{
    margin-top: 20px;
}
.part1 .news{
    margin: 10px 0 30px 0;
}
.news .news_left{
    width: 50%;
    float: left;
    margin-top: 15px;
}
.news .news_left li{
    width: 47%;
    margin-right: 3%;
    background: #ffffff;
    box-shadow: 0px 2px 15.2px 0.8px rgba(0, 0, 0, 0.18);
    position: relative;
    float: left;
}
.news .news_left li .img_box{
    position: relative;
}
.news .news_left li .img{
    overflow: hidden;
   height: 230px;
}
.news .news_left li .img img{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
       min-height: 230px;
}
.news .news_left li:hover .img img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.news .news_left li h1{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin:40px 15px 20px;
}
.news .news_left li:hover h1{
    color: #9b0d14;
    font-weight: bold;
}
.news .news_left li span{
    position: absolute;
    bottom: 0;
    margin-bottom: -25px;
    left:32px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #9b0d14;
    text-align: center;
    font-size: 17px;
    color: #ffffff;
    display: block;
    line-height: 20px;
    font-family: Georgia;
}
.news .news_right{
    width: 50%;
    float: right;
}
.news .news_right li{
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
.news .news_right li a{
    font-size: 14px;
    color: #333333;
}
.news .news_right li:hover a{
    color: #9b0d14;
}
.news .news_right li span{
    font-size: 14px;
    color: #333333;
    float: right;
}
/*通知公告和研究生教育*/
.part2{
    background: #f5f6f6;
    padding: 10px 0;
}
.tzgg{
    width: 49%;
    float: left;
}
.tzgg ul{
    margin-top: 15px;
}
.tzgg ul li{
    border-bottom: 1px #cacaca dashed;
    padding: 15px 0;
}
.tzgg ul li .date{
    float: left;
    width: 60px;
    height: 40px;
    text-align: center;
    margin-right: 20px;
    line-height: 20px;
}
.tzgg ul li .date .day{
    font-size: 22px;
    color: #9b0d14;
    font-weight: bold;
}
.tzgg ul li .date .year{
    font-size: 12px;
    color: #9b0d14;
}
.tzgg ul li a{
    font-size: 14px;
    color: #333333;
    float: left;
    line-height: 40px;
}
.tzgg ul li a:hover{
    color: #9b0d14;
}
/*研究生教育*/
.yjjy{
    float: right;
    width: 49%;
}
.yjjy ul{
    margin-top: 15px;
}
.yjjy ul li{
    background: #ffffff;
    padding: 7px 10px;
    margin: 15px 0;
}

.yjjy ul li .date{
    float: left;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #9b0d14;
    color: #ffffff;
    line-height: 26px;
    margin-right: 15px;
}
.yjjy ul li:nth-child(2) .date{
    background: #af3d43;
}
.yjjy ul li:nth-child(3) .date{
    background: #c36e72;
}
.yjjy ul li:nth-child(4) .date{
    background: #d79ea1;
}
.yjjy ul li .date .day{
    font-size: 23px;
    margin-top: 5px;
    display: block;
}
.yjjy ul li .date .year{
    font-size: 12px;
}
.yjjy ul li .infor{
    line-height: 28px;
}
.yjjy ul li .infor a{
    font-size: 14px;
    color: #333333;
}
.yjjy ul li .infor p{
    font-size: 12px;
    color: #999;
}
.yjjy ul li .infor a:hover{
    color: #9b0d14;
}
/*列表页*/
.ziban {
    display: block;
    width: 100%;
    height: 250px;
    margin: 0 auto;
}

.box-zt {
    margin: 30px auto;
    /*background: rgba(255,255,255,0.8);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c8ffffff,endcolorstr=#c8ffffff);*/
    /*box-shadow: 0px 2px 8px 0px rgba(212, 211, 211, 0.58);*/
}

/*列表页左侧*/
.menu_left {
    float: left;
    width: 240px;
}

.menu_left dl {
    background: #f5f5f5;
    padding-bottom: 10px;
   min-height: 350px;
}

.menu_left dl dt {
    background: #9b0d14;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
}

.menu_left dl dt img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 16px;
    height: 50px;
}

.menu_left dl dd {
    text-align: center;
    height: 50px;
    border-bottom: 1px #ebebeb solid;
    line-height: 50px;
}

.menu_left dl dd:last-child {
    /*border-bottom:none;*/
}

.menu_left dl dd a {
    display: block;
    font-size: 15px;
    color: #333333;
}

.menu_left dl dd a:hover {
    color: #9b0d14;
    font-weight: bold;
    background: #e8e8e8;
    border-left: 2px solid #ffa800;
}

.menu_left dl dd a.on {
    color: #9b0d14;
    font-weight: bold;
    background: #e8e8e8;
    border-left: 2px solid #ffa800;
}

/*列表页右侧*/
.box-zt-right {
    float: right;
    width: 910px;
}

.box-zt-right .place {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px #cccccc solid;
}

.box-zt-right .place .place-bt {
    font-size: 22px;
    float: left;
}

.box-zt-right .place .place_r {
    float: right;
}

.box-zt-right .place .place_r span {
    background: url(../img/place.png) left center no-repeat;
    padding-left: 20px;
    line-height: 38px;
}

.box-zt-right .place .place_r a {
    font-size: 13px;
    color: #333333;
    padding: 0 5px;
}

.box-zt-right .place .place_r a:hover {
    color: #9b0d14;
}

.box-zt-right .list_box {
    margin-top: 10px;
}

.box-zt-right .list_box li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    font-size: 15px;
}

.box-zt-right .list_box li em {
    float: right;
    font-size: 14px;
    color: #666;
}

.box-zt-right .list_box li a {
    display: block;
}

.box-zt-right .list_box li a:hover {
    color: #9b0d14;
    font-weight: bold;
}

/*内容页*/
.box-zt-right .main_content {
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    line-height: 2.0;
}

.box-zt-right .main_content .title {
    text-align: center;
    font-size: 20px;
    color: #333333;
    line-height: 1.7;
    margin-top: 30px;
    height: auto;
    border: 0;
    font-weight: bold;
}

.box-zt-right .main_content .Subtitle {
    text-align: center;
    font-size: 12px;
    color: #333333;
    line-height: 2.5;
    background: #f5f5f5;
    margin-top: 10px;
}

.box-zt-right .main_content .dpzw {
    font-size: 14px;
    color: #333333;
    line-height: 2.5;
    margin-top: 15px;
    border-bottom: 1px #cccccc dashed;
    padding-bottom: 30px;
}

.box-zt-right .main_content .dpzw p {
    text-indent: 2em;
}

.box-zt-right .main_content .page_box {
    margin-top: 20px;
}

.box-zt-right .main_content .page_box a {
    color: #666;
    line-height: 20px;
}

.box-zt-right .main_content .page_box a:hover {
    color: #9b0d14;
}

/*图片列表页*/
.pic_list ul {
    padding: 10px 0;
}

.pic_list ul li {
    float: left;
    width: 25%;
}

.pic_list ul li a {
    display: block;
    padding: 10px 15px;
}

.pic_list ul li a:hover {
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(212, 211, 211, 0.58);
}

.pic_list ul li a img {
    width: 100%;
    height: 200px;
    background: #000000;
    display: block;
}

.pic_list ul li p {
    text-align: center;
    line-height: 40px;
}

.pic_list ul li a:hover p {
    font-weight: bold;
    color: #9b0d14;
}

.listbox {
    overflow: hidden;
    margin-top: 20px;
}
#pailiecon {
    overflow: hidden;

}
.fenlei .fenlei-1 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    color: #9b0d14;
    font-weight: bold;
    background: #f3f3f3;
    border-left: solid 8px #9b0d14;
    margin-bottom: 10px;
}
.fenlei .name span {
    float: left;
    width: 128px;
    height: 30px;
    line-height: 30px;
    margin-right: 22px;
    margin-bottom: 20px;
}
.fenlei .name a {
    line-height: 30px;
}
.fenlei .name a:hover{
    color: #295db3;
}
.fenlei.fenlei_rcgc{

}
.fenlei.fenlei_rcgc .fenlei-1{
    height: 40px;
    line-height: 40px;
    padding-left:0;
    color: #075391;
    font-weight: bold;
    background:none;
    border-bottom: 1px #075391 dashed;
    border-left: none;
}
.fenlei.fenlei_rcgc .fenlei-1 a{
 color: #075391;
    font-weight: bold;
}