<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*é™¢æ&nbsp;¡åˆ—è¡¨*/
.sch-SBSchoolList-attr {
    padding: 10px 20px;
    box-shadow: 1px 8px 5px 0px rgb(65 115 178 / 13%);
    background-color: #fff;
}

.sch-SBSchoolList-attr .sch-box {
    display: flex;
    justify-content: start;
}

.sch-SBSchoolList-attr .sch-box:not(:last-child) {
    border-bottom: 1px dashed #e4e4e4;
}

.sch-SBSchoolList-attr .sch-box .sch-cell {
    padding: 7px 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 12px;
    border-radius: 22px;
    color: #333;
    font-size: 14px;
}

.sch-SBSchoolList-attr .sch-box .sch-cell-type {
    margin-bottom: 10px;
    position: relative;
    padding-top: 10px;
    line-height: 15px;
    color: gray;
    width: 75px;
}


.sch-SBSchoolList-attr .biaoti {
font-size: 15px;
    color: #000;
    font-weight: 700;
    padding: 30px 0 30PX 15PX;
}


.sch-SBSchoolList-attr .sch-box .sch-cell-type p {
   FONT-SIZE: 14PX;
    margin-top: 5px;
    color: #999;
}
.sch-SBSchoolList-attr .sch-box .sch-cell-type span {
    FONT-SIZE: 14PX;margin-left: 20px;
}
.sch-SBSchoolList-attr .sch-box .sch-cell-box {
    width: 1050px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    position: relative;
    padding-top: 10px;
}

.sch-SBSchoolList-attr .sch-box .sch-active {
    background-color: #eb4b30;
    color: #fff;
    cursor: pointer;
}

.sch-SBSchoolList-list {
    padding: 0;
    box-shadow: 1px 8px 5px 0px rgb(65 115 178 / 13%);
    background-color: #fff;
    margin: 10px 0;
}

.sch-SBSchoolList-list .sch-search-count {
    border-bottom: 1px solid #e4e4e4;
    color: gray;
    padding-left: 20px;
    line-height: 55px;
}

.sch-SBSchoolList-list .sch-search-count .count {
    font-weight: bold;
    color: #f95539;
    font-size: 13px;
    padding: 0 3px;
}

.sch-SBSchoolList-list li.sch-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px 15px 20px;
}

.sch-SBSchoolList-list li.sch-item:hover {
    background-color: #fdf4f4;
    cursor: pointer;
}


.sch-SBSchoolList-list li.sch-item .sch-item-text {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.sch-SBSchoolList-list li.sch-item:not(:last-child) {
    border-bottom: 1px solid #F8F8F8;
}

.sch-SBSchoolList-list li .sch-logo {
    width: 60px;
    height: 60px;
}

.sch-SBSchoolList-attr .sch-box .sch-cell:hover {
    background-color: #E84B30;
    color: #fff;
    cursor: pointer;
}


.SBSchoolList .box .cell-box .cell-txt:hover {
    cursor: pointer;
}


.sch-name-extend {
    margin-top: 10px;
}

.sch-SBSchoolList-list li .sch-logo img {
    width: 100%;
}

.sch-SBSchoolList-list li .sch-name {
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.sch-SBSchoolList-list li .sch-name .sch-name-detail a {
    font-weight: 600;
    font-size: 16px;
}

.sch-SBSchoolList-list li .sch-name .sch-name-detail i {
    margin-left: 25px;
    font-size: 13px;
}

.sch-SBSchoolList-list li .sch-name .label {
    line-height: 24px;
    height: 24px;
    border-radius: 2px;
    flood-color: #515a6e;
    margin-right: 13px;
    color: #999;
    font-size: 12px;
}

.sch-SBSchoolList-list li .sch-item-button a {
    color: #fff;
    background-color: #f95539;
    padding: 6px 15px;
    border-radius: 25px;
}

.sch-paginate {
    display: flex;
    background: #fff;
    padding: 10px 0;
    align-items: center;
}

.sch-paginate .sch-paginate-item {
    padding: 5px;
    margin: 5px;
    background: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #f95539;
}

.sch-paginate .sch-paginate-item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #000;
}

.sch-paginate .sch-paginate-item.sch-paginate-active {
    background: #f95539;
}

.sch-paginate .sch-paginate-item.sch-paginate-active a {
    color: #fff;
}

.pages {
    text-align: center;
    background: #fff;
    margin: 0 auto;
    display: flex;
    justify-content: center;

}

/*é™¢æ&nbsp;¡è¯¦æƒ…*/
.schlog {
    padding-bottom: 40px;
}

.school-detail-nav {
    display: flex;
    margin-top: -40px;
    margin-left: 20px;
}

.school-detail-nav li {
    height: 40px;
    line-height: 40px;
    width: 120px;
    padding: 0 !important;
    font-size: 16px;
    background: hsla(0, 0%, 100%, .3);
    margin-right: 10px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    transition: color .3s cubic-bezier(.645, .045, .355, 1), border-color .3s cubic-bezier(.645, .045, .355, 1), background .3s cubic-bezier(.645, .045, .355, 1), padding .15s cubic-bezier(.645, .045, .355, 1);
}

.school-detail-nav li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.school-detail-nav li.active, .school-detail-nav li:hover {
    background: #fff;
}

.school-detail-nav li.active a, .school-detail-nav li:hover a {
    color: #f95539;
}

/*è¯¦æƒ…*/
.school-detail-wrap .sch-info-title-tag {
    border-left: 5px solid #ff5722;
    margin: 20px 0px 30px 35px;
    padding-left: 15px;
    font-size: 16px;
    color: #000;
    font-weight: 700;
}
.sch-info-title-tag2{
       border-left: 5px solid #ff5722;
    margin: 20px 0px 30px 15px;
    padding-left: 15px;
    font-size: 16px;
    color: #000;
    font-weight: 700; 
    
    
}
.sch-info-title-tag span{font-size:18px;}
.school-detail-wrap .sch-jieshao {
    padding: 10px 0 30PX 0;
    background: #fff;
    box-shadow: 1px 8px 25px 0px rgb(65 115 178 / 13%);
    border-radius: 6px 6px 0px 0px;
}

.school-detail-wrap .sch-jieshao .college-service {
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
}

.school-detail-wrap .sch-jieshao .college-service ul li {
    float: left;
    width: 12.5%;
    text-align: center;
}

.school-detail-wrap .sch-jieshao p {
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
}

.school-detail-wrap .sch-jieshao .college-service ul li {
    float: left;
    width: 12.5%;
    text-align: center;
}

.school-detail-wrap .sch-jieshao .info-detail {
    line-height: 28px;
    padding: 0 35px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-align: justify;
}


.school-detail-wrap .sch-gaikuang {
    margin: 10px 0 10PX 0;
    background: #fff;
    padding: 10px 0 30PX 0;
    box-shadow: 1px 8px 25px 0px rgb(65 115 178 / 13%);
    border-radius: 6px 6px 0px 0px;
}

.school-detail-wrap .sch-gaikuang .info-detail {
    line-height: 28px;
    padding: 0 35px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-align: justify;
}

.school-detail-wrap .sch-diy-table {
    text-align: center!important;
    width: 100%!important;
    background-color: #fff!important;
    color: #666!important;
}

.school-detail-wrap .sch-diy-table td {
    width: 25%!important;
    color: #333!important;
    text-align: center!important;
    border-top:1px solid #eddfe6!important;
}

.school-detail-wrap .sch-diy-table th {
    position: relative!important;
    padding: 9px 15px!important;
    min-height: 20px!important;
    line-height: 20px!important;
    font-size: 14px!important;
    text-align: center!important;
    border-top:1px solid #eddfe6!important;
}

.daohang p{
    float:inherit!important;
}

span.sch-update-time {
    float: right;
}

.sch-baidu{
    padding: 10px 0 30PX 0;
    background: #fff;
    box-shadow: 1px 8px 25px 0px rgb(65 115 178 / 13%);
    border-radius: 6px 6px 0px 0px;margin-top: 10px;
}
.sch-major{
    padding: 10px 0 30PX 0;
    background: #fff;
    box-shadow: 1px 8px 25px 0px rgb(65 115 178 / 13%);
    border-radius: 6px 6px 0px 0px;margin-top: 10px;
}

.sch-yxscore{
    padding: 10px 0 30PX 0;
    background: #fff;
    box-shadow: 1px 8px 25px 0px rgb(65 115 178 / 13%);
    border-radius: 6px 6px 0px 0px;margin-top: 10px;
}

.info-news {
display: inline-block;    padding: 0 35px;
}


.info-news  {overflow:hidden;margin-left:-5px;margin-top:20px}
.info-news  ul li {height:30px;width:50%;overflow:hidden;line-height:25px;margin:5px 0;float:left;}
.info-news  ul li span {display:block;width:18px;height:18px;margin:10px 10px 3px 5PX;line-height:18px;text-align:center;overflow:hidden;float:left;}
.info-news  ul li span.on {background:#f17817;color:#fff;font-size:12px;border-radius:4px;}
.info-news  ul li span.in {background:#C0BDBA;color:#fff;font-size:12px;border-radius:4px;}
.info-news  ul li em.date{float: right;margin-top: 5px;margin-right: 10px;color:#888;font-size:13px;}
.info-news  ul li a {float:left;display:block;width:330px !IMPORTANT;overflow:hidden;height:25px;line-height:25px;font-size:14PX;margin-top: 5PX;white-space: nowrap;text-overflow: ellipsis;}









.sch-yxscore table {width:960px;margin:0 auto;font-weight:400;color:#333;margin-bottom:15px;}
.sch-yxscore table td, table th {padding:6px;min-width: 0;box-sizing: border-box;text-overflow: ellipsis;vertical-align: middle;position: relative;border-bottom: 1px solid #ebeef5;border-right: 1px solid #ebeef5;font-size: 14px;}
.sch-yxscore table tbody {text-align:center}
.sch-yxscore table thead th {height:46px;text-align:center;cursor:pointer;border-right:1px solid #ebeef5}
.sch-yxscore table thead {background:#F2F5FE;border:1px solid #f4f4f4}
.sch-yxscore table {font-size:14px;border-spacing: 0;table-layout: fixed;border-collapse: separate;border-left: 1px solid #ebeef5;border-top: 1px solid #ebeef5;}
.sch-yxscore table tr:hover&gt;td {background-color: #f5f7fa;}



.score table {width:960px;margin:0 auto;font-weight:400;color:#333;margin-bottom:15px;}
.score table td, table th {padding:6px;min-width: 0;box-sizing: border-box;text-overflow: ellipsis;vertical-align: middle;position: relative;border-bottom: 1px solid #ebeef5;border-right: 1px solid #ebeef5;font-size: 14px;}
.score table tbody {text-align:center}
.score table thead th {height:46px;text-align:center;cursor:pointer;border-right:1px solid #ebeef5}
.score table thead {background:#F2F5FE;border:1px solid #f4f4f4}
.score table {font-size:14px;border-spacing: 0;table-layout: fixed;border-collapse: separate;border-left: 1px solid #ebeef5;border-top: 1px solid #ebeef5;}
.score table tr:hover&gt;td {background-color: #f5f7fa;}
.score thead tr {background: #F2F5FE!important;}


.zixun{    padding: 10px 0 30PX 0;
    background: #fff;
    box-shadow: 1px 8px 25px 0px rgb(65 115 178 / 13%);
    border-radius: 6px 6px 0px 0px;margin-top: 10px;}

.zixun .zszclist {
    padding: 0px 35px;
}
.list_itme2 {
    position: relative;
    line-height: 40px;
    min-height: 40px;
    margin-bottom: 10px;
    padding: 0 100px 0 20px;
}
.list_itme2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #cbd9d9;
    border-radius: 10px;
    z-index: 2;
    top: 18px;
}
.list_itme2:after {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 1px dashed #cbd9d9;
    width: 90%;
    top: 20px;
    z-index: 0;
}
.list_itme2 .time {
    position: absolute;
    right: 0;
    background-color: #fff;
    color: #999;
    padding-left: 10px;font-size: 14px;
}

.list_itme2 .itme_bt {
    font-size: 15px;
    background-color: #fff;
    padding-right: 20px;
    position: absolute;
    z-index: 1;
}
.list_itme2 .itme_bt:hover { padding-left: 5px;  }


.koubei{
    padding: 10px 0 30PX 0;
    background: #fff;
    box-shadow: 1px 8px 25px 0px rgb(65 115 178 / 13%);
    border-radius: 6px 6px 0px 0px;margin-top: 10px;
    
}
.koubei .kblist {
    margin: 0px 35px;
}

.koubei .kblist ul li{
 background: #f2f5f7;
    border-radius: 20px;margin-top: 20px;
}

.koubei .kblist ul li span{
 padding: 10px 20px;
    line-height: 36px;
    display: block;
    border-radius: 100px;
    font-size: 15px;
    color: #333;
}   

.koubei .kblist ul li span i{
font-size: 22px;
    font-weight: bold;
    color: #f95539;
}   



   





.line{margin-top: 10px;}



.more{color:#F00;}
.zylist {text-align: left;}
.zylist a {display: inline-block;padding: 5px 10px;color: #333;}
.sch-major table, td, tr {border-collapse: collapse;border-spacing: 0;margin: 0;padding: 0;}
.sch-major table {font-size:14px;border-spacing: 0;table-layout: fixed;border-collapse: separate;border-left: 1px solid #ebeef5;border-top: 1px solid #ebeef5;}
.sch-major table td, table th {padding:6px;min-width: 0;box-sizing: border-box;text-overflow: ellipsis;vertical-align: middle;position: relative;border-bottom: 1px solid #ebeef5;border-right: 1px solid #ebeef5;}
.sch-major table tr:hover&gt;td {background-color: #f5f7fa;}
.sch-major table {width:960px;margin:0 auto;font-weight:400;color:#333;margin-bottom:15px;}
.sch-major table thead {background:#F2F5FE;border:1px solid #f4f4f4}
.sch-major table thead th {height:46px;text-align:center;cursor:pointer;border-right:1px solid #f4f4f4}
.sch-major table thead th img {vertical-align:middle}
.sch-major table thead th.active {color:#ff7834}
.sch-major table tbody {text-align:center}
.sch-major table tbody tr td {height:41px;COLOR: #333;font-size: 14px;}
.sch-major table tbody tr:last-child {border-bottom:none}
.sch-major td {padding:10px}
.sch-major table tbody .top {margin-bottom:10px}
.sch-major table tbody .top .rate-star {margin-right:0}
.sch-major table tbody .top .score {font-weight:700;color:#ff7834;margin:0 4px;font-size: 16px;line-height: 21px;}
.sch-major table tbody .top .number {font-weight:300;color:#999;font-size: 12px;line-height: 17px;}
.sch-major table tbody .star .item {margin-bottom:12px}
.sch-major table tbody .star .item:last-child {margin-bottom:0}
.sch-major table tbody .star .name {width:30px;font-weight:400;color:#666;font-size:12px}
.sch-major table tbody .star .name i{width: 12px;height: 12px;line-height: 12px;color: #e9e9e9;font-size:12px;margin-left:6px;margin-right: 15px;}
.sch-major table tbody .star .blcon {width:73px;height:6px;background:#ededed;border-radius:3px;margin:0 12px 0 11px;overflow:hidden;position:relative}
.sch-major table tbody .star .blcon .hasbl {height:6px;background:linear-gradient(270deg,#ff9252,#ff5a5a);border-radius:3px;position:absolute;left:0;top:0;z-index:11}
.sch-major table tbody .star .bl {width:30px;font-weight:400;color:#666;font-size: 12px;line-height: 17px;}
.sch-major table caption{position:relative;}
.sch-major table caption&gt;a {position:absolute;top:0;right:0;display: inline-block;font-size: 13px;border: 1px solid #eee;padding: 8px 15px;margin-left: 10px;line-height: normal;border-radius: 2px;}
.sch-major table caption&gt;a svg {vertical-align: sub;}
.td-2{width:30%;}

.yfyd-wrap .bacAll {
    background: linear-gradient(131deg, rgb(247, 109, 66) 0%, rgb(252, 61, 14) 100%);
    /*padding-top: 0 !important;*/
    /*margin: 20px auto 0;*/
}

 

.yfyd-wrap .yifenyiduan_img {
    background: url(http://img.juzhiyuan.com/static/css/newsImg/yifen.png) no-repeat 0/100% 100%;
    background-size: 100% auto;
    width: 100%;
    height: 250px;
}

.yfyd-wrap .content-view {
    background: #fff;
    padding: 10px 20px;
    margin: 10px 0;
}

.yfyd-wrap .score table {
    width: 100%;
}

.yfyd-wrap .sltitle {
    font-size: 16px;
    margin: 15px 0;
}

.yfyd-wrap .search-input {
    height: 34px;
    border-radius: 5px 0 0 5px;
    border: solid #ccc 1px;
    text-align: left;
    padding: 0 15px;
    margin-left: 10px;
    border-right: 0;
}

.yfyd-wrap .search-input input {
    height: 100%;
}

.yfyd-wrap .search-button {
    display: inline-block;
    width: 80px;
    height: 36px;
    text-align: center;
    background: #ff5722;
    line-height: 36px;
    color: white;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}
.yfyd-wrap .search-result{display: none;}

.yfyd-wrap .search-result {
    font-size: 14px;
    margin-left: 10px;
}

.yfyd-wrap .bold {
    font-size: 14px;
}

.yfyd-wrap .filter-wrap {
    padding: 10px 20px;
    box-shadow: 1px 8px 5px 0px rgb(65 115 178 / 13%);
    background-color: #fff;
}

.yfyd-wrap .filter-wrap .sch-box {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 5px 0;
}

.yfyd-wrap .filter-wrap .sch-box.score-search {
    margin-top: 5px;
}

.yfyd-wrap .filter-wrap .sch-box:not(:last-child) {
    border-bottom: 1px dashed #e4e4e4;
}


.yfyd-wrap .filter-wrap .sch-box .sch-cell-box {
    width: 1050px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: center;
}

.yfyd-wrap .filter-wrap .sch-box .sch-cell-type {
    color: gray;
    width: 75px;
}

.yfyd-wrap .filter-wrap .sch-box .sch-cell {
    padding: 5px 12px;
    margin: 5px;
    text-align: center;
    border-radius: 22px;
    color: #333;
    font-size: 14px;
}

.yfyd-wrap .filter-wrap .sch-box .sch-active, .yfyd-wrap .filter-wrap .sch-box .sch-cell:hover {
    background-color: #eb4b30;
    color: #fff;
    cursor: pointer;
}

/*li[data-title=æ‹›ç”Ÿç®€ç«&nbsp;]{display:none;}*/


.co_left  .bgr {
    width: 1025px;
    margin: 0 auto;
    background: linear-gradient(131deg, rgb(247, 109, 66) 0%, rgb(252, 61, 14) 100%);
    box-shadow: 1px 8px 25px 0px rgb(65 115 178 / 13%);
    border-radius: 6px 6px 0px 0px;
}


.co_left .bannersch {
  background: url("http://img.juzhiyuan.com/static/images/newimg/bai5.png") no-repeat 0/100% 100%;
  width: 100%;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.bgr .banner {
    position: relative;
    overflow: hidden;
}
.bgr .left_circle {
    width: 348px;
    height: 348px;
    border: 50px solid rgba(255,255,255,0.15);
    border-radius: 100%;
    position: absolute;
    left: -174px;
    top: -174px;
}
.bgr .right_circle {
    width: 348px;
    height: 348px;
    border: 68px solid rgba(255,255,255,0.15);
    border-radius: 100%;
    position: absolute;
    right: -174px;
    bottom: -174px;
}
.co_left .layui-container {
    height: 42px;
    line-height: 42px;
    width: 730px;
    display: flex;
    justify-content: start;
    margin-top: 40px;
}



.co_left .layui-container input {
    height: 100%;
    display: inline-block;
    border: 2px solid #F0BD9B;
    border-right: none;
    padding-left: 1em;
    width: 80%;
    outline: none;
    box-shadow: 1px 8px 25px 0px rgb(65 115 178 / 13%);
}



.co_left .banner .layui-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.co_left .layui-container span {
    display: inline-block;
    text-align: center;
    background: #F0BD9B;
    font-size: 14px;
    color: #ffff;
    width: 20%;
    height: 46px;
    box-shadow: 1px 8px 25px 0px rgb(65 115 178 / 13%);
}
.layui-btn {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
















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