.banner{
    position: relative;
    height: 400px;
    background: url(../images/banner.jpg) no-repeat;
    background-size: 100% auto;
}
.banner:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: rgba(65,73,89,.65);
    z-index: 1;
}
.banner .banner_box{
    position: relative;
    z-index: 2;
}
.banner .introduce .title{
    padding-top: 85px;
    text-align: center;
    letter-spacing: 3px;
    font-size: 50px;
    color: #fff;
    font-weight: 400;
}
.banner .introduce .desc{
    margin-top: 35px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}

.banner .b_search{
    /* display: flex; */
    display: none;
    width: 800px;
    height: 60px;
    margin: 70px auto 0;
}

.banner .b_search_text{
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
    flex: 1;
    padding: 10px 60px;
    border-radius: 8px;
    background: #fff url(../images/icon_search.png) no-repeat 20px;
}
.banner .b_search_text input{
    height: 100%;
    width: 100%;
    border: none;
    color: #859098;
    font-size: 18px;
}

.banner .b_search_btn{
    position: relative;
    display: -webkit-box;
    display: flex;
    overflow: hidden;
    width: 170px;
    height: 100%;
    margin-left: 15px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: #f29700;
    background: #f29700;
    border-radius: 8px;
    line-height: 1;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}
.banner .b_search_btn button{
    display: block;
    width: 170px;
    height: 100%;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 18px;
    color: #fff;
}

.banner .b_search_hot {
    text-align: center;
    width: 800px;
    font-size: 16px;
    color: #fff;
    margin: 20px auto 0;
}
.banner .b_search_hot b{
    font-weight: 400;
    margin-right: 10px;
    margin-left: 30px
}
.banner .b_search_hot a{
    display: inline-block;
    color: #fff;
    margin-left: 10px
}

.user_box a {
    display: inline-block;
    margin-top: 12px;
    margin-right: 16px;
    padding-left: 14px;
    color: #808080;
}

.user_box a.t_mobile {
    background: url(../images/bg.png) no-repeat -100px 4px;
}

.user_box a.t_fav {
    padding-left: 18px;
    background: url(../images/bg.png) no-repeat -200px 4px;
}

.user_box a.t_map {
    padding-left: 20px;
    background: url(../images/bg.png) no-repeat 0 -45px;
}

.schome_left{
    float: left;
    width: 830px;
}

.home_schome_left{
    float: left;
    width: 590px;
}

.home_schome_left:nth-child(odd){
    margin-right: 20px;
}

.schome_right{
    float: right;
    width: 336px;
}

.schome_left_v2{
    float: left;
    width: 830px;
}
.schome_right_v2{
    float: right;
    width: 336px;
}

.schome_tpic_recommand{
    background-color: #FFFFFF;
}

.schome_tpic_recommand .recommand_list .pic_item{
    float: left;
    margin-right: 24px;
    margin-bottom: 20px;
    width: 576px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    position: relative;
    border: 1px solid #ececec;
    box-sizing: border-box;
}

.schome_tpic_recommand .recommand_list .pic_item img{
    display: block;
    width: 220px;
    height: 140px;
    margin-right: 16px;
    background-color: #ececec;
}

.schome_tpic_recommand .recommand_list .pic_item .item_desc{
    width: 338px;
    box-sizing: border-box;
    padding: 20px 20px 20px 0;
    overflow: hidden;
}

.schome_tpic_recommand .recommand_list .pic_item .item_desc p{
    color: #999999;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    line-height: 20px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.schome_tpic_recommand .recommand_list .pic_item .item_desc .pub-date{
    color: #999;
    font-size: 12px;
}


.schome_tpic1{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fcf8f7;
}

.schome_tpic1 .carousel{
    width: 700px;
    height: 400px;
    background-color: #FFFFFF;
}

.schome_tpic1 .fl{
    width: 700px;
    height: 400px;
    margin-right: 30px;
}

.schome_tpic1 .fr{
    width: 470px;
    height: 400px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 20px;
}

.schome_tpic1 .fr .schome_title{
    padding: 0px;
    height: 40px;
    border-bottom: 1px solid #ececec;
}

.schome_tpic1 .fr .schome_title .tt{
    line-height: 30px;
}

.schome_tpic1 .fr ul{ 
    list-style: none;
    padding: 0px;
}

.schome_tpic1 .fr ul li a{
    display: block;
    cursor: pointer;
} 

.schome_tpic1 .fr ul.top{
    padding-left: 20px;
}

.schome_tpic1 .fr ul li{
    list-style: url(../images/hicon_hot1.png);
}

.schome_tpic1 .fr ul.top a{
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
} 

.schome_tpic1 .fr ul.top a{
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
} 

.schome_tpic1 .fr ul.normal-list{
    padding-left: 20px;
    list-style: square;
}

.schome_tpic1 .fr ul.normal-list li{
    list-style: square;
    color: #f29702;
}

.schome_tpic1 .fr ul.normal-list a{
    padding: 6px 0;
}


/* schome_tpic */
.schome_tpic{
    background: #fcf8f7;
    padding-bottom: 18px;
}

.schome_title {
    padding-top: 10px;
    height: 76px;
}
.schome_title .tt {
    display: inline-block;
    line-height: 76px;
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.schome_title .tt .red {
    color: #f29700;
}

.schome_title .title_link{
    position: relative;
    margin-top: 23px;
    display: block;
    padding: 0 23px 0 14px;
    background: #fff;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    box-shadow: 0 0 8px rgba(66, 46, 46, 0.09);
    font-size: 13px;
    color: #666666;
}
.schome_title .title_link:after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 8px;
    top: 10px;
    right: 14px;
    background: url(../images/hrr_arrow.png) center no-repeat;
    background-size: 5px 8px;
}


/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨*/
.schome_tpic_list ul{
    margin-right: -24px;
}
.schome_tpic_list .pic_item:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
}
.schome_tpic_list .pic_item:hover .item_pic_mask{
    display: block;
    position: absolute;
    width: 100%;
    height: 160px;
    top: 0;
}
.schome_tpic_list .pic_item{
    float: left;
    margin-right: 24px;
    margin-bottom: 20px;
    width: 282px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    position: relative;
}
.schome_tpic_list .item_img{
    position: relative;
    height: 160px;
    overflow: hidden;
}
.schome_tpic_list .item_img > img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.schome_tpic_list .item_num span{
    display: block;
    min-width: 10px;
    padding: 0 5px 0 22px;
    font-size: 12px;
    color: #FFFFFF;
    background: url(../images/hicon_hot1.png) 5px center no-repeat;
    background-size: 16px 16px;
}
.schome_tpic_list .item_num{
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    height: 24px;
    line-height: 24px;
    border-radius: 6px 0 0 0;
    overflow: hidden;
}
.schome_tpic_list .item_num .b_mask {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .5;
}

.schome_tpic_list .item_bot {
    padding: 14px 15px;
}
.schome_tpic_list .item_bot h3 , .schome_tpic_list  .item_bot p{
    line-height: 25px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.schome_tpic_list .item_bot h3 {
    font-size: 15px;
    color: #333333;
    font-weight: normal;
}
.schome_tpic_list  .item_bot p {
    font-size: 12px;
    color: #999999;
    margin-top: 0.2rem;
}
.schome_tpic_list .item_pic_mask{
    display: none;
}
.schome_tpic_list .item_pic_mask:before {
    content: "";
    display: block;
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    width: 2.5rem;
    height: 2.5rem;
    background: url(../images/video_play2.png) no-repeat center center;
    background-size: 100% 100%;
    transform: translate(-50%,-50%);
}
.schome_tpic_list .item_pic_mask:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: #000;
    opacity: .3;
}


/*schome_tart_list*/
.schome_tart_list .li_item{
    display: block;
    position: relative;
    padding: 20px 20px 23px 7px;
    /* border-bottom: 5px solid #fff; */
    height: 156px;
    background: #f7f7f7;
    margin-bottom: 20px;
}
.schome_tart_list .li_item img{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 220px;
    height: 156px;
    border-radius: 6px;
    object-fit: cover;
}
.schome_tart_list .li_item .bf_sc{
    top: 30px !important;
    left: 30px !important;
}
.schome_tart_list .item_text{
    margin-left: 250px;
    height: 156px;
    position: relative;
}

.schome_tart_list .item_text h2 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 28px;
    min-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.schome_tart_list .item_text > p {
    margin-top: 15px;
    line-height: 22px;
    height: 44px;
    font-size: 14px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.schome_tart_list .item_text .intr_bot {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 24px;
    font-size: 12px;
    color: #999999;
}

.schome_tart_list .intr_bot .tagbox {
    padding-left: 25px;
    background: url(../images/hicon_tag.png) left center no-repeat;
    background-size: 20px auto;
}
.schome_tart_list .intr_bot .tagbox a {
    margin-right: 15px;
    font-size: 12px;
    color: #999999;
}
.schome_tart_list .intr_bot .stit {
    display: inline-block;
    margin-right: 10px;
    padding: 0 8px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #DBDBDB;
    border-radius: 2px;
}

/*schome_video_list*/
.schome_video_list .v_item{
    margin-bottom: 10px;
    /* background: #fff; */
    padding-bottom: 15px;
    background: #f9f9f9;
}

.schome_video_list .v_item .sp_tu {
    position: relative;
    width: 336px;
    height: 160px;
    overflow: hidden;
}

.schome_video_list .v_item .sp_tu>a>img {
    width: 336px;
    height: 160px;
    object-fit: cover;
}

.schome_video_list .v_item h3 {
    font-size: 16px;
    padding: 0 20px;
    font-weight: 400;
    height: 50px;
}

.schome_video_list .v_item p.desc {
    height: 40px;
    line-height: 20px;
    font-size: 12px;
    color: #888;
    overflow: hidden;
    padding: 0 20px;
}
.schome_video_list .v_item p {
    font-size: 14px;
    color: #999;
    font-family: Arial;
    padding: 0 20px;
}
.schome_video_list .v_item .bf_sc , .schome_tart_list .li_item .bf_sc{
    position: absolute;
    left: 12px;
    top: 12px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    background: rgba(0,0,0,.4);
    font-family: Arial;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 22px;
    z-index: 3;
}
.schome_video_list .v_item .spsc_tb , .schome_tart_list .li_item .spsc_tb {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/spbs_tu03.png) no-repeat center;
    background-size: 12px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}
.schome_video_list .v_item .bf_tb {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    background: url(../images/spbs_tu01.png) no-repeat center;
    background-size: 60px;
    margin: auto;
    z-index: 3;
}

.schome_video_list .v_item:hover .spzz {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.3);
    z-index: 1;
}

/*category_video*/
.category_video{
    margin-right: -21px;
    min-height: 600px;
}
.category_video .v_item{
    float: left;
    margin-right: 21px;
    margin-bottom: 21px;
    height: 328px;
}
.category_video .v_item,
.category_video .v_item .sp_tu,
.category_video .v_item .sp_tu>a>img
{
    width: 386px;
}
.category_video .v_item .sp_tu,
.category_video .v_item .sp_tu>a>img{
    height: 186px;
}

/*list_more*/
.list_more{
    text-align: center;
}
.list_more_btn{
    position: relative;
    text-align: left;
    display: inline-block;
    width: 65px;
    padding: 0 44px 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid #F23835;
    font-size: 16px;
    color: #F23835;
}
.list_more_btn:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 19px;
    height: 19px;
    background: url(../images/hicon_add1.png) center no-repeat;
    background-size: cover;
}
.list_more_btn:hover:after{
    background: url(../images/hicon_add2.png) center no-repeat;
}
.list_more_btn:hover{
    background: #F23835;
    color: #fff;
}

/*sc_crumbs*/
.sc_crumbs{
    height: 60px;
    line-height: 60px;
    color: #666;
}

.sc_crumbs a{
    color: #666;
}

/*r_tags_box*/
.r_tags_box a{
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #ddd;
    color: #888;
    border-radius: 18px;
    margin: 0px 10px 10px 0;
}
.r_tags_box a:hover{
    background: #F23835;
    color: #fff;
    border-color: #F23835;
}
/*con_box*/
.con_box .title{
    line-height: 26px;
    font-size: 26px;
    font-weight: 700;
    color: #444;
}
.con_box .info{
    height: 14px;
    line-height: 14px;
    color: #999;
    font-size: 12px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
}
.con_box .info span{
    margin-right: 20px;
}
.con_box .info .author{
    color: #000;
}
.con_box .content{
    margin-top: 25px;
    font-size: 16px;
    line-height: 32px;
}
.content table{
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
    color: #666;
}
.content table td{
    position: relative;
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
}
.content img{
    max-width: 830px;
}
.content h2, .content h3{
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 32px;
}
.content h3{
    /*margin-bottom: 25px;*/
    font-size: 18px;
}
.content p{
    font-size: 16px;
    line-height: 32px;
    color: #444;
    margin-bottom: 5px;
    text-align: justify;
}
.tags_box{
    margin-top: 30px;
    padding-left: 40px;
    background: url(../images/hicon_tag.png) left center no-repeat;
    background-size: 20px auto;
    /* border-bottom: 1px solid #e6e6e6; */
}

.tags_box a{
    padding: 6px 10px;
    border-radius: 15px;
    background: #eee;
    color: #999;
    margin-right: 15px;
}


/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
.links{
    padding: 20px 0;
    background: #f5f5f5;
    line-height: 32px;
}
.links .title{
    display: block;
    width: 100px;
    line-height: 32px;
    font-size: 14px;
    color: #666666;
}
.links li{
    float: left;
    margin-right: 30px;
}



/*r_rand_list*/
.r_rand_list{
    position: relative;
    border: 1px solid #ececec;
    padding: 0 20px 10px 20px;
}
.r_rand_list .rand_hd{
    position: relative;
    height: 50px;
    line-height: 50px;
}
.r_rand_list .rand_title{
    float: left;
    font-family: Georgia;
    font-size: 20px;
    color: #444;
    font-weight: 700;
}
.r_rand_list .rand_title .red{
    margin-left: 10px;
}
.r_rand_list .rand_tab{
    position: absolute;
    left: 160px;
    top: -1px;
    width: 180px;
    height: 49px;
    line-height: 49px;
}
.r_rand_list .rand_tab span{
    display: block;
    float: left;
    font-size: 16px;
    color: #444;
    padding: 0 10px;
    margin-right: 10px;
    cursor: pointer;
}
.r_rand_list .rand_tab span.on{
    height: 47px;
    line-height: 47px;
    border-top: 2px solid #f23835;
    font-weight: 700;
}
.r_rand_list .bd li{
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #f0f0f0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.r_rand_list .bd li .num{
    font-family: Georgia;
    font-size: 18px;
    margin-right: 10px;
    font-style: italic;
}


.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.fl{
    float: left; 
}

.fr{
    float: right;
}


/*all_article*/
.all_article .pages{
    margin: 25px;
}
.all_article .c_title{
    height: 40px;
    /*border-bottom: 1px solid #efefef;*/
}
.all_article .c_title .tl{
    display: inline-block;
    height: 38px;
    font-size: 18px;
    font-weight: 700;
    color: #444;
    border-bottom: 2px solid #f23835;
    vertical-align: middle;
}
.all_article_list{
    border-bottom: 1px solid #efefef;
}
.all_article_list .li_item{
    height: 130px;
    margin: 0;
    background: #fff;
    padding: 25px 0;
    border-top: 1px solid #efefef;
}
.all_article_list .li_item img{
    width: 190px;
    height: 126px;
    left: 0;
    top: 25px;
}
.all_article_list .item_text{
    margin-left: 210px;
    height: 130px;
}



/*v_video_box*/
.v_video_box{
    background: #f7f7f7;
    padding-bottom: 20px;
}
.v_video_box .searchVideo{
    width: 880px;
    height: 495px;
}
.v_video_list{
    width: 280px;
    height: 475px;
    background: #444;
    padding: 0 20px 20px 20px;
}

.v_video_list .tit{
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #fff;
    font-family: Arial;
    margin-top: 15px;
}
.v_video_list ul{
    width: 290px;
    height: 430px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
}

.v_video_list ul::-webkit-scrollbar {
    width: 5px;
    height: 1px;
}
.v_video_list ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #f23835;
}
.v_video_list ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background: #999;
}

.v_video_list li{
    height: 58px;
}

.v_video_list li+li {
    margin-top: 15px;
}

.v_video_list li .sp_tu {
    float: left;
    position: relative;
    width: 120px;
    height: 58px;
}
.v_video_list li .spmc {
    margin-left: 129px;
    height: 58px;
}

.v_video_list li .sp_tu>img {
    width: 120px;
    height: 58px;
}
.v_video_list li .bf_sc01 {
    position: absolute;
    left: 6px;
    top: 6px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    background: rgba(0,0,0,.4);
    font-family: Arial;
    font-size: 12px;
    padding: 0 8px;
    border-radius: 18px;
    z-index: 3;
}

.v_video_list li .spmc dt {
    max-height: 40px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
}

.v_content{
    padding: 30px;
    background: #f7f7f7;
}
.v_content .title{
    font-size: 24px;
}
.v_content .info{
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
    font-family: Arial;
}
.v_content .info span{
    margin-right: 20px;
}
.v_content .info .spsc_tb01 {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../images/sj_ico.png) no-repeat center;
    vertical-align: middle;
    margin: -2px 5px 0 15px;
}
.v_content .tags_box a{

}
.v_content_tit{
    height: 58px;
    line-height: 58px;
    font-size: 20px;
    color: #333;
    position: relative;
    padding-left: 20px;
    font-weight: normal;
}
.v_content_tit:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 20px;
    background: #FD4B02;
    transform: translateY(-50%);
}


.v_sider_hot{
    background: #f7f7f7;
    padding: 0 16px;
}
.v_sider_hot .v_item{
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0;
}
.v_sider_hot .v_item .sp_tu{
    float: left;
    width: 120px;
    height: 68px;
    border-radius: 4px;
}
.v_sider_hot .v_item .sp_tu>a>img{
    width: 120px;
    height: 68px;
}
.v_sider_hot .v_item .bf_sc{
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    left: 8px;
    top: 8px;
}
.v_sider_hot .v_item .sp_tit{
    width: 130px;
    padding-left: 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.v_sider_hot .v_item p{
    padding-left: 14px;
    float: left;
}

















.card_index{
    overflow: hidden;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
}

.card_index_tit h3{
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    font-weight: normal;
}


















.card_list{
    overflow: hidden;
    width: 1300px;
}
.card_list .card,.card_index .card-shot {
    background: #f9f9f9;
    width: 168px;
    height: 220px;
    padding: 10px 10px 0;
    position: relative;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px
}


.card_list .card img,.card_index .card-shot img {
    width: 168px;
    height: 106px
}

.card_list .card h3,.card_index .card-shot h3 {
    color: #333;
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card_list .card p,.card_index .card-shot p {
    color: #909090;
    font-size: 12px;
    width: 100%;
    height: 18px
}

.card_list .card .apply-btn,.card_index .card-shot .apply-btn {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
    color: #ff2e2e;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #ddd;
}

.card_list .card .apply-btn:hover,.card_index .card-shot .apply-btn:hover {
    color: #fff;
    background: #ff2e2e;
    /* height: 40px; */
}

.card_index .card-shot {
    height: 220px;
    padding: 10px 15px 0;
    margin: 10px 12px 10px 0
}

.card_index .card-shot .apply-btn-bdr {
    width: 168px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ff2e2e;
    text-align: center;
    font-size: 12px;
    color: #ff2e2e;
    border-radius: 3px;
    margin-top: 15px
}

.card_index .card-shot .apply-btn-bdr:hover {
    color: #fff;
    background: #ff2e2e
}















.card_index .bank {
    background: #fff;
    border: 1px solid #e7e7e7;
    margin-bottom: 20px
}

.card_index .bank .bank-logo {
    text-align: center;
    width: 140px;
    height: 188px;
    padding-top: 40px
}

.card_index .bank .bank-logo img {
    margin-bottom: 10px;
    width: 60px;
    height: 60px
}

.card_index .bank .bank-logo .a-pic {
    color: #333
}

.card_index .bank .bank-logo .a-pic .miaoshu {
    font-size: 12px;
    margin-bottom: 30px
}

.card_index .bank .bank-logo .a-more {
    color: #ff2e2e;
    text-decoration: underline
}

.card_index .bank-show {
    padding: 15px 0 15px 10px;
    background: #fff;
    border: 1px solid #e7e7e7
}

.card_index .bank-show a {
    display: block;
    float: left;
    font-size: 12px;
    width: 96px;
    text-align: center
}

.card_index .bank-show a:hover h3,.card_index .bank-show a:hover p {
    color: #ff2e2e
}

.card_index .bank-show a img {
    width: 45px;
    height: 45px
}

.card_index .bank-show a h3 {
    color: #333;
    line-height: 1.5;
    margin-top: 10px
}

.card_index .bank-show a p {
    color: #909090;
    font-size: 11px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.card_index .bank-show .more-bank h3 {
    color: #ff2e2e;
    text-decoration: underline
}


.card-shot .apply-btn-bdr {
    display: block;
    width: 168px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ff2e2e;
    text-align: center;
    font-size: 12px;
    color: #ff2e2e;
    border-radius: 3px;
    margin-top: 15px;
}





.card-nav {
    border: 1px solid #e8e8e8;
    padding: 0 20px;
    background: #fff;
    margin-bottom: 20px;
}

.card-nav dl {
    padding: 15px 0 5px;
    position: relative;
    overflow: hidden;
}

.card-nav dl dt {
    float: left;
    font-size: 12px;
    color: #909090;
    width: 60px;
}

.card-nav dl dd{
    float: left;
}

.card-nav dl .other{
    float: left;
    width: 1000px;
}

.card-nav dl dd a{
    font-size: 12px;
    color: #333;
    padding: 0 20px 15px;
    white-space: nowrap;
    display: inline-block;
    position: relative;
}


.card-nav dl dd a.all{
    color: #FF2E2E
}

.result{
    margin-left: -8.5px;
    margin-bottom: 20px;
}
.result .card {
    padding: 20px;
    width: 553px;
    height: 215px;
    float: left;
    border: 1px solid #e8e8e8;
    background: #fff;
    position: relative;
    margin-left: 8.5px;
    margin-bottom: 10px;
}

.result .card .detail {
    width: 330px;
    font-size: 12px;
}

.result .card .detail a {
    color: #909090;
}

.result .card .detail h2 {
    font-size: 14px;
    color: #333;
}

.result .card .detail p {
    font-size: 12px;
    color: #ff2e2e;
    margin-top: 0;
    margin-bottom: 10px;
}

.result .card .detail span {
    color: #333;
    margin-right: 38px;
    display: inline-block;
    margin-bottom: 5px;
}

.result .card .detail dl {
    margin-bottom: 5px;
}

.result .card .detail dt {
    float: left;
    width: 61px;
    color: #909090;
}

.result .card .detail dd {
    float: left;
    width: 100%;
    width: 240px;
    color: #333;
}

.result .card .apply {
    width: 160px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 125px;
    bottom: 20px;
    background: #FF2E2E;
    border-radius: 3px;
    display: block;
    margin-top: 5px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.result .card .main-card img {
    width: 190px;
    height: 120px;
}

















.card-show-box{
    position: relative;
}
.card-show-box .card-info {
    margin-bottom: 10px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
}

.card-show-box .card-info .con{
    position: relative;
    padding: 30px;
    overflow: hidden;
}

.card-show-box .card-info .card-pic {
    float: left;
    margin-right: 20px;
    width: 230px;
    height: 144px;
    border-radius: 4px;
}

.card-show-box .card-info h3 {
    float: left;
    width: 640px;
    margin-top: 10px;
    color: #333;
    font-size: 20px;
}

.card-show-box .card-info p {
    width: 450px;
    margin-top: 5px;
    float: left;
    font-size: 16px;
    color: #909090;
}

.card-show-box .card-info ul {
    float: left;
    width: 640px;
    margin-top: 15px;
}


.card-show-box .card-info ul li {
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    margin-right: 10px;
    float: left;
    font-size: 12px;
    color: #ff2a22;
    border: 1px solid #ff2a22;
    border-radius: 4px;
}


.card-show-box .card-info .btn {
    position: absolute;
    top: 80px;
    right: 100px;
    width: 160px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #ff2a22;
    border-radius: 4px;
}

.card-show-box .card-info .btn a{
    display: block;
    color: #fff;
}



.card-show-box .con-box .card-con {
    margin-bottom: 10px;
    padding-bottom: 30px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    color: #333;
}

.card-show-box .con-box .card-con h2,.card-show-box .card-rights h2{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    background-color: #fbfbfb;
}
.card-show-box .con-box .card-con h2 img, .card-show-box .card-rights h2 img{
    width: 20px;
    margin: -5px 10px 0 30px;
    vertical-align: middle;
}

.card-show-box .con-box .card-con dl{
    float: left;
    padding: 30px 30px 0;
    font-size: 14px;
}

.card-show-box .con-box .card-con dt{
    position: relative;
    float: left;
    width: 100px;
    padding-left: 16px;
}

.card-show-box .con-box .card-con dd{
    width: 700px;
    float: left;
    color: #909090;
}

.card-show-box .con-box .card-con i{
    position: absolute;
    top: 7px;
    left: 0;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #e6e6e6;
}



.card-show-box .card-rights {
    margin-bottom: 10px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    color: #333;
}


.card-show-box .card-rights .con dl {
    float: left;
    margin: 0 30px;
    padding: 20px 0 10px;
    border-bottom: 1px solid #e7e7e7;
}
.card-show-box .card-rights .con dl dt {
    float: left;
    font-size: 16px;
    width: 116px;
}

.card-show-box .card-rights .con dl dt span {
    position: relative;
    top: -8px;
    border-bottom: 10px solid #fed8d3;
}

.card-show-box .card-rights .con dl dt span b {
    font-weight: 400;
    position: relative;
    bottom: -8px;
}

.card-show-box .card-rights .con dl dd {
    float: left;
    width: 995px;
}


.card-show-box .card-rights .con dl dd h4 {
    position: relative;
    margin-bottom: 8px;
    padding-left: 16px;
    font-weight: 400;
    font-size: 16px;
}

.card-show-box .card-rights .con dl dd h4 i {
    position: absolute;
    top: 8px;
    left: 0;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ff2a22;
}

.card-show-box .card-rights .con dl dd p {
    margin-bottom: 8px;
    line-height: 25px;
    font-size: 14px;
    color: #909090;
}








.schome_video_list.card .v_item .sp_tu>a>img{
    object-fit: fill;
    height: auto;
    width: 290px;
    vertical-align: middle;
    height: 180px;
}



.schome_video_list.card .v_item .sp_tu{
    height: auto;
    width: 290px;
    padding: 20px 20px 0 20px;
}


.schome_video_list.card .v_item h3 {
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.schome_video_list.card .v_item .btn{
    display: block;
    line-height: 30px;
    border: 1px solid #ff2e2e;
    text-align: center;
    font-size: 12px;
    color: #ff2e2e;
    border-radius: 3px;
    margin: 15px 20px 0;
    width: 290px;
}

.schome_video_list.card .v_item .btn:hover{
    background: #ff2e2e;
    color: #fff
}



/*.header_sub_nav {
    position: absolute;
    top: 78px;
    z-index: 99;
    background: #fff;
    width: 100%;
    border-top: 1px solid #f6f6f6;
}


.header_sub_nav .n_list{
    margin-left: 380px;
    padding: 20px 0;
    overflow: hidden;
}

.header_sub_nav .n_list li{
    float: left;
    margin-right: 30px;
}

.header_sub_nav .n_list li a{
    margin-right: 30px;
    font-size: 18px;
}*/