*{
    padding: 0;
    margin: 0;
}
.main-all{
    position: relative;
    width: 100%;
    min-width: 1000px;
    height: 5230px;
    background: url(../img/bg.jpg) no-repeat center top;
}

/* banner图 */
.main-banner{
    width: 100%;
    min-width: 1000px;
    height: 983px;
}

/* 导语 */
.main-dy{
    position: relative;
    width: 946px;
    /* height: 670px; */
    height: 583px;
    margin: 230px auto 0;
    font-size: 24px;
    line-height: 42px;
    font-family: 微软雅黑 Regular;
    color: #595959;
    transform: translateX(-8px);
}
.main-dy p{
    text-align: justify;
    vertical-align: middle;
}
.main-dy p:first-child{
    margin-bottom: 40px;
}
.main-dy :nth-child(3){
    position: absolute;
    width: 138px;
    height: 30px;
    background-color: #f54141;
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    padding: 6px 0;
    vertical-align: middle;
    border-radius: 21px;
    right: 10px;
    top: 400px;
}
.main-dy :nth-child(3) a{
    color: #fff;
    text-decoration: none;
}
.main-dy :nth-child(3) a:hover{
    color: bisque;
}

/* 直播入口 */
.main-live{
    width: 946px;
    height: 624px;
    margin: 0 auto;
}
.live-con{
    width: 766px;
    height: 460px;
    margin-left: 23px;
    padding-top: 20px;
}
.live-con a{
    display: block;
    width: 766px;
    height: 460px;
}
/* 内容区 */
.main-con{
    /* position: relative; */
    width: 100%;
    min-width: 1000px;
}
/* 内容0 */
.main-zero{
    position: relative;
    width: 990px;
    height: 620px;
    margin: 0 auto 0;
}
.zero-con{
    width: 960px;
    height: 430px;
    padding-top: 120px;
    margin: 0 auto;
}
.zero-con>div{
    float: left;
}
.zero-con .zero-left{
    width: 480px;
    height: auto;
    margin-top: 30px;
    margin-right: 40px;
}
.zero-con .zero-left img{
    width: 100%;
}
.zero-con .zero-right{
    width: 420px;
    height: auto;
    margin-top: 20px;
}
.zero-con .zero-right .right-top{
    margin-bottom: 15px;
    height: 130px;
    border-bottom: 2px dashed #ccc;
}
.zero-con .zero-right .right-top h3{
    font-size: 20px;
    line-height: 30px;
    font-family: 宋体;
    color: #000;
    margin-bottom: 10px;
}
.zero-con .zero-right .right-top p{
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}
.zero-con .zero-right ul{
    width: 420px;
    height: 230px;
    /* overflow-y: auto; */
    
}
.zero-con .zero-right ul li{
    /* font-family: 黑体; */
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    width: 400px;
    height: 22px;
    text-align: justify;
    text-indent: 2em;
    /* margin-left: 30px; */
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 6px;
    vertical-align: middle;
}

.zero-con .zero-right a{
    text-decoration: none;
    color: #000;
}
.zero-con .zero-right a:hover{
    text-decoration: underline;
    color: rgb(201, 40, 40);
}

/* 内容一 */
.main-one{
    position: relative;
    width: 990px;
    height: 489px;
    margin: 760px auto 0;
}
.one-con{
    width: 960px;
    height: 365px;
    border: 2px solid #ccc;
    margin: 0 auto;
    overflow: hidden;
}
.one-con ul{
    width: 3360px;
    list-style: none;
    height: 365px;
    animation: one 40s linear infinite;
}
@keyframes one {
	0% {
		transform: translateX(0px);
	}

	100% {
		transform: translateX(-2400px);
    }
}
.one-con ul li{
    float: left;
}
/* .one-con ul li img{
    height: 365px;
} */

/* 内容二 */
.main-two{
    position: relative;
    width: 978px;
    /* height: 572px; */
    height: 721px;
    margin: 160px auto 0;
    transform: translateX(-3px);
}
.main-two>div{
    float: left;
}
.main-two .two-left{
    width: 321px;
    height: 572px;
    margin-right: 2px;
    /* background-color: aqua; */
}
.main-two .two-left>div{
    box-sizing: border-box;
}
.main-two .two-left>div:hover{
    border: 2px solid #ffb942;
}
.main-two .two-left .selected{
    border: 2px solid #fff;
}
.main-two .two-left .left-one{
    width: 321px;
    height: 156px;
    margin-bottom: 1px;
    /* background-color: beige; */
}

.main-two .two-left .left-two{
    float: left;
    width: 145px;
    height: 115px;
    margin-bottom: 1px;
    /* background-color: brown; */
    /* margin-right: 1px; */
}
.main-two .two-left .left-three{
    float: right;
    width: 174px;
    height: 115px;
    margin-bottom: 1px;
    /* background-color: brown; */
}

.main-two .two-left .left-four{
    float: left;
    width: 145px;
    height: 143px;
    /* background-color: brown; */
    margin-right: 1px;
    margin-bottom: 1px;
}
.main-two .two-left .left-five{
    float: left;
    width: 90px;
    height: 143px;
    margin-right: 1px;
    margin-bottom: 1px;
    /* background-color: brown; */
}

.main-two .two-left .left-six{
    float: left;
    width: 83px;
    height: 143px;
    /* background-color: brown; */
}

.main-two .two-left .left-seven{
    float: left;
    width: 84px;
    height: 155px;
    /* background-color: brown; */
    margin-right: 1px;
}
.main-two .two-left .left-eight{
    float: left;
    width: 78px;
    height: 155px;
    /* background-color: brown; */
    margin-right: 1px;
}

.main-two .two-left .left-nine{
    float: left;
    width: 156px;
    height: 80px;
    margin-bottom: 1px;
}
.main-two .two-left .left-ten{
    float: left;
    width: 156px;
    height: 74px;
    /* background-color: brown; */
}

.main-two .two-right{
    float: right;
    width: 642px;
    height: 572px;
    /* background-color: brown; */
    overflow: hidden;
}
.main-two .two-right .list{
    width: 642px;
    height: 572px;
}
.main-two .two-right .list .video-con{
    margin-top: 100px;
}
.main-two .two-right .list:nth-child(6) .video-con{
    margin-top: 165px;
}
.main-two .two-right .list video{
    width: 642px;
    /* height: 572px; */
}