/*公有样式开始*/
::-webkit-input-placeholder { /* WebKit browsers */
    color: #c8c8c8;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c8c8c8;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c8c8c8;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #c8c8c8;
}


input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: textfield;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.main_content::after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.shadow {
    -webkit-box-shadow: 0 0 11px 1px #e8e7e7;
    box-shadow: 0 0 11px 1px #e8e7e7;
}

.bor {
    border: 1px solid #e2e2e2;
}

/*公有样式结束*/

/*快捷入口开始*/
.main_content {
    margin: 50px 0;
}

.main_content > .left {
    width: 310px;
}

.main_content > .right {
    width: 860px;
}

.main_content .quick_entry {
    display: block;
    margin-bottom: 28px;
}

.floor .title {
    height: 45px;
    line-height: 45px;
    width: 100%;
    background: #f5f5f5;
    padding-right: 11px;
    border-bottom: 1px solid #e2e2e2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-size: 0;
}

.floor .title span {
    font-size: 18px;
    color: white;
    line-height: 45px;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    height: 101%;
    background: #990000;
    vertical-align: top;
}

.floor .title .move {
    font-size: 14px;
    float: right;
    display: inline-block;
    color: #999;
    cursor: pointer;
}

.floor .title .move:hover {
    color: #990000;
}

.quick_entry .list li {
    width: 50%;
    height: 136px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border: 1px dashed #D6D6D6;
    float: left;
    text-align: center;
}

.quick_entry .list li:nth-of-type(1) {
    border-width: 0 1px 1px 0;
}

.quick_entry .list li:nth-of-type(2) {
    border-width: 0 0 1px 1px;
}

.quick_entry .list li:nth-of-type(3) {
    border-width: 1px 1px 0 0;
}

.quick_entry .list li:nth-of-type(4) {
    border-width: 1px 0 0 1px;
}

.quick_entry .list li a {
    padding-top: 31px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    height: 100%;
    cursor: pointer;
}

.quick_entry .list::after {
    content: "";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.quick_entry .qe-icon {
    width: 59px;
    height: 52px;
    display: block;
    margin: 0 auto;
    background: url(../img/public/quickEntry-icons.png) -6px -16px/280px 150px no-repeat;
}

.quick_entry li:nth-of-type(2) .qe-icon {
    -ms-background-position-x: -84px;
    background-position-x: -84px;
}

.quick_entry li:nth-of-type(3) .qe-icon {
    -ms-background-position: -157px -16px;
    background-position: -157px -16px;

}

.quick_entry li:nth-of-type(4) .qe-icon {
    -ms-background-position-x: -234px;
    background-position-x: -234px;
    -o-background-size: 296px 159px;
       background-size: 296px 159px;
}

.quick_entry .qe-txt {
    text-align: center;
    font-size: 20px;
    display: block;
    color: rgba(51, 51, 51, 1);
    margin-top: 11px;
    line-height: 100%;
}

.quick_entry .list li:hover {
    border-color: #971110;
}

.quick_entry .list a:hover {
    background: #c0090b;
    border-color: #fff;
}

.quick_entry .list a:hover .qe-txt {
    color: #fff;
}

.quick_entry a:hover .qe-icon {
    -ms-background-position-y: -86px;
    background-position-y: -86px;
}

.quick_entry li:nth-of-type(2) a:hover .qe-icon {
    -ms-background-position: -84px -83px;
    background-position: -84px -83px;
}

.quick_entry li:nth-of-type(3) a:hover .qe-icon {
    -ms-background-position-y: -83px;
    background-position-y: -83px;
}

.quick_entry li:nth-of-type(4) a:hover .qe-icon {
    -ms-background-position: -234px -87px;
    background-position: -234px -87px;
}

/*快捷入口结束*/

/*招生资讯开始*/
.recruit_stu_info {
    margin-bottom: 28px;
}

.recruit_stu_info .list a {
    height: 37px;
    line-height: 35px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #464646;
}

.recruit_stu_info .list a::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    background: rgba(51, 51, 51, 1);
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 11px;
}

.recruit_stu_info .list a:hover {
    color: #f70505;
}

.recruit_stu_info .list a:hover::before {
    background: #f70505;
}

.recruit_stu_info .list {
    padding: 10px 13px 15px;
}

/*招生资讯结束*/

/*春季报考开始*/
.spring-exam {
    position: relative;
    padding-bottom: 16px;
}

.spring-exam .title {
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
}

.spring-exam form label {
    font-size: 0;
    display: block;
    margin-bottom: 16px;
}

.spring-exam form label:last-of-type {
    margin-bottom: 21px;
}

.spring-exam form span {
    font-size: 16px;
    display: inline-block;
    color: #333;
    margin-right: 12px;
}

.spring-exam form select {
    background-position-x: 94%;
    padding: 0;
}

.spring-exam form input, .spring-exam form select {
    width: 182px;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    font-size: 14px;
    color: #333;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(221, 221, 221, 1);
}

.main_content form {
    text-align: center;
}

.spring-exam form {
    text-align: center;
    padding: 26px 0 15px;
}

.spring-exam form input[type=submit] {
    width: 266px;
    height: 40px;
    background: rgba(191, 10, 10, 1);
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: white;
    border: 0;
    cursor: pointer;
    letter-spacing: 1px;
}

.spring-exam form input[type=submit]:focus, .spring-exam form input[type=submit]:hover {
    opacity: .8;
    border: 0 !important;
}

input:focus, textarea:focus, select:focus {
    border: 1px solid #ef2525 !important;
}

.spring-exam .prompt {
    width: 270px;
    margin: 0 auto;
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
    line-height: 19px;
    text-align: center;
}

/*春季报考结束*/


/*文章路径开始*/
.major_setup {
    height: auto;
    overflow: hidden;
    padding-bottom: 14px;
    min-height: 1117px;
}

.major_setup .path li a {
    font-size: 16px;
    color: #28323E;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
}

.major_setup .path li a:hover {
    color: #990000 !important;
    text-decoration: underline;
}

.major_setup .path li.active a {
    color: #E21A37;
}

.major_setup .path {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

.major_setup .path li {
    float: left;
    font-size: 0;
    text-align: left;
}

.major_setup .path li::after {
    content: ">";
    font-size: 14px;
    color: black;
    margin: 0 14px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
}

.major_setup .path li:last-child::after {
    content: "";
    font-size: 0;
    margin: 0;
}

/*文章路径结束*/

