<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*鍏湁鏍峰紡寮€濮�*/
::-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;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/down.png) no-repeat scroll 97% center transparent;
    text-indent: 7px;
}

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 &gt; .left {
    width: 310px;
}

.main_content &gt; .right {
    width: 860px;
}

.main_content .quick_entry {
    display: block;
    margin-bottom: 26px;
}

.floor .title {
    height: 50px;
    line-height: 50px;
    width: 100%;
    background: #f5f5f5;
    border-bottom: 1px solid #e2e2e2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 9px 0 16px;
}

.floor .title span {
    font-size: 20px;
    color: #333;
    line-height: 51px;
    display: inline-block;
    height: 101%;
    border-bottom: 3px solid #971110;
}

.floor .title .move {
    font-size: 14px;
    float: right;
    display: inline-block;
    color: #999;
    cursor: pointer;
}

.floor .title .move:hover {
    text-decoration: underline;
}

.quick_entry .list li {
    width: 50%;
    height: 137px;
    -webkit-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;
            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(../images/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;
    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:#dc2c2b;
    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: 26px;
}

.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: 16px;
    color: #333;
}

.recruit_stu_info .list a::before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background: rgba(51, 51, 51, 1);
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 7px;
    border-radius: 50%;
}

.recruit_stu_info .list a:hover {
    color: #bf0a0a;
}

.recruit_stu_info .list a:hover::before {
    background: #bf0a0a;
}

.recruit_stu_info .list {
    padding: 10px 13px 15px;
}

/*鎷涚敓璧勮缁撴潫*/

/*鏄ュ鎶ヨ€冨紑濮�*/
.campusOpen-day {
    text-align: center;
    font-size: 0;
    padding-bottom: 29px;
}

.campusOpen-day .title {
    font-size: 18px;
    text-align: left;
    color: rgba(51, 51, 51, 1);
}
.campusOpen-day .co-icon{
    width: 290px;
    display: block;
    margin: 20px auto 16px;
}
.campusOpen-day .co-btn{
    min-width:200px;
    height:47px;
    line-height: 47px;
    padding: 0 10px;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    background:rgba(191,10,10,1);
    border-radius:24px;
    font-size: 16px;
    color: #FFF;
    cursor: pointer;
}
.campusOpen-day .co-btn:hover{
    opacity: .8;
}

/*鏄ュ鎶ヨ€冨紑濮�*/
.campusOpen-day {
    position: relative;
    padding-bottom: 16px;
}

.campusOpen-day form label {
    font-size: 0;
    display: block;
    margin-bottom: 16px;
}

.campusOpen-day form label:last-of-type {
    margin-bottom: 21px;
}

.campusOpen-day form span {
    font-size: 16px;
    display: inline-block;
    color: #333;
    margin-right: 12px;
}

.campusOpen-day form select {
    background-position-x: 94%;
    padding: 0;
}

.campusOpen-day form input, .campusOpen-day 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;
}

.campusOpen-day form {
    text-align: center;
    padding: 5px 0 15px;
    position: relative;
}

.campusOpen-day 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;
}

.campusOpen-day form input[type=submit]:focus, .campusOpen-day form input[type=submit]:hover {
    opacity: .8;
    border: 0 !important;
}

input:focus, textarea:focus, select:focus {
    border: 1px solid #ef2525 !important;
}

.campusOpen-day .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: 1011px;
}

.major_setup .path li a {
    font-size: 14px;
    color: black;
    cursor: pointer;
}

.major_setup .path li a:hover {
    text-decoration: underline;
}

.major_setup .path li.active a {
    color: #E21A37;
}

.major_setup .path {
    overflow: hidden;
}

.major_setup .path li {
    float: left;
    font-size: 0;
}

.major_setup .path li::after {
    content: "&gt;";
    font-size: 14px;
    color: black;
    margin: 0 12px;
}

.major_setup .path li:last-child::after {
    content: "";
    font-size: 0;
    margin: 0;
}

/*鏂囩珷璺緞缁撴潫*/

</pre></body></html>