/* 新增1-20 */
h1.zy_title {
    font-size: 30px;
    text-align: center;
    border-bottom: solid 1px #BFE3EF;
    padding-bottom: 18px;
}

.zy_des {
    color: #ff0000;
    font-size: 15px;
    margin: 0 auto;
    width: 70%;
    text-align: center;
    line-height: 30px;
    padding: 10px 0 0;
}

.zy_des>span {
    font-weight: 600;
    cursor: pointer;
}

.zy_item {
    width: 1100px;
    background: #FFFFFF;
    margin: 0 auto;
    padding: 20px 10px;
    box-shadow: 0px 0px 13px 1px rgb(4 0 0 / 7%);
    margin: 20px 0;
    padding-bottom: 30px;
}

.zy_item_tit.fl {
    width: 160px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #444444;
    height: 40px;
    border-right: 1px solid #F4F4F4;
    margin-right: 10px;
}

.zy_item_top {
    height: 66px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F4F4F4;
}

.zy_item_tit_tab {
    flex: 1;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.zy_item_tit_tab>span {
    margin-left: 40px;
    cursor: pointer;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    height: 67px;
    line-height: 67px;
}

.zy_item_tit_tab>span.on {
    border-bottom: 2px solid;
    color: #0168B7;
}

.zy_item_con {
    display: none;
	padding: 0 40px;
}

.zy_item_con>a {
    padding: 0 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 24px;
    display: inline-block;
}

.zy_item_tit.gzs {
    background: url(/static/images/list-zy1.png) no-repeat 10px center;
}
.zy_item_tit.zsb {
    background: url(/static/images/list-zy2.png) no-repeat 10px center;
}
.zy_item_tit.gsb {
    background: url(/static/images/list-zy3.png) no-repeat 10px center;
}



/* 专业详情页 */
.zyart_info {
    position: relative;
    height: 285px;
}

.zyart_info_bg_top {
    height: 90px;
    background: #3f94d5;
}

.zyart_info_bg_bot {
    background: #e5e5e5;
    height: 190px;
}

.zyart_info_main {
    position: absolute;
    top: 20px;
    left: 20px;
}

.zyart_info_main_img.fl {
    height: 240px;
    width: 240px;
}

.zyart_info_main_img.fl>img {
    width: 100%;
    height: 100%;
}

.zyart_info_main_con.fl {
    width: 530px;
    margin: 0 20px;
}

.zyart_info_main_con.fl>h1 {
    color: white;
    font-size: 25px;
    margin: 10px auto 30px;
}

.zyart_info_main_des {
    height: 100px;
    line-height: 25px;
    overflow: hidden;
}

.zyart_info_main_des>p {
    font-weight: 600;
}

.zyart_info_main_btn {
    margin-top: 20px;
}

.zyart_info_main_btn>a {
    display: inline-block;
    width: 90px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin: 0 40px;
    border-radius: 5px;
    color: white;
    background-color: #156CAA;
}

.zyart_info_main_btn>a:hover {
    opacity: .9;
}

.zyart_item {
    background: #fbfbfb;
    margin-top: 10px;
    padding: 15px;
}

h2.zyart_item_tit {
    color: #dc1c21;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: initial;
    margin-bottom: 5px;
}

.zyart_item_con {
    line-height: 25px;
}

.zyart_item_con img {
    width: 100%;
}

.zyart_item_con .red {
    color: red;
    font-weight: 600;
}

.zyart_item_con a {
    color: #3790e2;
    font-weight: 600;
}




/* 免费课程 */
/* 成考视频栏目 */
a.video_item {
    display: block;
    float: left;
    width: 340px;
    height: 290px;
    margin: 10px;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
}

.video_item_img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.video_item_img {
    height: 180px;
}

.con_video.container {
    margin: 20px auto;
}

a.video_item:hover {
    box-shadow: 0 0 4px 4px rgba(245, 245, 245,.8);
}

.video_item_tit {
    color: #04a6e5;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video_item_teacher {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video_item_btn {
    background: #04a6e5 url(/static/images/play_icon.png) no-repeat 6px center / 15px 15px;
    display: inline-block;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 4px;
    padding-left: 25px;
}

.video_item_btn:hover {
    background: #0096d0 url(/static/images/play_icon.png) no-repeat 6px center / 15px 15px;
}

.video_tit {
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    margin: 20px 0;
}

.video_info {
    background: #f1f1f1;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
}

.video_info::after {
    content: "";
    display: block;
    clear: both;
}

.video_info span {
    margin-right: 20px;
    font-size: 13px;
    color: #666;
}

.video_info .fr {
    background: #04a6e5 url(/static/images/eye_icon.png) 6px center / 15px 8px no-repeat;
    display: inline;
    padding: 2px 8px;
    font-size: 12px;
    padding-left: 22px;
    line-height: initial;
    color: white;
    border-radius: 5px;
    margin-top: 10px;
}

.con_video {
    background: white;
}

.con_video::after {
    content: "";
    display: block;
    clear: both;
}



/* 院校详情页 */
.yx_info {
    width: 1135px;
    height: 105px;
    margin: 0px auto;
    border: #ccc solid 1px;
    padding: 10px;
}

.yx_info_logo.fl {
    width: 80px;
    height: 80px;
    padding: 10px 0;
}

.yx_info_logo.fl>img {
    width: 100%;
    height: 100%;
}

.yx_info_txt.fl {
    margin-left: 50px;
    width: 800px;
    padding: 10px 0;
}

.yx_info_txt.fl h1 {
    font-size: 16px;
    font-weight: 600;
}

.yx_info_txt.fl li {
    float: left;
    width: 40%;
    margin-top: 5px;
}

.yx_item {
    margin-top: 20px;
    width: 100%;
}

.yx_item_tit {
    height: 32px;
	line-height: 32px;
    background: url(/static/images/titbg.gif) repeat-x left top;
    border: #D3D3D3 solid 1px;
    border-bottom: none;
}

.yx_item_tit>h3 {
    padding: 0px 15px;
    float: left;
    background: #3790e2;
    color: #fff;
    font-size: 15px;
    line-height: 32px;
}

.yx_item_con {
    font-size: 15px;
    line-height: 26px;
    padding: 20px 10px;
    border: #ccc solid 1px;
    border-top: 0;
}

.yx_item_con img {
    float: right;
	margin-left: 10px;
}

.yx_item_con table {
    width: 100%;
	margin: 0 auto;
}

.yx_item_con table tr {
    height: 40px;
    text-align: center;
}

.yx_item_con table th {
    background: whitesmoke;
}





/* 院校列表 */
.school .school_l {
    width: 850px;
	margin-right: 20px;
    padding: 30px 20px;
    background: #fff;
    box-sizing: border-box;
    padding-bottom: 30px;
	/* border: 1px solid #d5d5d5; */
}

.school .school_r {
    width: 320px;
    padding: 15px;
    background: #fff;
    box-sizing: border-box;
}

.school .school_l ul {
    position: relative;
}

.school .school_l ul li {
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
    width: 50%;
    float: left;
}

.school .school_l ul li .cover_l {
    margin-top: 10px;
    width: 30%;
}

.school .school_l ul li .cover_l img {
    width: 116px;
    height: 116px;
}

.school .school_l ul li .info_r {
    display: inline-block;
    margin-left: 0px;
    width: 63%;
    float: left;
}

.school .school_l ul li .info_r .college_name {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
}

.school .school_l ul li .info_r .college_brief {
    font: 14px/24px "Microsoft YaHei";
    margin-top: 10px;
    color: #999;
    height: auto;
    overflow: hidden;
    ext-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.school .school_l ul li .info_r .bot {
    margin-top: 15px;
    overflow: hidden;
}

.school .school_l ul li .info_r .bot a {
    display: inline-block;
    float: left;
    margin-right: 20px;
    width: 100px;
    height: 30px;
    font: 14px/30px "Microsoft YaHei";
    color: #0088E6;
    text-align: center;
    background: #fff;
    border: 1px solid #0088E6;
}

.school .school_l ul li .info_r .bot a:hover {
    background-color: #edf8ff;
}

.school .school_l ul li .info_r .bot a.active {
    width: 100px;
    height: 30px;
    color: #fff;
    background-color: #0088E6;
}

.school .school_l ul li .info_r .bot a.active:hover {
    background-color: #0f85d6;
}

.school_box {
    overflow: hidden;
}

.school_box .school_box_l {
    width: 870px;
    padding: 30px 20px;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.school_box .school_box_l ul {
    overflow: hidden;
}

.school_box .school_box_l ul img {
    float: left;
    margin: 0 30px 0 0;
    width: 120px;
    height: 120px;
}

input.yx_search {
    width: 100%;
    height: 50px;
    color: #666;
    font-size: 16px;
    background: #f7f7f7;
    border: none;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    outline: none;
}

span.yx_search_cl {
    background: url(/static/images/ss.png) no-repeat 100%;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 30px;
    height: 30px;
    background-size: cover;
    cursor: pointer;
}

.yx_search_main input::-webkit-input-placeholder {
    color: #666;
}

.yx_search_main {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}

ul.yx_more li {
    width: 24%;
    padding: 10px 0;
    float: left;
    text-align: center;
    border: 1px solid #eaeaea;
}

ul.yx_more::after {
    content: "";
    display: block;
    clear: both;
}

ul.yx_more img {
    float: none;
	width: 120px;
    height: 120px;
}

ul.yx_more p {
    margin-top: 10px;
}
