/*文章*/
.news_left {
    margin-right: 20px;
    width: 900px;
    min-height: 400px;
}

.news_list_ctr {
    margin-bottom: 12px;
    width: 100%;
    height: auto;
    border-radius: 6px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    cursor: pointer;
    padding: 10px 16px;
}

.news_list_ctr .news_list_item {
    padding: 3px 0;
    margin: 8px 0;
    /* border-bottom: 1px solid #f5f5f5; */
}
.news_list_ctr .news_list_item:hover {
    background-color: #f3f3f3;
}

.news_list_ctr .news_list_item:hover .leftBox img {
    transform: scale(1.1);
}

.news_list_ctr .news_list_item .leftBox {
    float: left;
    width: 80px;
    height: 60px;
    margin-right: 10px;
}
.news_list_ctr .news_list_item .leftBox img {
    height: 100%;
    max-width: 100%;
    min-width: 100%;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transition: all 0.5s;
}

.news_list_ctr .news_list_item .rightBox {
    float: left;
}

.news_list_item1 {
    display: flex;
}

.news_list_title {
    width: 100%;
    display: -webkit-box;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: bold;
}

.news_list_title1 {
    width: 100%;
    display: -webkit-box;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news_list_info {
    width: 100%;
    display: -webkit-box;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #888;
}

.news_list_date {
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    color: #777777;
}

.news_list_date .news_author {
    margin-right: 15px;
}

.news_list_date .news_data {
    margin-right: 15px;
}

.news_list_date .news_view {
    margin-right: 15px;
}



.news_list_date i {
    margin-right: 4px;
    font-size: 14px;
}

.news_left_ctt {
    margin-bottom: 30px;
    width: 100%;
    min-height: 480px;
    border-radius: 6px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.news_show_title {
    width: 100%;
    line-height: 34px;
    font-size: 24px;
    text-align: center;
    margin: 5px 0;
}

.news_show_info {
    padding-top: 20px;
    width: 100%;
    line-height: 32px;
    min-height: 360px;
}

.news_show_info img {
    max-width: 100%;
    height: auto;
}

/*右侧*/
.news_right {
    width: 280px;
    height: auto;
}

.news_right_ctr {
    margin-bottom: 12px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    background: #fff;
    padding: 15px;
}

.news_right_ctr .tkImg {
    width: 310px;
    height: auto;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.news_right_title {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.news_right_title .index_news_more {
    font-weight: normal;
}

.news_right_title .index_news_more:hover {
    text-decoration: underline;
}

.news_right_title li {
    font-weight: bold;
    font-size: 16px;
}
.news_right_title li.layui-this {
    color: #f86342;
}
.news_right_title li.layui-this:after {
    border-bottom: 3px solid #f86342;
}

.news_right_cell,.news_right_cell_on {
    width: 100%;
    /* padding: 10px 0 5px 0; */
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_right_cell a {
    line-height: 40px;
}

.news_right_cell_on a {
    color: #f86342;
}

.news_right_cell .number {
    background-color: #f86342;
    margin-right: 8px;
    padding: 2px 6px;
    border-radius: 2px;
    color: #ffffff;
    font-size: 14px;
}

.news_list_line {
    height: 1px;
    /* background-color: #f1f1f1; */
    border-top: 1px dashed #f1f1f1;
    margin: 20px 10px 10px 10px;
}

.news_show_line {
    height: 1px;
    background-color: #f1f1f1;
    margin: 50px 30px 20px 30px ;
}

.news_show_line_title {
    margin: 40px 30px 0px 0px ;
    height: 40px;
    font-size: 18px;
    border-bottom: 1px solid #f1f1f1;
}

/* 广告位 */
.news_show_ads {
    /* margin-top: 10px; */
}

.news_show_ads img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.news_show_share {
    padding: 15px;
    overflow: hidden;
    margin: 20px auto 0;
    line-height: 24px;
    background: #f5f5f5;
}
.news_show_share img {
    width: 120px;
    float: left;
    margin-right: 15px;
}
.news_show_share .news_show_share_text {
    line-height: 28px;
    padding: 4px 0;
}

/* .news_show_share .news_show_share_text p {
    line-height: 36px;
} */

.news_show_pre_next {
    overflow: hidden;
    margin: 40px 0 0px 0;
}
.news_show_pre_next ul li {
    width: 50%;
    float: left;
    overflow: hidden;
}
.news_show_pre_next ul li a {
    display: block;
    overflow: hidden;
}
.news_show_pre_next ul li:nth-child(1) a {
    margin-right: 10px;
}
.news_show_pre_next ul li:nth-child(2) a {
    margin-left: 10px;
}
.news_show_pre_next ul li i {
    display: block;
    width: 130px;
    height: 80px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    position: relative;
}
.news_show_pre_next em {
    position: absolute;
    left: 0;
    top: 0;
    font-style: normal;
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    line-height: 80px;
    text-align: center;
    background: #a9a9a9;
    z-index: 1;
}
.news_show_pre_next img {
    width: 100%;
    transition: .5s;
}
.news_show_pre_next h2 {
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px;
    height: 52px;
    font-weight: normal;
}
.news_show_pre_next p {
    font-size: 14px;
}
.news_show_pre_next p span {
    font-size: 14px;
    padding-right: 4px;
}




/* 倒计时 */
.countdownBox {
    padding: 12px;
    /*background-image:;
    url(https://cdnoss.ksyt.com.cn/wxImages/no-shoucang.png);
    background-position: top;
    background-repeat: no-repeat;
    */background-size: 100%;
    height: 80px;

    background: #ADA996;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */



    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
}
.countTit {
    font-size: 20px;
    width: 100%;
    line-height: 32px;
    text-align: center;
}
.countdownBox:hover .countTit {
    color: #f86342;
}
#countdown-clock{
	display: flex;
	justify-content: center;
    align-items: flex-end;
    position: relative;
    right: 0;
    top: 6px;
}
#countdown-clock > .time{
	background: rgba(180,180,180,0.3);
	border-radius: 4px;
	padding: 0px 8px;
	margin-right: 4px;
	font-size: 24px;
	font-weight: 600;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
#countdown-clock .time > span{
	font-weight: 700;
}
#countdown-clock .dayText {
    font-weight: normal;
    font-size: 20px;
}


.news_btn_ctr {
    width: 273px;
    justify-content: center;
    border-left: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    
}

.cell_border {
    border-right: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    margin: 0px 0px;
    width: 90px;
    height: 90px;
    justify-content: center;
}