a:hover {
    color: #be0000;
}

em, i, b {
    font-style: normal;
}

.mt5 {
    margin-top: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mlr5 {
    margin-left: 5px;
    margin-right: 5px;
}

.mt10 {
    margin-top: 10px;
    width: 100%;
    max-width:1200px;
    margin: 0 auto;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.ml15 {
    margin-left: 15px;
}

.mr15 {
    margin-right: 15px;
}
.mt20 {
    margin-top: 20px;width: 1200px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml30 {
    margin-left: 30px;
}

.mr30 {
    margin-right: 30px;
}

.mt40 {
    margin-top: 40px;
}

.pt5 {
    padding-top: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.p15 {
    padding: 15px;
}

.pl5 {
    padding-left: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.plr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.p10 {
    padding: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.pl15 {
    padding-left: 15px;
}

.pr15 {
    padding-right: 15px;
}

.plr15 {
    padding-left: 15px;
    padding-right: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pr20 {
    padding-right: 20px;
}

.plr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.p20 {
    padding: 20px;
}

.bt-so {
    border-top: 1px solid #e5e5e5;
}

.bb-so {
    border-bottom: 1px solid #e5e5e5;
}

.bl-so {
    border-left: 1px solid #e5e5e5;
}

.bb-so2 {
    border-bottom: 2px solid #dd3635;
}

.br-so {
    border-right: 1px solid #f6f7f8;
}

.bb-da {
    border-bottom: 1px dashed #d1d5e1;
}

.bb-da2 {
    border-bottom: 1px dashed #eee;
}

.bt-da {
    border-top: 1px dashed #e5e5e5;
}

.header-s {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f7f9fa;
    border-bottom: 1px solid #d6d6d6;
    font-size: 12px;
}

.hs-left a {
    margin: 0 10px;
}

.hs-hide {
    position: relative;
    margin-left: 10px;
    cursor: pointer;
    color: #999;
}

.hs-hide:hover {
    color: #333;
}

.hs-hide:hover .hs-hide-con {
    display: block;
}

.hs-hide-con {
    display: none;
    position: absolute;
    left: 0px;
    top: 14px;
    padding-top: 14px;
    z-index: 10;
}

.hs-hide-con ul {
    width: 135px;
    padding: 6px 0;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    background: #fff;
    box-shadow: 2px 2px 8px #cdcdcd;
}

.hs-hide-con li {
    line-height: 35px;
}

.hs-hide-con li a {
    display: block;
    margin: 0 10px;
    border-bottom: 1px dashed #e5e5e5;
}

.hs-hide-con li.last a {
    border-bottom: none;
}

.hs-hide-con li a:hover {
    background: #f2f2f2;
    margin: 0;
    padding: 0 10px;
    border-bottom: 1px dashed #f2f2f2;
    font-weight: 700;
    text-decoration: none;
}

.hs-hide-con li.last a:hover {
    border-bottom: none;
}

.hs-hide-point {
    font-family: tahoma, arial, '', "Hiragino Sans GB", SimSun, sans-serif;
}

.hs-right {
    height: 40px;
    text-align: right;
}

.hs-right a {
    margin: 0 5px;
}

.header .h-more-btn {
    color: #666;
}

.h-more-btn:after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    width: 9px;
    height: 5px;
    background: url(../images/top-icon.png) no-repeat;
    vertical-align: middle;
}

.h-more-con {
    display: none;
}

.h-section {
    position: relative;
    height: 40px;
}

.h-section li {
    line-height: 30px;
    width: 74px;
    text-align: center;
    cursor: pointer;
}

.h-section li a {
    display: block;
}

.h-section li a:hover {
    background: #f9f9f9;
    color: #d58f15;
}

.h-right .h-more-btn {
    width: 74px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #f5f5f5;
    text-align: center;
    color: #666;
}

.h-right .h-more-con {
    position: absolute;
    top: 39px;
    left: 0;
    border: 1px solid #e6e6e6;
    border-top: none;
    background-color: #fff;
    z-index: 10;
}

.h-show .h-more-btn:after {
    background-position-x: -10px;
}

.h-right .h-show .h-more-btn {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-bottom: 1px solid #fff;
}

.header-coll {
    height: 160px;
    background: #fff !important;
}

.logo {
    height: 60px;
    margin: 22.5px 0;
    overflow: hidden;
}

.logo img {
    height: 100%;
}

.logo-img {
    margin-top: 26px;
    margin-left: 10px;
    height: 60px;
}

.logo-bg {
    height: 50px;
    margin: 22.5px 0;
    margin-right: -180px;
}

.logo p {
    padding-top: 14px;
    font-size: 46px;
    font-weight: 700;
    color: #fff;
}

.logo-img-sub {
    margin: 40px 0 0 10px;
    height: 24px;
}

.nav-coll {
    height: 55px;
    background: #be0000;
}

.nav-coll li {
    float: left;
    width: 120px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    list-style: none;
}

.nav-coll li a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 120px;
    cursor: pointer;
}

.nav-coll li a:hover,
.nav-coll li a.active {
    background: rgba(0, 0, 0, .25);
    transition: background .3s;
}

.theme-bg {
    background: #be0000;

}

.header-bg {
    background: #fff;
}

.schoolL {
    width: 274px;
}

.schoolR {
    width: 916px;
    background: #fff;
}

.nav-crumb {
    height: 50px;
    line-height: 50px;
}

.nav-crumb a {
    font-size: 14px;
    color: #666;
}

.nav-crumb a:hover {
    color: #be0000;
}

.nav-crumb > a.spe {
    cursor: default;
}

.nav-crumb > a.spe:hover {
    color: #666;
}

.nav-crumb > span {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
    font-family: "SimSun";
    color: #666;
}

.nav-crumb > em {
    font-size: 14px;
    color: #666;
}

.tel-link {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.tel-link img {
    display: block;
    width: 100%;
    height: 62px;
}

.gg233 img {
    display: block;
    width: 100%;
}

.left-wechat {
    text-align: center;
}

.left-wechat a {
    display: inline-block;
    padding:0 17px;
    height: 40px;
    line-height: 40px;
    background: #1787e0;
    border-radius: 5px;
    font-size: 16px;
    margin: 10px 5px 0;
    display: inline-block;
    color: #fff;
    transition: background .2s;
}

.left-wechat a:first-child {
    background: #eb560c;
}

.left-wechat a:nth-child(2):hover {
    cursor: pointer;
}

.sscon {
    border-right-width: 1px;
}

.jianjie {
    font-size: 13px;
    line-height: 28px;
    margin: 8px 10px;
}

.jian {
    display: table;
}

.jian .jian_img, .jian .jian_econt {
    display: table-cell;
    vertical-align: top;
}

.jian .jian_econt {

    color: #666;
    line-height: 190%;
}

.jian .jian_econt li {
    float: left;
    width: 50%;
    text-align: left;
    border-bottom: 1px dashed #e9eced;
    padding: 5px 0 5px 14px;
    box-sizing: border-box;
}

.jian .jian_econt span {
    color: #333;
}

.jian .jian_econt p {
    display: block;
    padding-left: 14px;
}

.shitixz_r_hotzy {
    background: #fff;
}

.shitixz_r_hotzy h3 a {
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
    color: #0c7cdf;
}

.shitixz_r_hotzy ul {
    width: 90%;
    margin: 10px auto;
}

.shitixz_r_hotzy li {
    width: 50%;
    float: left;
    line-height: 38px;
    font-size: 14px;
    list-style: none;
}

.shitixz_r_hotzy li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.shitixz_r_hotzy li a:before {
    content: "·";
    font-weight: bold;
    color: #d7d4d4;
    margin-right: 5px;
    line-height: 35px;
}

.shitixz_r_hotzy h3 {
    line-height: 45px;
    font-weight: normal;
    position: relative;
    border-bottom: 2px solid #bfbfbf;
    background: none;
    width: 90%;
    margin: 15px auto;
}

.shitixz_r_hotzy h3 a {
    color: #07519c;
    font-size: 14px;
}

.schoolleftad {
    display: block;
}

.schoolleftad img {
    display: block;
    width: 100%;
}

.schoolindexbm {
    background-color: #d8dfe5;
    border-left: 5px solid #9198aa;
    line-height: 70px;
}

.schoolindexbm li {
    float: left;
    margin-left: 80px;
    color: #555;
    font-size: 14px;
}

.schoolindexbm input {
    height: 25px;
    font-size: 12px;
    border: 1px solid #ccc;
    width: 120px;
    padding: 0 5px;
    box-sizing: border-box;
}

.schoolindexbm .subs {
    width: 95px;
    background-color: #d65061;
    border: 0;
    border-radius: 5px;
    color: #fff
}

.schoolindexbm .subs:hover {
    opacity: 0.7;
}

.r_cjwt_list {
    width: 90%;
    margin: 0 auto;
    height: 413px;
    font-size: 15px;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
}

.r_cjwt_list ul li {
    height: auto;
    overflow: hidden;
    line-height: 26px;
    padding: 10px 0;
    border-bottom: 1px dashed #d2d2d2;
}

.r_cjwt_list ul li div {
    width: 97%;
    float: right;
    height: auto;
    overflow: hidden;
}

.r_cjwt_list ul li div span {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    color: #fff;
    background: green;
    border-radius: 50%;
}

.r_cjwt_list ul li a span {
    background: #1890ff;
    left: 0;
    display: inline-block;
    margin-left: 7px;
}

.r_cjwt_list ul li a span, .r_cjwt_list ul li div strong {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 23px;
    font-size: 15px;
    margin-right: 10px;
}

.r_cjwt_list ul li div {
    margin-top: 10px;
}

.r_cjwt_list ul li div strong {
    display: block;
    float: left;
    /*font-weight: normal;*/
    background: red;
}

.r_cjwt_list ul li div {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.r_cjwt_list ul li .div1 span {
    width: 90%;
}

.r_cjwt_list ul li .div2 span {
    width: 78%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.r_cjwt_list .problem_answer {
    max-height: 75px;
}

.pc_part2 .si_items .ul5 li:last-child {
    border: 0;
}

/*招生专业*/
.sltabnav {
    width: 100%;
    line-height: 30px;
    border-bottom: 1px solid #eee;
}

.sltabnav span {
    color: #333;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    cursor: pointer;
}

.sltabnav span.cur {
    color: #fff;
    background: #be0000;
}

.sltabnav a {
    float: right;
    font-size: 12px;
    font-weight: 400;
    color: #be0000;
    padding-right: 14px;
    background: url(../images/redtitmoreicon.png) no-repeat right;
    margin-right: 16px;
}

.sltabbox .tbkzxlist {
    display: none;
}

.sltabbox .tbkzxlist.cur {
    display: block;
    width: 90%;
}

.slyytit {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0;
    color: #CC0000;
}

.slyytip {
    font-size: 12px;
    color: #CC0000;
    text-align: center;
}

.slyybox table {
    width: 100%;
    font-size: 14px;
}

.slyybox table input {
    border: 1px solid #aaa;
    height: 20px;
}

.slyybox table .red {
    color: #B80000;
}

.slyybox td {
    padding-left: 5px;
    line-height: 30px;
}

.szsyxbox {
    box-sizing: border-box;
}

.szsyxtit {
    color: #760708;
}

.college-list-con {
    margin-right: -20px;
}

.college-block {
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    padding: 10px;
    width: 248px;
    height: 265px;
    border: 1px solid #e3e3e3;
}

.college-block h3 {
    margin-top: 5px;
    padding-bottom: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #9b1111;
}

.college-block h3 a {
    color: #9b1111;
    display: inline-block;
    width: 198px;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    margin-top: -3px;
}

.college-block .enter-btn {
    display: block;
    width: 42px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #eb613c;
    color: #eb613c;
    font-size: 12px;
    text-align: center;
    border-radius: 2px;
    margin-top: 0;
}

.college-block .enter-btn:hover {
    background: #eb613c;
    color: #fff;
}

.college-block p {
    line-height: 22px;
    font-size: 14px;
    color: #666;
    text-indent: 2em;
    height: 154px;
    overflow: hidden;
}

.college-block p a {
    color: #666;
}

.college-block .jz,
.college-block .xf {
    height: 36px;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.college-block .jz {
    width: 120px;
    border-right: 1px solid #e3e3e3;
}

.college-block .xf {
    width: 75px;
}

.college-block .jz a,
.college-block .xf span {
    display: block;
    margin-top: 5px;
    color: #eb613c;
}

.college-block .jz a.tit {
    margin-top: 0;
    color: #666;
}

.college-block-hov {
    box-shadow: 0 0 6px rgba(202, 202, 202, .5);
}

.zjjztit span, .borrderb div {
    color: #be0000;
}

.zjjztit span::after, .friendnav span.cur {
    background: #be0000;
}

.zjjztit a, .leftbtit.normaltit a {
    color: #be0000;
    background: url(../images/redtitmoreicon.png) no-repeat right;
}

.leftbtit span {
    color: #be0000;
    border-bottom: 2px solid #bc0000;
    padding-bottom: 6px;
    padding-right: 15px;
    padding-left: 10px;
    border-left:1px solid #fff;
}

.leftbtit a {
    color: #be0000;
    background: url(../images/redtitmoreicon.png) no-repeat right;
}

.chatnavtab li.cur {
    background: #be0000;
}

.lwdesbox li .lwtit:hover {
    color: #be0000;
}

.sindexturn {
    display: block;
    /*height: 90px;*/
    height: 104px;
    background: #2fcf9f;
    color: #fff !important;
    text-align: center;
    line-height: 90px;
    font-size: 16px;
    /*margin-top: 38px;*/
    margin-top: 10px;
    border-radius: 6px;
    padding-top: 14px;
}

.sindexturn:hover {
    color: #fff;
}

div.pagination .current, div.pagination a:hover {
    background: #be0000;
}
