/*内容区域*/
.part1 {
    margin-top: 30px;
}

/*统一标题*/
.hd_title {
    height: 26px;
    overflow: hidden;
    line-height: 26px;
    transition: all 0.5s ease-in-out;
    transform: translateY(-100%);
    margin-bottom: 25px;
}

.hd_title h1 {
    float: left;
    background: url("../img/hd_title.png") left center no-repeat;
    padding-left: 20px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.hd_title .more {
    float: right;
}

.hd_title .more a {
    font-size: 12px;
    color: #333333;
}

.hd_title.visible-class {
    transform: translateY(0);
}

.part1 .news {
    float: left;
    width: 790px;
}

/*焦点图*/
.focusBox {
    position: relative;
    width: 380px;
    height: 260px;
    /*overflow: hidden;*/
    background: red;
    float: left;

}
.focusBox.visible-class{

}
.focusBox .pic img {
    width:380px;
    height:260px;
    display: block;
}

.focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 36px;
    width: 100%;
    overflow: hidden;
}

.focusBox .txt li {
    height: 36px;
    line-height: 36px;
    position: absolute;
    bottom: -36px;
}

.focusBox .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 10px;
    font-size: 14px;
    text-decoration: none;
}

.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 36px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden;
}

.focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 13px;
    right: 8px;
}

.focusBox .num li {
    float: left;
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    line-height: 10px;
    overflow: hidden;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
}

.focusBox .num li a, .focusBox .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: #b7aeaf;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    font-size: 12px;
}

.focusBox .num li span {
    z-index: 1;
    background: #ffffff;
    /*filter: alpha(opacity=50);*/
    /*opacity: 0.5;*/
}

.focusBox .num li.on a,
.focusBox .num a:hover {
    background: #cc9966;
    color: #ffffff;
}

.part1 .part1_list {
    width: 398px;
    float: right;
    height: 260px;
    overflow: hidden;

}
.part1 .part1_list.visible-class {

}
.part1 .part1_list li {
    height:33px;line-height:33px;
    overflow: hidden;
}

.part1 .part1_list li a{
    font-size: 14px;
    color: #333333;
}
.part1 .part1_list li span {
    font-size: 12px;
    color: #333333;
}
.part1 .part1_list li a:hover {
    color: #871f27;
}

.part1 .part1_list li span {
    float: right;
}

/*服务导航*/
.part1 .fwdh {
    float: right;
    width:380px;
    overflow: hidden;
}

.fwdh .fwdh_content {
    background: #f4f4f4;
    height: 260px;

}
.fwdh .fwdh_content.visible-class{

}
.fwdh .fwdh_content ul {
   padding: 6px 0;
}

.fwdh .fwdh_content ul li {
    width: 50%;
    float: left;
    /*transition: all 0.3s;*/
    /*-webkit-transition: all 0.3s;*/
    /*-moz-transition: all 0.3s;*/
    margin: 4px 0;
}

.fwdh .fwdh_content ul li a {
    display: block;
    margin: 0 15px;
    padding: 13px 0;
    border: 1px #cccccc solid;

}

.fwdh .fwdh_content ul li a span {
    margin-left: 70px;
}

.fwdh_content ul li.fwdh1 a {
    background: url("../img/icon1.png") 30px center no-repeat;
}

.fwdh_content ul li.fwdh2 a {
    background: url("../img/icon2.png") 30px center no-repeat;
}

.fwdh_content ul li.fwdh3 a {
    background: url("../img/icon3.png") 30px center no-repeat;
}

.fwdh_content ul li.fwdh4 a {
    background: url("../img/icon4.png") 30px center no-repeat;
}

.fwdh_content ul li.fwdh5 a {
    background: url("../img/icon5.png") 30px center no-repeat;
}

.fwdh_content ul li.fwdh6 a {
    background: url("../img/icon6.png") 30px center no-repeat;
}

.fwdh_content ul li.fwdh7 a {
    background: url("../img/icon7.png") 30px center no-repeat;
}

.fwdh_content ul li.fwdh8 a {
    background: url("../img/icon8.png") 30px center no-repeat;
}

.fwdh_content ul li.fwdh9 a {
    background: url("../img/icon9.png") 30px center no-repeat;
}

.fwdh_content ul li.fwdh10 a {
    background: url("../img/icon10.png") 30px center no-repeat;
}

.fwdh_content ul li:hover a {
    color: #ffffff;
    transition: .5s;
}

.fwdh_content ul li.fwdh1:hover a {
    background: #871f27 url("../img/icon1-hover.png") 30px center no-repeat ;
}

.fwdh_content ul li.fwdh2:hover a {
    background: #871f27 url("../img/icon2-hover.png") 30px center no-repeat;
}

.fwdh_content ul li.fwdh3:hover a {
    background: #871f27 url("../img/icon3-hover.png") 30px center no-repeat;
}

.fwdh_content ul li.fwdh4:hover a {
    background: #871f27 url("../img/icon4-hover.png") 30px center no-repeat;
}

.fwdh_content ul li.fwdh5:hover a {
    background: #871f27 url("../img/icon5-hover.png") 30px center no-repeat;
}

.fwdh_content ul li.fwdh6:hover a {
    background: #871f27 url("../img/icon6-hover.png") 30px center no-repeat;
}

.fwdh_content ul li.fwdh7:hover a {
    background: #871f27 url("../img/icon7-hover.png") 30px center no-repeat;
}

.fwdh_content ul li.fwdh8:hover a {
    background: #871f27 url("../img/icon8-hover.png") 30px center no-repeat;
}

.fwdh_content ul li.fwdh9:hover a {
    background: #871f27 url("../img/icon9-hover.png") 30px center no-repeat;
}

.fwdh_content ul li.fwdh10:hover a {
    background: #871f27 url("../img/icon10-hover.png") 30px center no-repeat;
}

/*图片展示*/
.part2 {
    margin: 60px auto;
}

.part2 .tp_l {
    width:790px;
    overflow: hidden;
    float: left;
    min-height:440px;
}
.part2 .tp_l .tp_top {

}
.part2 .tp_l .tp_top.visible-class{

}
.tp_l li {
    background: #efeded;
    border-bottom: 7px #871f27 solid;
    float: left;
    text-align: center;
}

.tp_l .tp_top li:first-child {
    width:57%;
    margin-right: 20px;
}

.tp_l .tp_top li:last-child {
    width: 40%;
}

.tp_l .tp_top li .img {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.tp_l li .img img {
    /*height: 100%;*/
    display: block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.tp_l li:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.tp_l li p {
    font-size: 18px;
    color: #333333;
    background: #efeded;
    padding: 15px 0;
}

.tp_l li:hover p {
    background: #871f27;
    color: #ffffff;
    transition: .8s;
}

.tp_l .tp_b {
    margin-top: 20px;

}
.tp_l .tp_b.visible-class{

}
.tp_l .tp_b li:nth-child(1),
.tp_l .tp_b li:nth-child(2) {
    width: 34%;
}

.tp_l .tp_b li:nth-child(2) {
    margin-left: 20px;
}

.tp_l .tp_b li:nth-child(3) {
    width: 218px;
    float: right;
}

.tp_l .tp_b li .img:nth-child(1),
.tp_l .tp_b li .img:nth-child(2) {
    width: 100%;
    height: 130px;
    overflow: hidden;
}

.part2 .tp_r {
    float: right;
    width: 380px;
    height: 440px;
    overflow: hidden;

}
.part2 .tp_r.visible-class{

}
.part2 .tp_r a {
    position: relative;
    display: block;
    overflow: hidden;
    height:100%
}

.part2 .tp_r a img {
    /*height: 100%;*/
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.part2 .tp_r a:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.part2 .tp_r .shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 155px;
    display: block;
    background: url("../img/img_bg.png") center center repeat-x;
}

.part2 .tp_r p {
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 0px;
    z-index: 10;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    overflow: hidden;
    text-align: center;
}

/*校园快讯、通知公告*/
.part3 {
    background: #f5f5f5;
}

.part3 .xyxx {
    padding: 35px 0 10px 0;
}

.hasMoreTab {
    width: 580px;
    float: left;

}
.hasMoreTab.visible-class{

}
.hasMoreTab .hd {
    line-height: 26px;
    height: 26px;
    position: relative;
    margin-bottom: 35px;
}

.hasMoreTab .hd .more {
    float: right;
    font-size: 12px;
    color: #333333;
}

.hasMoreTab .hd ul {
    z-index: 5;
    position: absolute;
    height: 26px;
    overflow: hidden;
    line-height: 26px;
    zoom: 1;
}

.hasMoreTab .hd li {
    float: left;
    padding: 0 20px;
    cursor: pointer;
    background: url(../img/hd_title_tab.png) left center no-repeat;
    font-size: 18px;
    color: #333333;
}

.hasMoreTab .hd li.on {
    font-weight: bold;
    background: url(../img/hd_title.png) left center no-repeat;
    font-size: 20px;
    color: #333333;
}





.hasMoreTab1 {
    width: 580px;
    float: left;

}
.hasMoreTab1 .visible-class{

}
.hasMoreTab1 .hd {
    line-height: 26px;
    height: 26px;
    position: relative;
    margin-bottom: 35px;
}

.hasMoreTab1 .hd .more {
    float: right;
    font-size: 12px;
    color: #333333;
}

.hasMoreTab1 .hd ul {
    z-index: 5;
    position: absolute;
    height: 26px;
    overflow: hidden;
    line-height: 26px;
    zoom: 1;
}

.hasMoreTab1 .hd li {
    float: left;
    padding: 0 20px;
    cursor: pointer;
    background: url(../img/hd_title_tab.png) left center no-repeat;
    font-size: 18px;
    color: #333333;
}

.hasMoreTab1 .hd li.on {
    font-weight: bold;
    background: url(../img/hd_title.png) left center no-repeat;
    font-size: 20px;
    color: #333333;
}




.xyxx .xyxx_list {

}

.xyxx .xyxx_list li {
    /*height: 76px;*/
    /*overflow: hidden;*/
}

.xyxx .xyxx_list li a {
    display: block;
    transition: all 0.35s ease-in-out;
    margin: 0 0 15px;
}

.xyxx .xyxx_list li .date {
    float: left;
    border: 1px #999999 solid;
    text-align: center;
    width: 88px;
    height: 55px;
    color: #333333;
    font-style: italic;
}

.xyxx .xyxx_list li .date .day {
    font-size: 31px;
    font-weight: bold;

}

.xyxx .xyxx_list li .date .year {
    font-size: 16px;
}

.xyxx .xyxx_list li .infor {
    height: 55px;
    border-left: 5px #e8e3e3 solid;
    width: 455px;
    float: right;
    line-height: 28px;
    overflow: hidden;
    padding-left: 15px;
}

.xyxx .xyxx_list li .infor h1 {
    font-size: 15px;
    color: #333333;
}

.xyxx .xyxx_list li a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    margin-top: -10px;
    margin-bottom: 25px;
}

.xyxx .xyxx_list li .infor p {
    font-size: 15px;
    color: #999999;
}

.xyxx .xyxx_list li:hover .date {
    background: #871f27;
    color: #ffffff;
    transition: 0.5s;
    border: 1px #871f27 solid;
}

.xyxx .xyxx_list li:hover .infor {
    background: #ffffff;
    border-left: 5px #871f27 solid;
    transition: 0.5s;
}

/*通知公告*/
.xyxx .tzgg {
    width: 580px;
    float: right;

}
.xyxx .tzgg.visible-class{

}

/*专题网站*/
.part4{
    width: 1200px;
    margin: 60px auto;
    position: relative;

}
.ladyScroll{
    height: 130px;
    position: relative;
}

.ladyScroll .prev, .ladyScroll .next {
    width: 51px;
    height: 45px;
    position: absolute;
    top: 47.5px;
    left: 0;
    z-index: 100;
    cursor: pointer;
    background: url(../img/btns.png) no-repeat;
}

.ladyScroll .next {
    left: auto;
    right: 0;
    background-position: 0 -90px;
}

.ladyScroll .prev:hover {
    background-position: 0 -45px;
}

.ladyScroll .next:hover {
    background-position: 0 -135px;
}

.ladyScroll .scrollWrap {
    width: 1095px;
    margin: 0 60px;
    overflow: hidden;
    position: absolute;
    overflow: hidden;
}

.ladyScroll dl {
    float: left;
    width: 270px;
    text-align: center;
    position: relative;
    margin-right: 8px;
}

.ladyScroll dt {
    margin: 0 auto;
    width: 270px;
    overflow: hidden;
}

.ladyScroll img {
    display: block;
    width:270px;
    height:130px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.ladyScroll img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
/*链接*/
.link_box{

}
.link li{
    float: left;
    width: 14%;
    line-height: 50px;
    text-align: left;
    border: 1px #ebebeb solid;
    /*border-bottom: none;*/
    /*border-left: none;*/
}
.link li{
    border-right:none;
    border-bottom: none;
}
.link li:nth-child(7){
    border-right:1px #ebebeb solid;
    border-bottom: 1px #ebebeb solid;
}
.link li:last-child{
    border-right:1px #ebebeb solid;
    border-bottom: 1px #ebebeb solid;
}
/*.link li:nth-child(1),*/
/*.link li:nth-child(2),*/
/*.link li:nth-child(3),*/
/*.link li:nth-child(4),*/
/*.link li:nth-child(5){*/
/*    border-right:none;*/
/*    border-bottom:none;*/
/*}*/
.link li a{
    font-size: 14px;
    color: #333333;
    background: url(../img/link_icon.png) 34px center no-repeat;
    padding-left: 50px;
}
.link li a:hover{
    transition: 0.5s;
    color: #871f27;
    font-weight: bold;
}
/*列表页*/
.ziban{
    display: block;
    width: 1200px;
    height: 250px;
    margin: 0 auto;
}
.box-zt{
    width: 1200px;
    min-height: 600px;
    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{
    float: left;
    width: 240px;
}
.menu dl{
    background: #f5f5f5;
    padding-bottom: 10px;
}
.menu dl dt{
    background: #871f27;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
}
.menu dl dt img{
    display: inline-block;
    vertical-align: middle;
    padding-right: 16px;
}
.menu dl dd{
    text-align: center;
    height: 50px;
    border-bottom: 1px #ebebeb solid;
    line-height: 50px;
}
.menu dl dd:last-child{
    border-bottom:none;
}
.menu dl dd a{
    display: block;
    font-size: 15px;
    color: #333333;
}
.menu dl dd a:hover{
    color: #871f27;
    font-weight: bold;
    background: #e8e8e8;
    border-left: 2px solid #ffa800;
}

.menu dl dd a.on{
    color: #871f27;
    font-weight: bold;
    background: #e8e8e8;
    border-left: 2px solid #ffa800;
}
/*列表页右侧*/
.box-zt-right{
    float: right;
    width: 936px;
}
.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: #871f27;
}
.box-zt-right .list_box{
    margin-top: 10px;
}
.box-zt-right .list_box li{
    height: 90px;

    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
}
.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: #871f27;
    font-weight: bold;
}



.box-zt-right .list_box.list_box_search{

}
.box-zt-right .list_box.list_box_search li{
    height: 40px;
     line-height:40px;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
}

/*内容页*/
.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: #871f27;
}

/*图片列表页*/
.pic_list ul{
    padding: 10px 0;
}
.pic_list ul li{
    float: left;
    width: 25%;
}
.pic_list ul li a{
    display: block;
    padding: 10px 6px;
}
.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: 155px;
    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: #871f27;
}
/*文章列表页*/
.wz_list ul{
margin: 0 -10px;
}
.wz_list ul li{
    width: 50%;
    float: left;
    margin: 20px 0;
}
.wz_list ul li a{
    margin: 0 10px;
    display: block;
}
.wz_list ul li img{
    float: left;
    width:160px;
    height:200px;
    display: block;
    margin-right: 10px;
}
.wz_list ul li .jianjie{

}
.wz_list ul li .jianjie h1{
    font-size: 18px;
    color: #333333;
    padding: 5px 0;
    line-height: 26px;
}
.wz_list ul li .jianjie h1:hover{
    color: #871f27;
    font-weight: bold;
}
.wz_list ul li .jianjie p{
    font-size:13px;
    color: #999999;
    line-height: 30px;
}
/*链接列表页*/
.lj_list{

}
.tell_tit {
    background-color: #871f27 !important;
    border: 0px !important;
    padding: 10px 0;
    margin-top: 20px;
}
.tell_tit p {
    font-size: 23px !important;
    color: #ffffff;
    padding-left: 10px;
}
.lj_list ul {
    background: none !important;
    float: none !important;
}
.lj_list ul li {
    width: 25% !important;
    height: 80px !important;
    overflow: hidden !important;
    float: left !important;
    padding: 8px 0 !important;
    border-bottom: 1px #b5b5b5 dashed !important;
}
.lj_list ul li a {
    display: block !important;
    width: 100% !important;

    overflow: hidden !important;
}
.lj_list ul li:hover p{
    color: #871f27;
    font-weight: bold;
}
.lj_list ul li p {
    margin: 0 !important;
    padding: 0 !important;
    height: 34px !important;
    line-height: 34px !important;
    color: #333;
    font-size: 18px !important;
    margin-top: 7px !important;
}
.lj_list ul li span {
    /*float: right;*/
    color: #999999;
    margin-right: 10px;
}
.dep {
    text-align: left;
    height: 80px;
    border-bottom: 1px #b5b5b5 dashed;
    padding: 10px 0px;
}
span.deptel {
    height: 34px;
    margin-left: 22px;
    padding-left: 30px;
    line-height: 34px;
    color: #999;
    font-size:14px;
    text-indent: 0;
}
span.depname {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 150px;
    height: 34px;
    line-height: 34px;
    font-size: 18px !important;
    color: #333;
    margin-top: 7px;
}
span.depname:hover{
    color: #871f27;
    font-weight: bold;
}
.depsub {
    line-height: 34px;
    font-size: 14px;
    color: #666;
}





.right_contain {
    width: 300px;
    float:right;
}
.title_channel_name {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    font-family: 微软雅黑;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px #871f27 solid;
}
.right_contain .news ul li {
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}
.right_contain .news ul li a {
    font-size: 14px;
    line-height: 22px;
}
.right_contain .news .c_t {
    margin-top: 10px;
}
.right_contain .news .c_t .title {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.right_contain .news .c_t:hover .title{

  font-weight: bold;
    color: #871f27;
}
.right_contain .news .time {
    height: 20px;
    line-height: 20px;
    color: #999;
    font-size: 12px;
    margin-top: 5px;
    background: url("../img/time.png") left center no-repeat;
     padding-left: 15px;
}

.right_contain .news .time span {
    margin-left: 6px;
    color: #999;
    font-size: 12px;
}

/*专业介绍页面*/
.Major_main {width: 1200px;}
.Major {padding: 26px 0px 35px;}
.Major ul{width: 1240px;margin: 0 -20px;}
.Major li {width: 270px;height: 372px;margin-bottom: 30px;float: left;margin: 0 20px 30px;}
.Major li.remove {margin-right: 0;}
.Major li a:hover {font-weight: 100;}
.Major li h3 {height: 42px;width: 100%;background: #953520; font-size: 16px;font-weight: 100;text-align: center;line-height: 42px;}
.Major li h3 a {color: #fff;}
.Major li .Major_cont {background: #f9f4f2;height: 320px;padding: 0 20px;padding-top: 23px;}
.Major li .Major_cont img {width: 232px;height: 150px;}
.Major li .Major_cont .more {display: block;width: 81px;height: 25px;text-align: center;line-height: 25px;background: #953520;color: #fff;margin-top: 25px;}

.MajorFaculty {}
.MajorFaculty_tit {padding: 0 16px;}
.MajorFaculty_tit ul {width: 100%; padding-top:20px; overflow: hidden;}
.MajorFaculty_tit li {width: 27%; float: left;height: 34px;border: 1px solid #f2e6e3;border-radius: 15px;padding: 0 2%;line-height: 34px; margin: 8px 1%; font-size: 15px;}
.MajorFaculty_tit li a{display: block;white-space: nowrap; text-overflow: ellipsis; overflow: hidden; text-align: center;}


/*写意校园页面*/
.xyxy_top {
   margin-top:50px;
}

.xyxy_top .left {
    width: 580px;
    float: left;
    margin-top: 54px;
}

.xyxy_top .left .xx {

}

.xyxy_top .left .xx h1 {
    font-size: 28px;
    color: #333333;
    font-family: "方正楷体简体" !important;
}

.xyxy_top .left .xx hr {
    height: 1px;
    border: 0 none;
    border-bottom: 1px #999 solid;
    margin-top: 15px;
    width: 254px;
    /*background: #999;*/
    float: left;
}

.xyxy_top .left .xx p {
    font-family: "方正楷体简体" !important;
    font-size: 18px;
    color: #666666;
    margin: 50px 0;
}

.xyxy_top .left .left_img {

}

.xyxy_top .left .left_img .left_img_t {
    margin-bottom: 37px;
}

.xyxy_top .left .left_img .left_img_t li {
    float: left;
    overflow: hidden;
}

.xyxy_top .left .left_img .left_img_t li img {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    display: block;
}

.xyxy_top .left .left_img .left_img_t li:last-child {
    float: right;
}

.xyxy_top .left .left_img .left_img_t li:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.xyxy_top .left .left_img .left_img_b {

}

.xyxy_top .left .left_img .left_img_b li {
    position: relative;
}

.xyxy_top .left .left_img .left_img_b li .img2 {
    overflow: hidden;
    width: 100%;
}

.xyxy_top .left .left_img .left_img_b li .img2 img {
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    display: block;
}

.xyxy_top .left .left_img .left_img_b li:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.xyxy_top .left .left_img .left_img_b li .img_bg {
    background: url(../img/xyxy_img_bg.png) center center repeat-x;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 69px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    line-height: 69px;
}

.xyxy_top .right {
    width: 580px;
    float: right;
    position: relative;
}

.xyxy_top .right .img3 {
    overflow: hidden;
}

.xyxy_top .right .img3 img {
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    display: block;
}

.xyxy_top .right:hover .img3 img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.xyxy_top .right .img_bg {
    position: absolute;
    top: 70px;
    left: 0;
    font-size: 39px;
    color: #746b64;
    text-align: center;
    background: url(../img/xyxy_img_bg1.png) center center repeat;
    width: 380px;
    height: 130px;
    line-height: 130px;
    
}
.xyxy_top .right .img_bg a{
font-family: "华康海报体W12(P)" !important;
 font-size: 39px;
    color: #746b64;
}

.xyxy_c {
    margin-top: 50px;
}

.scrollBox {
    width: 1200px;
    /*padding: 10px;*/
    border-top: 1px solid #fff;
    position: relative;
}

.scrollBox .piclist {
    /*overflow: hidden;*/
    zoom: 1;
}

.scrollBox .ohbox {
    /*overflow: hidden;*/
    position: relative;
    width: 1200px;
}

.scrollBox {
    position: relative;
    /*overflow: hidden;*/
    zoom: 1;
}

.scrollBox .piclist li {
    float: left;
    display: inline;
    padding: 12px;
    margin: 10px 0;
}

.scrollBox .piclist li .lb {
    position: relative;

}

.scrollBox .piclist li a {
    width: 262px;
    border: 1px solid #c9bea9;
    display: inline-block;
    padding: 5px;
    position: relative;
    font-size: 16px;

}

.scrollBox .piclist li span{
    width: 224px;
    height: 60px;
    line-height: 26px;
    padding: 10px 10px;
    text-align: left;
    background: #ffffff url(../img/wx_icon.png) 208px 54px no-repeat;
     filter: alpha(opacity=80);
    opacity: 0.8;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);/**/
    position: absolute;
    z-index: 9;
    bottom: 7px;
    left: 36%;
    margin-left: -82px;
    /* margin-bottom: -12px; */
    font-weight: bold;
    font-size: 14px;
    
}
.scrollBox .piclist li:hover span{
      color:#871f27;
      font-weight: bold;
}
.scrollBox .pageBtn span {
    background: url(images/bntBg.png) no-repeat;
    display: block;
    width: 85px;
    height: 39px;
    position: absolute;
    top: 72px;
    cursor: pointer;
    text-indent: -999em;
    overflow: hidden;
}

.scrollBox .pageBtn .prev {
    left: 0px;
    background-position: -11px -84px;
}

.scrollBox .pageBtn .next {
    right: 0px;
    background: url(../img/jt_right.png) right center no-repeat;
    width: 164px;
    height: 48px;
}

.scrollBox .pageBtn .list {
    overflow: hidden;
    zoom: 1;
    margin: 10px 0 0 413px;
}

.scrollBox .pageBtn .list li {
    background: url(images/bntBg.png);
    float: left;
    display: inline;
    width: 15px;
    height: 15px;
    background-position: -86px -57px;
    cursor: pointer;
    margin-left: 10px;
    line-height: 10000px;
    overflow: hidden;
}

.scrollBox .pageBtn .list li.on {
    background-position: -114px -57px
}

/*诗意栖居*/
.syqj{
    width: 1200px;
    margin-top:20px;
}
.syqj .qj_title{
    height: 24px;
    line-height: 24px;
    overflow: hidden;

}
.syqj .qj_title h1{
    font-family: "华康海报体W12(P)" !important;
    font-size: 24px;
    color: #333333;
    float: left;
}
.syqj .qj_title .more{
    float: right;
}
.syqj .qj_title .more a{
    font-size: 16px;
    color: #666666;
}
.tmall-brand {
    position: relative;
    height: 660px;
    width: 1200px;
    overflow: hidden;
}
.fCl-slideli{

}
.fCl-slide li .qj_box{
   position: relative;
    padding-top: 30px;
}
.fCl-slide li .qj_box .line{
    width: 1px;
    height: 800px;
    background: #333333;
    left: 50%;
    position: absolute;
    margin-left: -0.5px;
}
.fCl-slide li .qj_box .qj{
    float: left;
    width: 50%;
}
.fCl-slide li .qj_box .qj .img4{
    float: left;
    width: 182px;
    height: 166px;
    display: block;
    margin-right: 15px;
    overflow: hidden;
}
.fCl-slide li .qj_box .qj .img4 img{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.fCl-slide li .qj_box .qj:hover .img4 img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.fCl-slide li .qj_box .qj .text{
    float: left;
    width: 403px;
}
.fCl-slide li .qj_box .qj .text h1{
    font-size: 18px;
    color: #333333;
    position: relative;
    border-bottom: 1px #333333 solid;
    margin: 10px 0;
    height: 30px;
    font-weight: bold;
}
.fCl-slide li .qj_box .qj .text h1:hover a{
    color: #871f27;
    font-weight: bold;
}
.fCl-slide li .qj_box .qj .text h1 img{
    position: absolute;
    top:25px;
    /*left: 0;*/
}
.fCl-slide li .qj_box .qj.qj_bh  .text h1 img{
    right: 0px;
}
.fCl-slide li .qj_box .qj .text p{
    font-size: 14px;
    color: #333333;
    line-height: 28px;
}
.fCl-slide li .qj_box .qj .text span{
    display: block;
}
.tmall-brand .fCl-nav {
    height: 24px;
    line-height: 18px;
    background: white;
    position: absolute;
    bottom: 30px;
    padding: 0 33px;
    left: 50%;
    margin-left: -58.5px;
}
.tmall-brand .fCl-nav li {
    float: left;
    width: 12px;
    font-family: Tahoma, Helvetica;
    font-size: 28px;
    _font-size: 38px;
    margin-right: 5px;
    color: #9c9797;
    cursor: pointer;
}

.tmall-brand .fCl-nav li.on {
    color: #6b0c13;
}
.fCl-slide li .qj_box .qj.qj_bh{
    margin-top: 100px;
}
.fCl-slide li .qj_box .qj.qj_bh .img4{
    margin-right: 0;
    float: right;
}
.fCl-slide li .qj_box .qj.qj_bh .text{
    float: left;
    width: 380px;
    padding-left: 15px;
}

.fCl-slide li .qj_box .qj .text p{
    font-size: 14px;
    color: #333333;
    line-height: 28px;
}
.fCl-slide li .qj_box .qj .text span{
    display: block;
}

/*培养特色页面*/
.dw_box{
    margin-top: 30px;
}
.dw_box ul{

}
.dw_box ul li{
    width: 33.3%;
    float: left;
    margin: 20px 0;

}
.dw_box ul li a{

}
.dw_box ul li a .dw{
    margin: 0 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.22);
    border-top: 4px #871f27 solid;
}
.dw_box ul li:nth-child(2) a .dw{
    border-top: 4px #1f4b87 solid;
}
.dw_box ul li:nth-child(3) a .dw{
    border-top: 4px #e8c607 solid;
}
.dw_box ul li:nth-child(4) a .dw{
    border-top: 4px #22becc solid;
}
.dw_box ul li:nth-child(5) a .dw{
    border-top: 4px #8f74c1 solid;
}
.dw_box ul li:nth-child(6) a .dw{
    border-top: 4px #128571 solid;
}
.dw_box ul li a .dw img{
    height: 114px;
    width: 100%;
}
.dw_box ul li a .dw h1{
    font-size: 16px;
    color: #333333;
    text-align: center;
    border-bottom: 1px #871f27 solid;
    margin: 0 10px;
    font-weight: bold;
    line-height:36px;
}
.dw_box ul li a .dw h1:hover{
    color: #871f27;
}
.dw_box ul li a .dw p{
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    padding:10px;
     height:120px;
}
.rencai_box{
    background: #f5f5f5;
}
.rc{

}
.rc .rc_left{
    float: left;
    width: 600px;
    position: relative;
    height: 520px;
    margin-right: 30px;
    margin-top: 35px;
}
.rc .rc_left .img1{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.rc .rc_left .img2{
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 3;
}
.rc .rc_left span{
    display: block;
    border: 1px  #aaaaaa solid;
    width: 490px;
    height: 390px;
    position: absolute;
    right: 0;
    top: 88px;
    z-index: 2;
}
.rc .rc_right{
    float: left;
    margin-top: 35px;
}
.rc .rc_right ul{

}
.rc .rc_right ul li{
    line-height: 30px;
    height: 30px;
    margin: 30px 0;
}
.rc .rc_right ul li a{
    font-size: 14px;
    color: #333333;
}
.rc .rc_right ul li a:hover{
    color: #871f27;
}
.rc .rc_right .more{
    width: 117px;
    height: 36px;
    border-radius: 18px;
    background: #871f27;
    text-align: center;
    vertical-align: center;
    line-height: 36px;
}
.rc .rc_right .more a{
    font-size: 14px;
    color: #ffffff;
}
.yyrc{
 margin-bottom: 30px;
}
.yyrc .title_yyrc{
    text-align: center;
}
.yyrc .title_yyrc h1{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}
.yyrc .title_yyrc hr{
    height: 1px;
    border: 0 none;
    border-bottom: 3px #ffc001 solid;
    width: 33px;
}
.yyrc .more{

    width: 100%;
}
.yyrc .more a{
    font-size: 14px;
    color: #333333;
    float: right;
}

.yyrc ul{

}
.yyrc ul li{
    float: left;
    width: 25%;
    text-align: center;
    margin: 15px 0;
}
.yyrc ul li a{
    margin: 0 15px;
    display: block;
    overflow: hidden;
}
.yyrc ul li a img{
    width: 100%;
    height:170px;
    display: block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
/*.yyrc ul li a:hover img{*/
/*    transform: scale(1.2);*/
/*    -webkit-transform: scale(1.2);*/
/*    -moz-transform: scale(1.2);*/
/*}*/
.yyrc ul li a:hover span{
    color: #871f27;
}
.yyrc ul li a span{
    display: block;
    background: #efefef;
    padding: 15px 0;
    color: #333333;
}