﻿

.banner{
    position: relative;
    height: 520px;
    background: url(../images/banner.jpg) no-repeat;
    background-size: 100% auto;
}
.banner:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 520px;
    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;
    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: -webkit-gradient(linear,left top,right top,from(#ff9356),to(#ff5d45));
    background: linear-gradient(90deg,#ff9356,#ff5d45);
    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 {
    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
}





.schome_left{
    float: left;
    width: 800px;
}
.schome_right{
    float: right;
    width: 300px;
}

.schome_left_v2{
    float: left;
    width: 880px;
}
.schome_right_v2{
    float: right;
    width: 300px;
}


/* 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: #F23835;
}

.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: 10px;
}
.schome_tart_list .li_item img{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 240px;
    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: 275px;
    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: 330px;
    height: 160px;
    overflow: hidden;
}

.schome_video_list .v_item .sp_tu>a>img {
    width: 330px;
    height: 160px;
    object-fit: cover;
}

.schome_video_list .v_item h3 {
    font-size: 16px;
    padding: 0 20px;
    font-weight: 400;
}

.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;
}
.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;
}
.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 {
padding:10px ;font-size: 18px;color: #444;line-height: 30px;
}
.content p{
  margin: 25px 0;
    text-indent: 2em;
    font-size: 18px;
    color: #2f2f2f;
    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;
}
.tags_box{
    margin-top: 30px;
    padding-left: 40px;
    background: url(../images/hicon_tag.png) left center no-repeat;
    background-size: 20px auto;
}

.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;
}





/*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;
}


.content table{color: #333; border:0px; width: 100%;background-color: #fff;color: #333;margin: 10px 0;    border-collapse: collapse; border-spacing: 0;}
.content table td ,  .content table th {padding: 9px 15px;min-height: 20px;line-height: 20px;font-size: 14px;border-width: 1px;border-style: solid;border-color: #333;}
.content table th { background-color: #FAFAFA; font-weight:300}
.content table tr:hover {background-color: #FAFAFA;}


.c_sy2019{
	width: 80px;
	height:5px;
	background: #fff;
	overflow: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
	border: 0px solid #e5e5e5;
	font-size: 18px;
	color: #333;
	line-height: 24px;
	text-indent: 1em;
	float:left;
	margin-top: 15px;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	
} 