/* * {
    margin: 0;
    padding: 0
} */


a {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

/* body {
    background-color: #ffffff;
    min-width: 1440px;
} */

.index-box {
    width: 1440px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.index-box .tab-box {
    border-bottom: solid 1px #d5d5d5;
    font-size: 0;
    text-align: center;
}

.index-box .tab-box .tab-content {
    display: inline-block;
}

.index-box .tab-box .tab-content>div {
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    padding: 0 20px;
    margin-right: 12px;
    color: #333333;
    position: relative;
}

.index-box .tab-box .tab-content>div::after {
    content: '';
    display: block;
    width: 1px;
    height: 25px;
    background-color: #e5e5e5;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12.5px;
}

.index-box .tab-box .tab-content>ul {
    list-style: none;
    float: left;
}

.index-box .tab-box .tab-content>ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
    line-height: 50px;
    color: #333333;
}
.index-box .tab-box .tab-content>ul li:hover::after,
.index-box .tab-box .tab-content>ul li.on::after {
    content: '';
    display: block;
    width: 29px;
    height: 2px;
    background-color: #5b82ff;
    position: absolute;
    bottom: 0;
    z-index: 0;
    left: 50%;
    margin-left: -14.5px;
}

.index-box .top-img {
    width: 100%;
    position: relative;
    margin-top: 55px;
    margin-bottom: 55px;
}

.index-box .top-img img {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
}

.index-box .top-img .remark {
    position: absolute;
    left: 58px;
    z-index: 1;
    bottom: 60px;
    width: 647px;
    overflow: hidden;
}

.index-box .top-img .remark .title {
    font-size: 55px;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 20px;
    color: #ffffff;
}

.index-box .top-img .remark .desc {
    font-size: 22px;
    font-weight: normal;
    line-height: 27px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

.index-box .list-box>ul {
    list-style: none;
}

.index-box .list-box>ul li {
    width: 450px;
    float: left;
    height: 478px;
    background-color: #f8f8f8;
    margin-right: 44px;
    margin-bottom: 47px;
    
}

.index-box .list-box>ul li:nth-child(3n) {
    margin-right: 0;
}

.index-box .list-box>ul li .img {
    position: relative;
    font-size: 0;
}

.index-box .list-box>ul li .img>img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
}

.index-box .list-box>ul li .img .play {
    display: block;
    width: 90px;
    height: 90px;
    background: url(../img/i-play.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
}

.index-box .list-box>ul li .remark {
    padding: 20px 30px;
    box-sizing: border-box;
}

.index-box .list-box>ul li .desc {
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
    color: #333333;
    height: 130px;
}

.index-box .list-box>ul li .time {
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    color: #333333;
}

.index-box .list-box .more {
    text-align: center;
}

.index-box .list-box .more>div {
    display: inline-block;
    cursor: pointer;
}

.index-box .list-box .more>div p {
    float: left;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #333333;
}

.index-box .list-box .more>div img {
    display: block;
    float: left;
    width: 16px;
    margin-top: 10px;
    margin-left: 10px;
}

.index-box .top-desc {
    margin-top: 30px;
    margin-bottom: 40px;
}

.index-box .top-desc .title {
    font-size: 46px;
    font-weight: bold;
    line-height: 80px;
    color: #333333;
}

.index-box .top-desc .desc {
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    color: #666666;
}


.index-box .table-control .table-control-box {
    float: right;
}

.index-box .table-control .table-control-box {
    text-align: center;
    box-sizing: border-box;
}

.index-box .table-control .table-control-box .table-num {
    display: inline-block;
    margin-right: 12px;
    font-size: 0;
}

.index-box .table-control .table-control-box .table-num .up,
.index-box .table-control .table-control-box .table-num .down {
    width: 73px;
    display: inline-block;
    height: 30px;
    border-radius: 4px;
    border: solid 1px #d5d5d5;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    color: #333333;
    cursor: pointer;
}

.index-box .table-control .table-control-box .table-num ul {
    display: inline-block;
    list-style: none;
    margin: 0 4.5px;
}

.index-box .table-control .table-control-box .table-num ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: solid 1px #d5d5d5;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    text-align: center;
    line-height: 30px;
    margin: 0 4.5px;
    cursor: pointer;
}

.index-box .table-control .table-control-box .table-num ul li.dot {
    border: none;
    margin: 0;
}

.index-box .table-control .table-control-box .table-num ul li.on {
    color: #5b82ff;
}

.index-box .table-control .table-control-box .table-num ul li:hover {
    color: #5b82ff;
}

.index-box .table-control .table-control-box .table-num ul li.dot:hover {
    color: #5b82ff;
}

.index-box .table-control .table-control-box .table-num>div:hover {
    color: #5b82ff;
}

.index-box .table-control .table-control-box .table-input .input {
    float: left;
    margin-right: 12px;
}

.index-box .table-control .table-control-box .table-input .input p {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    color: #333333;
    display: inline-block;
}

.index-box .table-control .table-control-box .table-input .input input {
    width: 73px;
    height: 30px;
    border-radius: 4px;
    border: solid 1px #d5d5d5;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    line-height: 30px;
    color: #333333;
    margin: 0 8px;
    outline: none;
}

.index-box .table-control .table-control-box .table-input .btn {
    width: 73px;
    height: 30px;
    float: left;
    background-color: #5b82ff;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}


.index-box .mid-box{
    text-align: center;
    margin-bottom: 35px;
}
.index-box .mid-box>div{
    display: inline-block;
}
.index-box .mid-box>div>div{
    	width: 180px;
        float: left;
        text-align: center;
	height: 50px;
	background-color: #f7f8f9;
	border-radius: 4px;
    display: block;
    padding-left: 20px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 15px;
}
.index-box .mid-box>div>div:hover,
.index-box .mid-box>div>div.on{
    	background-color: #208ce7;
}
.index-box .mid-box>div>div p{
    	font-size: 18px;
	font-weight: normal;
    display:block;
        float: left;
	line-height: 50px;
	color: #333333;
}
.index-box .mid-box>div>div:hover p,
.index-box .mid-box>div>div.on p{
    	color: #ffffff;
}
.index-box .mid-box>div>div i{
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: -10px;
}
.index-box .mid-box>div>div i.i-hdyg{
    background: url(../img/i-hdyg.png) center center no-repeat;
    background-size: 100% 100%;
}
.index-box .mid-box>div>div:hover i.i-hdyg,
.index-box .mid-box>div>div.on i.i-hdyg{
    background: url(../img/i-hdyg-on.png) center center no-repeat;
    background-size: 100% 100%;
}
   .index-box .mid-box>div>div i.i-hdhg{
    background: url(../img/i-hdhg.png) center center no-repeat;
    background-size: 100% 100%;
}
.index-box .mid-box>div>div:hover i.i-hdhg,
.index-box .mid-box>div>div.on i.i-hdhg{
    background: url(../img/i-hdhg-on.png) center center no-repeat;
    background-size: 100% 100%;
}


.index-box .xq-title{
    font-size: 32px;
	font-weight: 500;
	line-height: 190px;
    text-align: center;
	color: #333333;
}
.index-box .xq-list{
    margin-bottom: 50px;
}
.index-box .xq-list>ul{
    display: flex;
    list-style: none;
}
.index-box .xq-list>ul>li{
    float: left;
    flex: 1;
    	/* width: 466px; */
	min-height: 513px;
	background-color: #f8f8f8;
    margin-right: 20px;
 
}
.index-box .xq-list>ul>li:last-child{
    margin-right: 0;
}
.index-box .xq-list>ul>li .img{
    position: relative;
    font-size: 0;
}
.index-box .xq-list>ul>li .img>img{
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
}
.index-box .xq-list>ul>li .img>.tips{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    	width: 66px;
	height: 32px;
	background-color: #f5ebde;
    font-size: 14px;
	font-weight: normal;
	line-height: 32px;
    text-align: center;
	color: #b34700;
}
.index-box .xq-list>ul>li .reamrk{
    padding: 20px 32px;
    box-sizing: border-box;
    width: 380px;
}
.index-box .xq-list>ul>li .reamrk .title{
    	font-size: 18px;
	font-weight: bold;
	/* line-height: 18px; */
	color: #333333;
    margin-bottom: 14px;
}
.index-box .xq-list>ul>li .reamrk .time{
    margin-bottom: 20px;
}
.index-box .xq-list>ul>li .reamrk .time img{
    display: inline-block;
    margin-top: 4px;
}
.index-box .xq-list>ul>li .reamrk .time p{
    display: inline;
    font-size: 17px;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
}
.index-box .xq-list>ul>li .reamrk .desc{
    font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	color: #666666;
    max-height: 84px;
    overflow: hidden;
}
.index-box .xq-list>ul>li.text{
    position: relative;
}
.index-box .xq-list>ul>li.text>.tips{
position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 66px;
    height: 32px;
    background-color: #f5ebde;
    font-size: 14px;
    font-weight: normal;
    line-height: 32px;
    text-align: center;
    color: #b34700;
}
.index-box .xq-list>ul>li.text::after{
    content: '';
    display: block;
    height: 60px;
    background-image: linear-gradient(to bottom,rgba(248, 248, 248, 0.2),rgba(248, 248, 248, 1));
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 20px;
}
.index-box .xq-list>ul>li.text .text-scroll{
    height: 100%;
    overflow: auto;
    padding: 70px 28px 30px 40px;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
}
.index-box .xq-list>ul>li.text .text-scroll>ul{
    list-style: none;
    padding-left: 30px;
}
.index-box .xq-list>ul>li.text .text-scroll>ul>li{
    margin-bottom: 25px;
    cursor: pointer;
}
.index-box .xq-list>ul>li.text .text-scroll>ul>li .desc{
    	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
    margin-bottom: 10px;
}
.index-box .xq-list>ul>li.text .text-scroll>ul>li .time{
    	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #333333;
}
.index-box .xq-more{
    text-align: center;
}
.index-box .xq-more>div{
    display: inline-block;
    	width: 169px;
	height: 39px;
	border: solid 1px #5b82ff;
    	font-size: 16px;
	font-weight: normal;
	line-height: 39px;
    text-align: center;
    margin: 0 18px;
	color: #5b82ff;
}
@media screen and (min-width: 1024px) and (max-width: 1600px){
    .index-box {
     max-width:1140px;
    }
    .index-box .xq-list>ul>li .reamrk{
        width: 290px;
        padding: 20px 28px;
        }
        .index-box .xq-list>ul>li .reamrk .title{
            margin-bottom: 5px;
                font-size: 14px;
                margin-top: 10px;
                line-height: 18px;
        }
        .index-box .xq-list>ul>li .reamrk .time p{
            font-size: 12px;
        }
   .index-box .xq-list>ul>li.text .text-scroll>ul>li .desc{
    font-size: 14px;
    line-height: 18px;
}
.index-box .xq-list>ul>li .reamrk .desc{
    font-size: 12px;
    line-height: 22px;
    max-height: 70px;
}

.index-box .xq-list>ul>li{
width: 300px;
    }
    .index-box .xq-list>ul>li{
        min-height: 420px;
    }
    .index-box .xq-list>ul>li.text .text-scroll>ul{
        padding-left:10px;
    }
    .index-box .xq-list>ul>li .img>.tips,.index-box .xq-list>ul>li.text>.tips{
          width: 49px;
        height: 25px;
        line-height: 25px;
        font-size: 10px;
    }
    .index-box .xq-more>div{
        width: 150px;
        height: 34px;
        font-size: 14px;
        line-height: 34px;
    }
    .index-box .xq-list>ul>li.text .text-scroll>ul>li .time{
        font-size: 13px;
        line-height: 20px;
    }
    .index-box .xq-list>ul>li.text .text-scroll{
        padding-top: 55px;
    }
    .index-box .xq-list>ul>li .reamrk .time img{
        width: 10px;}
}


.jumpnews,.moreact,.morenews{
cursor: pointer;
}
