.main {
    background-color: #F7F7F7;
}
.main .main_wrap {
    overflow: hidden;
    background-color: #fff;
}
/* 学校列表筛选 */
.college_sel_box {
    position: relative;
    background-color: #fff;
    padding: 30px 50px 10px 40px;
    margin-bottom: 20px;
}
.college_sel_box .college_search {
    position: relative;
    width: 336px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 28px;
    border: 1px solid #ccc;
}
.college_sel_box .college_search i {
    padding-left: 13px;
    color: #bbb;
}
.college_sel_box .college_search input {
    color: #333;
}
.college_sel_box .college_search input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #aaa;
}
.college_sel_box .college_search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #aaa;
}
.college_sel_box .college_search input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #aaa;
}
.college_sel_box .college_search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaa;
}
.college_sel_box .college_search button {
    position: absolute;
    right: 0;
    height: 35px;
    width: 73px;
    font-size: 16px;
    color: #fff;
    background-color: #0088E6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.college_sel_box .layer {
    position: relative;

    border-bottom: 1px dashed #eee;
}
.college_sel_box .layer:last-child {
    border: none;
}
.college_sel_box .layer .caption {
    float: left;
    color: #999;
    font-size: 14px;
}
.college_sel_box .layer ul {
    display: inline-block;
    width: 1026px;
}
.college_sel_box .layer ul li {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.college_sel_box .layer ul li.active {
    position: relative;
    padding: 5px;
    margin-top: -5px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    color: #fff;
    background-color: #0088E6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
    .college_sel_box .layer ul li.active a {
    color:#fff;
    }

.college_sel_box .layer .selected {
    display: inline-block;
    margin-left: 15px;
}
.college_sel_box .layer .selected span {
    display: inline-block;
    margin-right: 10px;
    padding: 4px 6px;
    color: #0088E6;
    font-size: 13px;
    cursor: pointer;
    border: 1px dashed #0088E6;
}
.college_sel_box .layer .selected span:hover {
    border: 1px solid #0088E6;
}
.college_sel_box .layer .selected span i {
    font-size: 10px;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}
.college_sel_box .layer .selected .clear {
    display: inline-block;
    font-size: 13px;
    color: #999;
}
/* 列表分页 */
.page {
    text-align: center;
}
.page ul {
    display: inline-block;
    margin-top: 20px;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}
.page ul li {
    float: left;
    /*
    height: 38px;
    width: 38px;*/
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    text-align: center;
}
.page ul li > a {
    font-size: 12px;
    color: #444;
    line-height: 38px;
    padding:15px;
}
.page ul li.pre {
    width: 80px;
}
.page ul li.active {
    background-color: #0088e6;
}
.page ul li.active > a {
    color: #fff;
}

.main_wrap {
    background-color: #fff;
    padding: 25px 42px 40px;
}
.college_box {
    width: 740px;
    display: inline-block;
}
.college_box  .college_list.zk .item,
.college_box  .college_list.ck .item {
    height: 290px;
}
.college_box  .college_list .item {
    position: relative;
    display: inline-block;
    width: 214px;
    height: 314px;
    margin: 15px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    border: 1px solid #ECECEC;
}
.college_box  .college_list .item .cover_pic {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto 20px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.college_box .college_list .item .cover_pic span {
    font-size: 16px;
    color: #fff;
}
.college_box .college_list .item .c_name {
    color: #0088E6;
    font-size: 16px;
}
.college_box .college_list .item .z_name {
    margin-top: 14px;
    margin-bottom: 15px;
    color: #333;
    font-size: 18px;
    overflow: hidden;
    width: 172px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.college_box .college_list .item .desc {
    line-height: 28px;
    font-size: 14px;
    color: #666;
    height: 84px;
    overflow: hidden;
}
.college_box .college_list .item .my_report {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #F7F7F7;
    overflow: hidden;
}
.college_box .college_list .item .my_report a {
    color: #333;
    font-size: 16px;
}
.college_box .college_list .item .my_report a:first-child {
    border-right: 1px solid #ccc;
    padding-right: 15px;
    margin-right: 15px;
}
.college_box .college_list .item .my_report a:hover,
.college_box .college_list .item .my_report:hover {
    color: #0088E6;
}

.main_con ._left .list_con .page ul li:hover {
    background-color: #0088e6;
}
.main_con ._left .list_con .page ul li:hover > a {
    color: #fff;
}

._right {
    width: 300px;
    margin-right: 40px;
    background-color: #fff;
}
._right .right_info {
    margin-bottom: 40px;
    margin-top: 15px;
    border: solid 1px #e5e5e5;
}
.right_info .time {
    position: relative;
    width: 100%;
    height: 114px;
    padding-top: 20px;
    background: url(../images/ycjy-djs.png);
}
.right_info .time .time_text {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.right_info .time .days {
    position: absolute;
    top: 56px;
    left: 84px;
    text-align: center;
}
.right_info .time .days .day {
    display: inline-block;
    color: #0088e6;
    font-size: 36px;
    margin-right: 20px;
}
.right_info .time .days .day_text {
    color: #fff;
    font-size: 14px;
}

.right_info .type_con {
    width: 100%;
    padding-top: 20px;
}
.right_info .type_con .type_list .type_tit {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    border-left: 3px solid #0088e6;
    margin-bottom: 26px;
}
.right_info .type_con .type_list .type_item {
    padding: 0 20px 5px 20px;
}
.right_info .type_con .type_list .type_item .item_a {
    display: inline-block;
    color: #333;
    font-size: 14px;
    margin-right: 32px;
    margin-bottom: 20px;
}
.right_info .type_con .type_list .type_item .item_a.mr0 {
    margin-right: 0;
}
.right_info .type_con .type_list .type_item .item_a:hover {
    color: #0088e6;
}
.right_info .type_con .line {
    width: 270px;
    height: 1px;
    margin: 0 auto;
    margin-bottom: 25px;
    background-color: #e5e5e5;
}

