@charset "utf-8";
/* 学校详情 */
body{
    background: rgba(236, 243, 255, 0.62);
}
.school-basic-info{
    padding: 0 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
}
.basic-info-top{
    padding: 40px 0 30px;
    position: relative;
}
.info-top-logo{
    float: left;
    width: 120px;
    height: 120px;
}
.info-top-logo img{
    width: 100%;
    height: 100%;
}
.info-top-logo img{
    width: 100%;
    height: 100%;
}
.info-top-data{
    float: left;
    width: 300px;
    margin-left: 30px;
}
.info-top-data .name{
    height: 32px;
    font-size: 24px;
    line-height: 32px;
    color: #333;
}
.info-top-data .attr{
    height: 36px;
    margin-top: 14px;
}
.info-top-data .attr .label{
    float: left;
    padding: 0 14px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #0745B2;
    background-color: #EDF2FA;
    margin-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.info-top-data .attr .label:last-child{
    margin-right: 0;
}
.info-top-data .addr{
    padding-left: 20px;
    height: 24px;
    font-size: 15px;
    line-height: 24px;
    color: #9E9E9E;
    margin-top: 14px;
    position: relative;
}
.info-top-data .addr:before{
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    width: 11px;
    height: 13px;
    background: url('../images/dz-icon-group.png') no-repeat -250px -640px;
    margin-top: -6px;
}
.basic-info-top .seek-right-item{
    position: absolute;
    right: 0;
    top: 24px;
    width:284px;
}
.basic-info-top .seek-right-item .seek-code{
    float: left;
    width: 114px;
    height: 114px;
    padding: 8px;
    background: url('../images/dz-icon-group.png') 0 -116px no-repeat;
}
.article-seek-right .seek-right-item .seek-code img{
    width: 114px;
    height: 114px;
}
.basic-info-top .seek-right-item .seek-word{
    float: right;
    padding-top: 16px;
}
.basic-info-top .seek-right-item .seek-tit{
    font-size: 18px;
    color: #333;
}
.basic-info-top .seek-right-item .seek-txt{
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
.basic-info-top .seek-right-item .seek-txt .color{
    color: #E13B29
}

.basic-info-bottom{
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
}
.dz-focus-banners{
    float: left;
    width: 440px;
    height: 240px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}
.dz-focus-banners .banners,
.dz-focus-banners .banners li{
    width: 440px;
    height: 240px;
    overflow: hidden;
}
.dz-focus-banners .banners a{
    display: table-cell;
    width: 440px;
    height: 240px;
    text-align: center;
    vertical-align: middle;
}
.dz-focus-banners .banners a img{
    max-height: 100%;
    max-width: 100%;
}
.dz-focus-banners .focus{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index:99;
    text-align: center;
    width: 100%;
    height: 12px;
}
.dz-focus-banners .focus > ul{
    height: 12px;
    text-align: center;
}
.dz-focus-banners .focus > ul > li{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    cursor: pointer;
    vertical-align: top;
    background-color: rgba(0,0,0,.5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.dz-focus-banners .focus > ul > li.on{
    background-color: rgba(255,255,255, 1);
}

.info-bottom-data{
    float: right;
    width: 1056px;
    height: 240px;
}
.bottom-data-tit{
    padding-top: 5px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    color: #333;
}
.info-bottom-data .major-list{
    margin-top: 12px;
}
.info-bottom-data .major-list .major-item{
    float: left;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    color: #ff7319;
    padding: 0 14px;
    background: #FFF9F2;
    box-sizing: border-box;
    border: 1px solid #FFDFBA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
}
.info-bottom-data .school-data{
    margin-top: 24px;
}
.info-bottom-data .school-i{
    padding-left: 27px;
    font-size: 15px;
    line-height: 40px;
    color: #666;
    position: relative;
}
.info-bottom-data .school-i:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin: -8px 0 0 0;
    background: url('../images/dz-icon-group.png') -468px -11px no-repeat;
}
.info-bottom-data .school-i:nth-of-type(2):before{
    background-position: -468px -50px;
}
.info-bottom-data .school-i:nth-of-type(3):before{
    background-position: -468px -91px;
}

.detail-info-block{
    margin: 33px auto 60px;
}
.detail-info-tabs {
    height: 60px;
    /*position: sticky;*/
    /*top: 0;*/
    /*z-index: 1;*/
}
.tabs-nav-list{
    border-bottom: 2px solid #0745B2;
    background: rgba(236, 243, 255, 0.62);
}
.tabs-nav-list li{
    float: left;
    width: 200px;
    height: 60px;
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.tabs-nav-list li.on{
    color: #fff;
    background-color: #0745B2;
}
.detail-info-content{
    margin-top: 20px;
}
.detail-info-tabcon{
    display: none;
    float: left;
    width: 1144px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
}
.detail-info-tabcon.on{
    display: block;
}
.school-brief-wrap{
    padding: 20px 30px;
    overflow: hidden;
	line-height: 32px;
	font-size: 16px;
}
.school-brief-wrap *{
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

/* 学校动态 */
.column-information-list{
    padding: 15px 30px;
}
.column-information-list li{
    border-bottom: 1px dashed #DEE3ED;
}
.column-information-list li:last-child{
    border-bottom: none;
}
.column-information-list li a{
    display: block;
    height: 50px;
    padding-left: 10px;
    position: relative;
}
.column-information-list li a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #0745B2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.column-information-list li a .tit{
    float: left;
    width: 85%;
    height: 50px;
    font-family: Arial;
    font-size: 16px;
    line-height: 50px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.column-information-list li:hover a .tit{
    color: #0745B2;
}
.column-information-list li a .date{
    float: right;
    height: 50px;
    font-family: Arial;
    font-size: 16px;
    line-height: 50px;
    text-align: right;
    color: #999;
}

/* 招生专业 */
.enrollment-majors-table{
    padding: 0 30px;
    width: 100%;
}
.enrollment-majors-table th{
    height: 70px;
    text-align: center;
    font-size: 16px;
    color: #999;
}
.enrollment-majors-table th:first-child{
    text-align: left;
    padding-left: 50px;
}
.enrollment-majors-table tbody tr{

    border-bottom: 1px dashed #DEE3ED;
}
.enrollment-majors-table tbody td{
    height: 62px;
    font-size: 16px;
    color: #333;
    text-align: center;
}
.enrollment-majors-table tbody tr td:first-child{
    text-align: left;
    padding-left: 50px;
}
.enrollment-majors-table tbody td a{
    color: #0745B2;
}

/* 招生简章 */
.recruitment-brochure-wrap{
    padding: 30px;
}
.recruitment-brochure-title{
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #333;
}
.recruitment-brochure-con{
    overflow: hidden;
    margin-top: 46px;
	line-height: 32px;
	font-size: 16px;
}
.recruitment-brochure-con *{
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.recruitment-brochure-con img{
    max-width: 100%;
}
.recruitment-brochure-con table{
	margin-top: 15px;
	border: 1px solid #333;
	border-right: none;
	border-bottom: none;
}
.recruitment-brochure-con table td {
    border-right: 1px solid #333;
	 border-bottom: 1px solid #333;	
}

/* 同省院校推荐 */
.right-side-wrap{
    float: right;
    width: 387px;
    padding: 28px 20px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
}
.right-side-title{
    font-size: 20px;
    font-weight: bold;
    padding-left: 11px;
    position: relative;
}
.right-side-title:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #0745B2;
    margin-top: -6px;
}
.recommend-school-list{
    margin-top: 35px;
}
.recommend-school-list li{
    margin-bottom: 26px;
}
.recommend-school-list li a{
    display: block;
    height: 54px;
}
.recommend-school-list li a .left{
    height: 54px;
    float: left;
    width: 320px;
}
.recommend-school-list li a .left .logo{
    float: left;
    width: 46px;
    height: 46px;
    padding: 4px 0;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
}
.recommend-school-list li a .left .logo img{
    width: 100%;
    height: 100%;
}
.recommend-school-list li a .left .info{
    float: left;
    width: 258px;
    height: 54px;
    margin-left: 16px;
}
.recommend-school-list li a .left .info .name{
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recommend-school-list li .attr{
    height: 24px;
}
.recommend-school-list li .attr .label{
    float: left;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    padding: 0 12px;
    position: relative;
}
.recommend-school-list li .attr .label:first-child{
    padding-left: 0;
}
.recommend-school-list li .attr .label:after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    height: 14px;
    width: 1px;
    margin-top: -7px;
    background-color: #e5e5e5;
}
.recommend-school-list li .attr .label:last-child:after{
    display: none;
}
.recommend-school-list li .rank{
    float: right;
    height: 54px;
    line-height: 54px;
    font-size: 32px;
    font-weight: bold;
    color: #CACACA;
    font-family: Arial;
}
.recommend-school-list li:nth-of-type(1) .rank{
    color: #E4551D;
}
.recommend-school-list li:nth-of-type(2) .rank{
    color: #FFAA00;
}
.recommend-school-list li:nth-of-type(3) .rank{
    color: #835F3A;
}
