/*公有样式*/
.body1200 {
    width: 1200px;
    margin: 0 auto;
}

/*导航栏*/
.headH-nav {
    width: 100%;
    margin: 22px 0;
}

.headH-nav:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.headH-nav-list {
    float: left;
}

.headH-nav-location {
    float: right;
    width: auto;
    clear: none;
    margin-top: 10px;
}

.headH-nav-location > a {
    margin: 0;
}

.headH-nav-list {
    font-size: 0;
    text-align: left;
}

.headH-nav-logo {
    width: 123px;
    display: inline-block;
    margin-right: 26px;
}

.headH-nav-group {
    display: inline-block;
}

.headH-nav-group > li {
    float: left;
    position: relative;
    margin-right: 20px;
}

.headH-nav-items {
    position: absolute;
    left: 0;
    top: 46px;
    z-index: 9;
    border-bottom: 0;
    display: none;
    -webkit-box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.2);
}

.headH-nav-group li.active .headH-nav-items {
    display: block;
}

.headH-nav-group li.active .headH-nav-btn {
    background-color: #ED232F;
    color: #fff;
}

.headH-nav-list li {
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.headH-nav-list li a {
    display: block;
}

.headH-nav-btn {
    min-width: 98px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 36px;
    line-height: 26px;
    text-align: center;
    background: #DCDCDC;
    color: #666;
    text-decoration: none !important;
    display: block;
}

.headH-nav-btn:hover {
    color: #fff;
}

.headH-nav-btn.active {
    background-color: #ec222e;
    color: #fff;
}

.headH-nav-items a {
    min-width: 98px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: white;
    text-decoration: none;
    color: #666;
    user-select: none;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.headH-nav-items a:hover {
    color: #ed232f;
}

.headH-nav-items li {
    border-bottom: 1px solid #ddd;
}

/*banner*/
.headH-banner-info, .headH-colleges-info {
    width: 100%;
    min-height: 42px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    color: white;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(51, 51, 51, .5);
    letter-spacing: 1px;
}

.headH-banner {
    height: 319px;
}

.headH-banner .slideBox, .headH-colleges .slideBox {
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.headH-banner .slideBox .hd, .headH-colleges .slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 24px;
    bottom: 13px;
    z-index: 1;
}

.headH-banner .slideBox .hd ul, .headH-colleges .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.headH-banner .slideBox .hd ul li, .headH-colleges .slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    line-height: 9px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.headH-banner .slideBox .hd ul li.on, .headH-colleges .slideBox .hd ul li.on {
    background: #fff;
}

.headH-banner .slideBox .bd, .headH-colleges .slideBox .bd {
    position: relative;
    z-index: 0;
}

.headH-banner .slideBox .bd li, .headH-colleges .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.headH-banner .slideBox .bd img, .headH-colleges .slideBox .bd img {
    width: 100%;
    height: 319px;
    display: block;
}

.headH-colleges .slideBox .bd li {
    height: 252px;
    position: relative;
}

.headH-colleges .slideBox .bd img {
    height: 100%;
}

.headH-colleges {
    margin-top: 20px;
}

.headH-colleges .slideBox .hd {
    top: 0;
    right: 0;
    overflow: visible;
}

.headH-colleges .slideBox .hd ul li {
    border-radius: initial;
    width: auto;
    height: auto;
    padding: 5px 6px;
    background: rgba(0, 0, 0, .2);
    border: 0;
    color: white;
    margin-right: 2px;
}

.headH-colleges .slideBox .hd ul li:last-of-type {
    margin-right: 0;
}

.headH-colleges .slideBox .hd ul li.on {
    background: #f10606;
}

.headH-colleges-info {
    font-size: 16px;
    text-align: center;
}
.pageDiv {
    padding: 30px 20px 0;
    text-align: right;
    color: #ccc;
    clear: both;
}

.pageDiv a {
    display: inline-block;
    color: #7d7d7d;
    background: white;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 3px 14px;
    border: 1px solid #d9d9d9;
    margin: 0 2px;
    vertical-align: middle;
    font-size: 14px;
}

.pageDiv a:hover {
    text-decoration: none;
    border: 1px solid #aaa;
}

.pageDiv span {
    height: 25px;
    line-height: 25px;
    padding: 3px 14px;
    vertical-align: middle;
}

.pageDiv span.current {
    display: inline-block;
    margin: 0 2px;
    color: #ed601b;
    border-radius: 0;
    vertical-align: middle;
    height: 25px;
    line-height: 25px;
    border: 1px solid;
    font-size: 14px;
    padding: 3px 14px;
    background: #f6d6d6;
}
.pageDiv span.disabled {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 3px 18px;
    margin: 0 2px;
    color: #bfbfbf;
    background: #f2f2f2;
    border: 1px solid #d9d9d9;
    vertical-align: middle;
}

.pageDiv span.pagecount {
    padding: 0 10px;
    font-size: 14px;
    color: #7d7d7d;
    margin-right: -30px;
}

.pageDiv span.countYe {
    color: #7d7d7d;
    font-size: 14px;
    margin-left: 30px;
    vertical-align: baseline;
}

.pageDiv span.countYe input {
    outline: none;
    border: 1px solid #ddd;
    height: 25px;
    padding: 3px 10px;
    width: 25px;
    margin: 0 5px;
}

.pageDiv a.turndown {
    padding: 3px 10px;
}
/*右侧提升表单*/
.headI-edu-degree .select_box .select_content span {
    color: #727171;
}

.headI-edu-degree .select_box {
    position: relative;
    font-size: 25px;
    color: #333;
}

.headI-edu-degree .select_box .select_content i {
    width: 13px;
    height: 13px;
    background: url(../toutiaoimages/down-grey-icon.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 47px;
    top: 50%;
    margin-top: -4px;
}

.headI-edu-degree .select_box .select_content.active i {
    background-image: url("../toutiaoimages/up-grey-icon.png");
}

.headI-edu-degree .select_box .select_list {
    width: 290px;
    height: 199px;
    overflow-y: scroll;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: -145px;
    display: none;
    z-index: 999;
    border-radius: 12px;
}

.headI-edu-degree .select_box .select_list > li {
    text-align: left;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #dddddd;
    padding: 0 19px;
    color: #333;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.headI-edu-degree .select_box .select_list > li:last-of-type {
    border-bottom: 0;
}

.headI-edu-degree .select_box .select_list > li.active {
    background-color: #eee;
}

.headI-edu-degree .register form label .select_box {
    margin-left: 19px;
    margin-right: 10px;
}

.headI-edu-degree .popular-major table {
    width: 702px;
    margin: 0 auto;
}

.headI-edu-degree .popular-major table tr {
    font-size: 24px;
}

.headI-edu-degree form input, .headI-edu-degree .select_box .select_content {
    width: 290px;
    height: 45px;
    line-height: 45px;
    display: block;
    background: rgba(242, 242, 242, 1);
    border-radius: 6px;
    border: 0;
    padding: 0 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 14px;
    font-size: 14px;
}

.headI-edu-degree form input::-webkit-input-placeholder {
    color: #666;
}

.headI-edu-degree form input::-moz-placeholder {
    color: #666;
}

.headI-edu-degree form input:-ms-input-placeholder {
    color: #666;
}

.headI-edu-degree form input::-ms-input-placeholder {
    color: #666;
}

.headI-edu-degree form input::placeholder {
    color: #666;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: textfield;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.agg-edu-degree form {
    width: 276px;
    margin: 22px auto;
}

.headI-contright {
    padding: 0;
    width: 360px;
    border: 0;
    overflow: visible;
}

.contleft {
    width: 820px;
    overflow: hidden;
}

.headI-edu-degree {
    height: 319px;
    border: 1px solid #eee;
}

.headI-edu-degree form input[type="submit"] {
    background: -o-linear-gradient(bottom, rgba(237, 35, 47, 1), rgba(242, 198, 63, 1));
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(237, 35, 47, 1)), to(rgba(242, 198, 63, 1)));
    background: linear-gradient(0deg, rgba(237, 35, 47, 1), rgba(242, 198, 63, 1));
    font-size: 16px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 2px;
}

.headI-contright .eadI-edu-title {
    width: 100%;
    height: 52px;
    line-height: 52px;
    background: url("http://www.liexue.cn/template/default/toutiaoimages/headI-edutBg.jpg") left top/100% 100% no-repeat;
    margin-bottom: 22px;
}

.headI-contright .eadI-edu-title h3 {
    font-size: 20px;
    color: #fff;
    text-align: center;
}


/*右侧专业列表*/
.headI-contright .headI-major-list {
    font-size: 0;
    text-align: left;
    margin-top: 40px;
    border: 1px solid #eee;
}

.headI-contright .headI-major-title {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    padding: 8px 0;
    border-bottom: 1px dashed #ddd;
    position: relative;
}

.headI-contright .headI-major-title:before {
    content: "";
    width: 4px;
    height: 18px;
    display: inline-block;
    margin-right: 8px;
    background: #EC232F;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.headI-contright .headI-major-list.headI-recomm b {
    width: 85px;
}

.headI-contright .headI-major-list b {
    font-size: 14px;
    color: rgba(237, 35, 47, 1);
    display: inline-block;
    line-height: 100%;
    vertical-align: middle;
    border-right: 1px solid #e8e8e8;
    padding-right: 13px;
    margin-right: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.headI-contright .headI-major-list p {
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
    display: inline-block;
    line-height: 100%;
    vertical-align: middle;
    width: 190px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.headI-contright .headI-major-list li > a {
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 0;
}

.headI-contright .headI-major-list li:not(:last-of-type) {
    border-bottom: 1px solid #eee;
}

.headI-contright .headI-major-list li:hover p, .headI-contright .headI-major-list dd a:hover {
    color: red;
}

/*文章列表*/
.headH-article {
    margin-top: 20px;
}

.headH-article .pagination2 {
    margin: 30px 0 20px;
}

.headI-brandSch-list li {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding: 18px 0;
    padding-right: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.headI-brandSch-list li:hover .listcontinfo-tl{
    color: red;
}

.headI-brandSch li:hover .listcontinfo .lcontent {
    color: #5c5b5b;
}

.headI-brandSch-list li:hover {
    border-color: #ffc2c2;
}

.headI-brandSch .listcontimg {
    width: 180px;
}

.headI-brandSch .listcontimg img {
    width: 100%;
    height: 135px;
    display: block;
}

.headI-brandSch .listcontinfo {
    width: 600px;
    min-height: 135px;
    position: relative;
}

.headI-brandSch .listcontinfo .listcontinfo-tl {
    margin-top: 0;
    color: black;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.headI-BSL-noNews{
    border: 1px solid #eee;
    margin-top: 42px;
    height: 400px;
    position: relative;
    display: none;
}
.headI-BSL-noNews img{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 130px;
    height: 184px;
    margin-left: -65px;
    margin-top: -92px;
}
.listcontinfo .listcontinfo-tl .ltitle {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 570px;
    max-width: none;
    overflow: hidden;
    color: inherit;
}

.headI-brandSch .listcontinfo font.ldate {
    margin: 0;
    margin-top: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.headI-brandSch .ldate {
    font-size: 0;
}

.headI-brandSch .ldate span:first-of-type {
    margin-right: 20px;
}

.headI-brandSch .ldate span {
    color: #666;
    font-size: 14px;
    display: inline-block;
}

.headI-brandSch .ldate i {
    padding: 2px 5px;
    height: 14px;
    line-height: 14px;
    border: 1px solid #ED232F;
    border-radius: 9px;
    font-size: 12px;
    color: #ed232f;
    margin-left: 6px;
    display: inline-block;
}

.headI-contright .headI-major-recomm p {
    width: 100%;
}

.headI-contright .headI-major-recomm li {
    border-bottom: 0 !important;
}

.headI-contright .headI-major-recomm ul {
    padding: 12px 7px 12px 12px;
}

.headI-contright .headI-major-recomm p:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #dcdcdc;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.headI-contright .headI-major-title a {
    color: #a4a4a4;
    font-size: 15px;
    display: inline-block;
    position: absolute;
    right: 9px;
    text-decoration: none !important;
}

.headI-contright .headI-major-title a:hover {
    color: red;
}

/*右侧专业列表*/
.contright {
    float: right;
    width: 360px;
}

.headI-contright .headI-major-title {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    padding: 8px 0;
    border-bottom: 1px dashed #ddd;
}

.headI-contright .headI-major-title:before {
    content: "";
    width: 4px;
    height: 18px;
    display: inline-block;
    margin-right: 8px;
    background: #EC232F;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.headI-contright .headI-major-list.headI-recomm dt a {
    min-width: 85px;
    text-align: left;
    padding: 0 7px;
}

.headI-contright .headI-major-list.headI-recomm dd {
    width: 70%;
}

.contright-hotmenu dl {
    line-height: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
}

.headI-contright .headI-major-list dt {
    display: inline-block;
}

.headI-contright .headI-major-list dt a {
    font-size: 14px;
    color: #ED232F;
    line-height: 36px;
    vertical-align: middle;
    margin-right: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 55px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.headI-contright .headI-major-list dt a:after {
    content: "";
    width: 1px;
    height: 12px;
    background: #e2e2e2;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
}

.headI-contright .headI-major-list dd {
    width: 75%;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
    top: -1px;
}

.headI-contright .headI-major-list .headI-Major-Ellips {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.headI-contright .headI-major-list dd a {
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
    line-height: 100%;
    vertical-align: middle;
}


.headI-contright .headI-major-list li:not(:last-of-type) {
    border-bottom: 1px solid #eee;
}

/*更多列表模块*/
.footbanner {
    margin: 0 !important;
}

.secfoot {
    padding-top: 32x !important;
}
