.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#txt_serach {
    width: 228px;
    height: 30px;
    line-height: 30px;
}
.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;
    cursor: pointer;
}
.main_wrap ._left {
    width: 740px;
    margin-left: 58px;
    margin-top: 40px;
    margin-bottom: 65px;
}
.main_wrap ._left .college_nav {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background-color: #F7F7F7;
}
.main_wrap ._left .college_nav li {
    float: left;
    text-align: center;
    width: 103px;
    color: #333;
    font-size: 16px;
}
.main_wrap ._left .college_nav li.active {
    border-top: 2px solid #0088E6;
    height: 44px;
    width: 103px;
    background-color: #fff;
}
.main_wrap ._left .college_list {
    position: relative;
}
.main_wrap ._left .college_list .item {
    overflow: hidden;
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E6E6E6;
}
.main_wrap ._left .college_list .item .cover_l {
    float: left;
}
.main_wrap ._left .college_list .item .cover_l img {
    width: 116px;
    height: 116px;
}
.main_wrap ._left .college_list .item .info_r {
    display: inline-block;
    width: 600px;
    margin-left: 20px;
}
.main_wrap ._left .college_list .item .info_r .college_name {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.main_wrap ._left .college_list .item .info_r .college_brief {
    line-height: 24px;
    margin-top: 19px;
    color: #999;
    font-size: 16px;
    height:72px;
    overflow:hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.main_wrap ._left .college_list .item .info_r .bot {
    margin-top: 25px;
}
.main_wrap ._left .college_list .item .info_r .bot a {
    display: inline-block;
    float: left;
    margin-right: 24px;
    width: 100px;
    height: 36px;
    line-height: 36px;
    color: #0088E6;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #0088E6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.main_wrap ._left .college_list .item .info_r .bot a:hover {
    background-color: #edf8ff;
}
.main_wrap ._left .college_list .item .info_r .bot a.active {
    width: 100px;
    height: 36px;
    color: #fff;
    background-color: #0088E6;
    border: none;
}
.main_wrap ._left .college_list .item .info_r .bot a.active:hover {
    background-color: #0f85d6;
}


/* 列表分页 */
.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;
    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;
}

._right {
    width: 300px;
    margin-right: 40px;
    background-color: #fff;
}
._right .right_info {
    margin-bottom: 40px;
    margin-top: 40px;
    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;
}
