body {
    background: #f5f5f5;

}

.bg_img{
	background-color:#191919;
	opacity:0.3;
	position:fixed;
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}
.img{
	position:fixed;
	top: 10%;
	left:35%;
	width:500px;
	height:700px;
	background-color: #000000;
	display: none;
}
.img img{
	width: 100%;
	height: 100%;
}
.jmdbtn{
    text-align: center;
    margin: 10px;
    color: white;
    cursor: pointer;
    width: 60px;
    float: right;
    font-weight: 600;
    font-size: 18px;
    box-shadow: none;
    background-image: none;
    padding: 8px;
    border-radius: 8%;
    background-color: #bb0a1e;
}
.jmdtxt{
		text-align: right; 
        margin: 20px 0;
        color: white;
        cursor: pointer;
        float: right;
        font-size: 18px;
        background-color: #bb0a1e;
        padding: 8px;
        border-radius: 9%;
}
		
.header {
    width: 100%;
    height: 70px;
    background: #BB0A1E;
}
.common-box {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}
.header-img {
    width: 196px;
    height: 84px;
    float: left;
}
.lmlist-box {
    float: left;
    height: 84px;
    line-height: 80px;
    color: #fff;
    margin-right: 15px;
	position: relative;
}
.search-tc-inp {
    width: 200px;
    height: 40px;
    background: #fff;
    position: absolute;
    z-index: 9999;
    right: -20px;
    top: 16px;
    border: 0;
    padding: 0 20px;
    outline: none;
    visibility: hidden;
}
.search-tc-btn {
    width: 60px;
    height: 40px;
    background: #fff;
    position: absolute;
    z-index: 9999;
    right:-60px;
    top: 16px;
    border: 0;
    line-height: 40px;
    color: #BB0A1E;
    text-align: center;
    cursor: pointer;
    visibility: hidden;
}
/* .search-tc-inp {
    width: 100%;
    height: 100%;
} */
.lmlist-item {
    float: left;
    padding: 0 13px;
    cursor: pointer;
    font-size:18px;
}
.lmlist-item a{
    color:#fff;
}
.verticalbar {
    float: left;
    width: 1px;
    background: #fff;
    height: 16px;
    position: relative;
    top: 32px;
}
.search {
    float: left;
    width: 18px;
    height: 18px;
    position: relative;
    top: 30px;
    margin: 0 20px;
}
.xinmeiti {
    float: right;
    width: 89px;
    height: 32px;
    margin: 0 0 0 30px;
    position: relative;
    top: 20px; 
}

.main {
    width: 100%;
    /* height: 958px; */
	padding-bottom: 15px;
    /*background: linear-gradient(189deg, #FBFBFC 0%, #FBFBFC 20%, #FDF0DA 54%, #FF9292 100%);*/
    background: linear-gradient(180deg , #feb5ad 0%, #fdcbc1 20%, #f9f2e6 54%, #f5f5f5 100%);
    background-size: 100% 100%;
    /* opacity: 0.48; */
}
.banner{
    width: 100%;
    height: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.main-title {
    /* height: 59px; */
    font-size: 42px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #BB0A1E;
    line-height: 59px;
    text-align: center;
    margin-bottom: 30px;
}
.color0 {
    color: #000;
}
.fbt-list {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 5px;
}
.fbt-list-item {
    display: inline-block;
    height: 24px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    line-height: 24px;
    padding: 0 1px;
    border: none;
    overflow: hidden;
}
.fbt-list-item:last-child {
    border: 0;
}
.fbt-list-item:hover {
    color: #BB0A1E;
    cursor: pointer;
}
.main-content {
    margin-top: 30px;
    overflow: hidden;
}
.main-content-le {
    width: 920px;
    height: 510px;
    float: left;
}
.adimg {
    width: 920px;
    height: 510px;
}
.main-content-ri {
    width: 480px;
    height: 510px;
    float: right;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px 0;
}
.main-content-ri-item {
    font-size: 16px;
    font-family: FZLTXHJW--GB1-0, FZLTXHJW--GB1;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.85);
    line-height: 46px;
    height: 46px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 20px;
}
.main-content-ri-item:hover {
    color: #BB0A1E;
}
.news-title-box {
    margin-top: 19px;
    text-align: center;
}
.news-title-item {
    display: inline-block;
    height: 20px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
    line-height: 20px;
    padding: 0 25px;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.news-title-item:last-child{
    border: 0;
}
.news-title-item:hover {
    color: #BB0A1E;
}
.common-bar {
    height: 75px;
    position: relative;
}
.bar {
    width: 62px;
    height: 85px;
}
.common-bar-title {
    position: absolute;
    top: 50px;
    left: 30px;
    font-size: 30px;
}
.common-bar-title2 {
    position: absolute;
    top: 50px;
    left: 30px;
    font-size: 30px;
}
.common-bar-title3 {
    position: absolute;
    top: 60px;
    left: 40px;
    font-size: 30px;
	margin-top: -30px;
}
.common-bar-title4 {
    position: absolute;
    top: 70px;
    left: 40px;
    font-size: 30px;
	margin-top: -10px;
}
.more-txt {
    float: right;
    font-size: 20px;
    font-family: FZLTZCHJW--GB1-0, FZLTZCHJW--GB1;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5);
    line-height: 105px;
    cursor: pointer;
}
.more-txt:hover {
    color: #BB0A1E;
}

.rd-le-box {
    float: left;
    width: 531px;
    height: 734px;
}
.rd-le-box-top {
    width: 531px;
    height: 303px;
    position: relative;
}
.common-img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.playicon {
    width: 0px;
    height: 0px;
	overflow: hidden;
    position: absolute;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
}
.rd-le-box-top-tit {
    color: #fff;
    box-sizing: border-box;
    position: absolute;
    width: 451px;
    bottom: 20px;
    left: 20px;
    font-weight: 900;
    font-size: 0px;
}

.rd-le-box-bottom {
    width: 531px;
    height: 416px;
    background: #fff;
    margin-top: 15px;
    box-sizing: border-box;
    padding: 12px 14px 10px;
}
.rd-le-box-bottom-item {
    color: #666;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    width: 490px;
    font-size:17px;
}

.rd-le-box-bottom-item33 {
    height: 120px;
    margin-bottom: 15px;
}
.rd-le-box-bottom-item33-img {
    height: 120px;
    width: 200px;
    float: left;
}
.rd-le-box-bottom-item33-tit {
    float: left;
    width: 260px;
    line-height: 26px;
    margin-left: 20px;
    font-size:17px;
}
.rd-le-box-bottom-item:hover {
    color: #BB0A1E;
}
.rd-ri-box {
    float: left;
    width: 869px;
    height: 734px;
}
.rd-ri-box-item{
    float: left;
    width: 414px;
    height: 350px;
    background: #fff;
    margin-left: 20px;
    margin-bottom: 35px;
    cursor: pointer;
    overflow: hidden;
}
.rd-ri-box-item-img {
    width: 410px;
    height: 250px;
    transition: All 0.4s ease-in-out;
}
.rd-ri-box-item-img:hover {
    transform: scale(1.03);
}
.rd-ri-box-item-bottom {
    width: 415px;
    height: 134px;
    position: relative;
}
.rd-ri-box-item-bottom-title {
    width: 414px;
    font-size: 18px;
    position: absolute;
    top: 20px;
    left: 0;
    box-sizing: border-box;
    padding: 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.rd-ri-box-item-bottom-txt {
    width: 414px;
    font-size: 18px;
    color: #999;
    position: absolute;
    top: 60px;
    left: 0;
    box-sizing: border-box;
    padding: 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.rd-ri-box-item-bottom-img {
    width: 35px;
    height: 35px;
    position: absolute;
    top: -60px;
    right: 20px;
    border-radius: 50%;
}
.rd-ri-box-item3{
    float: left;
    width: 265px;
    height: 235px;
    background: #fff;
    margin-left: 20px;
    margin-bottom: 15px;
    cursor: pointer;
}
.rd-ri-box-item3-img {
    width: 265px;
    height: 160px;
    transition: All 0.4s ease-in-out;
}
.rd-ri-box-item3-img:hover {
    transform: scale(1.03);
}
.rd-ri-box-item3-bottom {
    width: 265px;
    height: 72px;
    position: relative;
}
.rd-ri-box-item3-bottom-title {
    width: 265px;
    font-size: 17px;
    top: 5px;
    left: 0;
    box-sizing: border-box;
    line-height:20px;
    padding: 0px 10px;
    max-height: 75px;
    position: relative;
    /* white-space: nowrap;
 *     text-overflow: ellipsis;
 *         overflow: hidden;
 *             word-break: break-all; */
}

.rd-ri-box-item4-bottom-title {
    font-size: 18px;
    top: 5px;
    left: 0;
    box-sizing: border-box;
    line-height: 23px;
    padding: 0px 10px;
    max-height: 80px;
    position: relative;
    /* white-space: nowrap;
 *     text-overflow: ellipsis;
 *         overflow: hidden;
 *             word-break: break-all; */
}

.rd-ri-box-item3-bottom-txt {
    width: 265px;
    font-size: 14px;
    color: #999;
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    padding: 0 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.rd-ri-box-item3-bottom-img {
    width: 0px;
    height: 0px;
	overflow: hidden;
    position: absolute;
    top: -40px;
    right: 20px;
    border-radius: 50%;
}
.wz-list {
    overflow: hidden;
}
.wz-list-item {
    float: right;
    color: #888;
    margin: 0 20px;
    cursor: pointer;
}
.wz-list-item:hover{
    color: #BB0A1E;
}
.tpplist {
    width: 100%;
    padding-top: 0px;
    padding-left: 50px;
}
.tpplist-item {
    height: 475px;
    width: 324px;
    margin-right: 34.5px;
    margin-bottom: 0px;
    transition: All 0.4s ease-in-out;
    float: left;
    cursor: pointer;
    position: relative;
}
.tpplist-item:hover {
    transform:scale(1.16);
    z-index: 9999;
}

.tpplist-item-bldiv {
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: 46px;
    left: 0;
    background: #fff;
    box-sizing: border-box;
    padding: 0 15px;
    /* background-image: url(./img/dw.png); */
    background-size: 100% 100%;
}
.tpplist-item-bldiv-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position:absolute;
    bottom: 20px;
}
.tpplist-item-bldiv-title {
    margin-top: 30px;
    font-size: 18px;
    z-index: 99;
}
.tpplist-item-bldiv-txt {
    color: #999;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    z-index: 99;
}
.tpplist-item-bldiv-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.tpplist-item:hover{
    color: #BB0A1E;
}
.tpplist-item:nth-child(4n){
    margin-right: 0;
}
.tpplist-item-img {
    width: 324px;
    box-shadow: 5px 5px 10px #e4e1e1;
    height: 429px;
}
/* .tpplist-item-img:hover{
 *     transform:scale(1.2);
 *     } */
.tpplist-item-title{
    text-align: center;
    margin-top: 21px;
}
.tpplist-item:hover{
    color: #BB0A1E;
}
.tpplist{
    margin-top: 60px;
}
.fklist {
    margin-top: 0px;
}
.fklist-item {
    float: left;
    width: 170px;
    /*background-image: url(./img/juxing.png);*/
    background-color: #bb091e;
    background-size: 100% 100%;
    height: 170px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 20px;
    line-height: 170px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.fklist-live{
    background-color:#4c4c4c;
    float: left;
    width: 170px;
    background-size: 100% 100%;
    height: 170px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 20px;
    line-height: 170px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.fklist-live:hover{
    color: #fff1f0;
    background-color: #f5222d;
}

.fklist-item:hover{
    color: #fff1f0;
    background-color: #f5222d;
}
.hdzqlist {
    margin-top: 30px;
}
.hdzqlist-item {
    width: 456px;
    height: 256px;
    float: left;
    margin: 0 10px 20px 0;
    cursor: pointer;
}
.hdzqlist-item-img {
    width: 456px;
    height: 206px;
    transition: All 0.4s ease-in-out;
}

.hdzqlist-item-img:hover {
    transform: scale(1.03);
}
.hdzqlist-item-title {
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 15px;
/*    margin-right: 5px;*/
    margin-bottom: 5px;
    background: #fff;
    color: #000;
    font-size:17px;
}
.hdzqlist-item-title:hover{
    color: #BB0A1E;
}
.hdzqlist-item:hover{
    color: #BB0A1E;
}

.backtop {
    position: fixed;
    right: 30px;
    font-size: 14px;
    bottom: 50px;
    width: 70px;
    cursor: pointer;
    background: #ffffffc4;
    box-shadow: 0 1px 3px #757575a1;
    z-index: 9999;
}
.top-img {
    width: 70px;
    height: 70px;
    margin-left: 0px;
}
.backtop-item {
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
}
.backtop-active {
    color: #fff;
    background: #BB0A1E;
}
.backtop-item:hover {
    color: #fff;
    background: #AA4668;
}
.backtop-item a:hover {
    color: #fff;
    background: #AA4668;
}
.rd-le-box-bottom-item431-title {
    font-size: 22px;
    margin: 40px 0 20px;

}
.rd-le-box-bottom-item431-txt {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.jmdtxt a{
    font-size: 18px;
}
.common-box-tpplist {
    width: 1500px;
    margin: 60px auto;
}