@charset "utf-8";


.content-main {
    width: 100%;
}

.content-main-center {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/* 竞彩足球概况 */
.news h5 {
    font-size: 32px;
    color: #00704A;
    padding-bottom: 60px;
    font-weight: 600;
}

.news-list {
    width: 100%;
}

.news-list .news-item {
    width: 520px;
    float: left;
    height: 690px;
}

.news-list .news-item:nth-child(2n+0) {
    float: right;
}

.item-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.item-img img {
    display: block;
    width: 100%;
}

.item-date {
    font-size: 14px;
    color: #ff7800;
    position: relative;
    margin-top: 20px;
    padding-bottom: 16px;
}

.item-date::after {
    position: absolute;
    left: -38px;
    top: 9px;
    content: "";
    display: block;
    width: 30px;
    border-bottom: 1px solid #ff7800;
}

.item-date-dd {
    font-size: 14px;
    color: #ff7800;
    position: relative;
    margin-top: 20px;
    padding-bottom: 16px;
    padding-left: 34px;
}

.item-date-dd::after {
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
    display: block;
    width: 30px;
    border-bottom: 1px solid #ff7800;
}

.item-title {
    font-size: 22px;
    color: #333;
    line-height: 38px;
    font-weight: 600;
    display: block;
}
.mobile-new-jg{width: 106%;margin: 0.4rem 0 0.4rem -3%;height: 1px;background: #EEEEEE;}
.item-section {
    padding-top: 20px;
    font-size: 14px;
    color: #555e5c;
    line-height: 24px;
    height: 74px;
    overflow: hidden;
}

.item-look {
    display: block;
    width: 198px;
    height: 58px;
    margin-top: 30px;
    border: 1px solid #adb6b5;
    text-align: center;
    line-height: 58px;
}
.item-look:hover{background: #007263;border: none;}
.item-look:hover .item-look-span{color: #fff;}
.item-look:hover .item-look-span::after{background: url(/static/front/images/news/left-hover.png);}

.item-look span {
    font-size: 16px;
    color: #007263;
    padding-right: 30px;
    position: relative;
}

.item-look span::after {
    position: absolute;
    right: 0;
    top: 2px;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url('/static/front/images/news/left.png');
}

.list-look-more {
    width: 100%;
    height: 124px;
    padding-bottom: 280px;
    position: relative;
}

.list-look-more a {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -212px;
    width: 424px;
    height: 122px;
    line-height: 122px;
    text-align: center;
    font-size: 20px;
    color: #007263;
    border: 2px solid #007263;
}

.list-look-more a span {
    padding-left: 6px;
}

/* 新闻详情 */
.news-detail-title {
    position: absolute;
    top: 250px;
    left: 110px;
    z-index: 60;
    width: 890px;
    /* Firefox 4 */
    -webkit-transition: all 0.6s;
    /* Safari and Chrome */
    -o-transition: all 0.6s;
    /* Opera */
    transition: all 0.6s;
    opacity: 0;
}
.content-header-center-lineactive.news-detail-center-line {
    width: 80px;
}
.news-detail-center-line {
    position: absolute;
    bottom: 170px;
    left: -40px;
    width: 0;
    border-bottom: 3px solid #ff7800;
    z-index: 60;
    /* Firefox 4 */
    -webkit-transition: all 0.6s;
    /* Safari and Chrome */
    -o-transition: all 0.6s;
    /* Opera */
    transition: all 0.6s;
}
.news-detail-titleactive {
    opacity: 1;
}

.news-detail-title h4 {
    font-size: 17px;
    color: #ff7800;
    padding-bottom: 2px;
}

.news-detail-title h5 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    line-height: 56px;
}

.content-header-news-detail {
    padding-bottom: 0;
}

.news-detail {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    min-height: 560px;
    padding-bottom: 146px;
    z-index: 222;
}

.newdetail-con .content-header{height: 642px;}
.wapper-detail-news .left-center-img{top: 115px;width: auto;}
.newdetail-con .content-header-center{margin-left: -680px;}
.news-detail-left {
	width: 50%;
    height: 100%;
    box-sizing: border-box;
    padding: 120px 62px 0 0;
    position: absolute;
    text-align: right;
    top: -60px;
    background-color: #fff;
    background-image: url(/static/front/images/detail2.jpg);
    background-repeat: no-repeat;
    border-right: 1px solid #F9F9F9;
}

.wrapper-swipers {
    width: 480px;
    height: 350px;
    float: right;
}

.wrapper-swipers .swiper-container {
    width: 100%;
    height: 100%;
}

.wrapper-swipers .swiper-container .swiper-slide .swiper-imgs {
    display: block;
    max-width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -2px;
}

.swiper-pagination-bullet {
    background: #e5e5e5;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #00704A;
}

.news-pre-next {
    position: absolute;
    bottom: 80px;
    width: 480px;
    box-sizing: border-box;
    right: 62px;
    text-align: center;
    font-size: 0;
}

.news-pre {
    float: left;
    display: block;
    font-size: 14px;
    color: #999999;
    position: relative;
    padding-left: 40px;
}

.news-pre::after {
    position: absolute;
    left: 0;
    top: 2px;
    content: "";
    display: block;
    width: 25px;
    height: 17px;
    background: url('/static/front/images/news/lbtn.png');
    background-size: 100% 100%;
}

.news-pre:hover::after {
    background: url('/static/front/images/news/lbtnA.png');
    background-size: 100% 100%;
}

.news-next {
    float: right;
    display: block;
    font-size: 14px;
    color: #999999;
    position: relative;
    padding-right: 40px;
}

.news-next::after {
    position: absolute;
    right: 0;
    top: 2px;
    content: "";
    display: block;
    width: 25px;
    height: 17px;
    background: url('/static/front/images/news/rbtn.png');
    background-size: 100% 100%;
}

.news-next:hover::after {
    background: url('/static/front/images/news/rbtnA.png');
    background-size: 100% 100%;
}

.news-pre-next a:hover {
    color: #00704A;
}

.news-list-btn {
    display: inline-block;
    width: 40px;
    height: 22px;
    background: url('/static/front/images/news/list.png');
    position: relative;
}

.news-detail-right {
    width: 600px;
    min-height: 560px;
    padding-top: 52px;
    margin-left: 50%;
    padding-left: 60px;
}

.news-detail-right p {
    font-size: 14px;
    color: #555555;
    padding-bottom: 10px;
    text-indent: 28px;
    line-height: 26px;
}



/*开元ky7818老版本报*/
.paperdd .news h5{position: relative;z-index: 444;}
.paper-list{width: 100%;padding-bottom: 130px;}
.paper-con .owl-prev,.paper-con .owl-next{ width: 28px; height: 53px; font-size: 0 !important;outline: none;}
.paper-con .owl-prev{position: absolute;left: -50px;top: 50%;margin: 0 !important;margin-top: -26px !important;background: url('/static/front/images/paper_left.png') center center no-repeat !important;}
.paper-con .owl-next{ position: absolute; right: -50px; top: 50%;margin: 0 !important; margin-top: -26px !important; background: url('/static/front/images/paper_right.png') center center no-repeat !important;}
.owl-carousel.owl-loaded.paper-con {height: 510px;display: none;}
.paper-con .owl-prev.disabled,.paper-con .owl-next.disabled{opacity: 0.6;}
.paper-con .owl-nav button span{display: none;}
.paper_box{width: auto;height: 510px;cursor: pointer;display: block;overflow: hidden;position: relative;}
.paper_img{
    width: 96%;
    height: 96%;
    transition: all 0.5s;
    background-size: 100%;
    background-position: center;
    box-shadow: 1px 4px 6px 3px #e6e1e1;
    margin: 2%;
    position: relative;
    background-repeat: no-repeat;
    padding: 8px;
}
.paper_img:before{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 8px;
    left: -6px;
    box-shadow: 1px 4px 6px 3px #e6e1e1;
    background: #fff;
    content: '';
    z-index: 1;
}
.owl-carousel .owl-item .paper_img img {
    width: auto;
    display: block;
    max-width: 100%;
    position: relative;
    z-index: 3;
    max-height: 100%;
    margin: 0 auto;
}
.paper_box .span1{
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    position: absolute;
    bottom: -3%;
    background: #10AA82;
    text-align: right;
    font-size: 16px;
    z-index: 5;
    left: -7px;
    overflow: hidden;
    padding: 0 10px;
}
.paper_box .span2{
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #10AA82;
    position: absolute;
    bottom: -3%;
    background: #10AA82;
    text-align: right;
    font-size: 16px;
    z-index: 4;
    left: -7px;
}
.paper_box em{
    position: absolute;
    top: -35px;
    font-size: 70px;
    font-family: Helvetica;
    font-weight: 600;
    font-style: initial;
    left: 27px;
    line-height: 70px;
}
.right_dd .filter-box {
    position: relative;
}

.right_dd .filter-box select {
    display: none;
}

.right_dd .filter-text {
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding: 0 30px 0 10px;
        height: 40px;
    background: #10AA82;
    width: 120px;
}

.right_dd .filter-text input {
    font-size: 16px;
}

.right_dd .filter-text .filter-title {
    width: 100%;
    height: 100%;
    line-height: 40px;
    border: 0;
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    cursor: pointer;
    color: #fff;
    float: left;
}

.right_dd .filter-list {
    display: none;
    width: 100%;
    max-height: 300px;
    background-color: #fff;
    font-size: 14px;
    position: absolute;
    top: 41px;
    left: 0;
    z-index: 99;
    border: 1px solid #e6e6e6;
    overflow: auto !important;
}

.right_dd .filter-list li.filter-null a {
    color: #d2d2d2;
}

.right_dd .filter-list li a {
    display: block;
    padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    font-size: 14px;
}

.right_dd .filter-list li:hover {
    background-color: #f2f2f2;
}

.right_dd .filter-list li.filter-selected {
    background-color: #00704A;
}

.right_dd .filter-list li.filter-selected a{
    display: block;
    color: #fff;
}

.right_dd .filter-list li.filter-disabled {
    background-color: #fff;
}

.right_dd .filter-list li.filter-disabled a{
    display: block;
    color: #d2d2d2;
}

.right_dd .filter-list li.filter-disabled:hover a {
    cursor: not-allowed!important;
    background-color: #fff;
}

.right_dd .icon {
    position: absolute;
}

.right_dd .icon-filter-arrow {
    width: 12px;
    height: 7px;
    background-repeat: no-repeat;
    background-image: url(/static/front/images/white-arr.png);
    background-size: 100%;
    right: 10px;
    top: 16px;
    transition: all .2s;
}

.right_dd .icon-filter-arrow.filter-show {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.right_dd .filter-list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.right_dd .filter-list::-webkit-scrollbar-track {
    background: #fff 
}

.right_dd .filter-list::-webkit-scrollbar-thumb {
    background: #CBCBCB;
}
.paper_num{line-height: 40px;
    font-size: 14px;    margin-left: 12px;}
.paper_num i{    font-style: initial;}
.paper_num b{    font-weight: 100;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    display: inline-block;
    float: left;
    margin-right: 23px;margin-left: 10px;}