.topAd1 {
    overflow: hidden;
    width: 1200px;
    min-width: 1200px;
    height: 153px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-top: 10px;
    display: flex;
}

.topAd1 a {
    /* flex: 1; */
    display: inline-block;
    width: 390px;
    height: 153px;
    margin-right: 15px;
}

.topAd1 a:last-child {
    margin-right: 0;
}

.topAd1 a img {
    width: 390px;
    height: 153px;
}

.logo .top-search {
    /* float: left; */
    /* width: 253px; */
    height: 35px;
    margin-top: 41px;
    margin-right: 15px;
    float: right;
}

.logo .top-search .searchWord {
    width: 218px;
    height: 35px;
    line-height: 35px;
    border: 0px;
    font-size: 11px;
    color: #999999;
    background: #f6f6f6;
    padding: 0px 20px 0px 20px;
}

.logo .top-search .searchBtn {
    /* width: 35px;
    height: 35px; */
    padding: 8px;
    background: #EF5046;
    border: 0px;

}

.logo .shortCut {
    color: #fff;
}

.logo .shortCut {
    font-size: 16px;
    /* margin-top: 25px; */
    display: inline-block;
    vertical-align: middle;
}

.logo .shortCut a {
    display: block;
    float: left;
    padding: 0px 14px 0px 12px;
    /* border-right: solid 1px #dddddd; */
    color: #000;
}

.logo .shortCut .lastShortcut {
    padding: 0px 0px 0px 10px;
    /* border: none; */
}

.logo .shortCut a {
    display: inline-block;
    vertical-align: middle;
}

.logo .shortCut img {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.logo .shortCut span {
    display: inline-block;
    vertical-align: middle;
}

.logo .top-search form {
    display: inline-block;
    vertical-align: middle;
}

.nav2020 {
    width: 1200px;
    height: 50px;
    line-height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.nav2020 ul {
    width: 100%;
    display: flex
}

.nav2020 ul li {
    flex: 1;
    background-color: #f6f6f6;
    position: relative;
}

.nav2020 ul li:hover {
    background-color: #f24f40;
}

.nav2020 ul li:hover::after {
    display: none;
}

.nav2020 ul li:hover::after {
    display: none;
}

.nav2020 ul li:hover a {
    color: #fff;
}

.nav2020 ul li::after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #ccc;
    position: absolute;
    top: 12px;
    right: 0;
}

.nav2020 ul li:last-child::after {
    display: none;
}

.nav2020 ul li a {
    display: block;
    width: 100%;
    height: 100%;
     font-size: 24px;
    color: #333;
    font-weight: 600;
    text-align: center;
}



.focusReport {

    height: 334px;

    width: 605px;
    padding-left: 20px;
    box-sizing: border-box;
    display: inline-block;
}

.fr-top {
    width: 100%;
    height: 50px;
}

.fr-main ul {
    margin-top: 30px;
    width: 100%;
}

.fr-main li {
    text-align: left;
    font-size: 16px;
    color: #666;
    line-height: 29px;
    width: 100%;
}

.fr-main li a {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.adsBox2020 {
    width: 100%;
}

.adsBox2020 ul {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
}

.adsBox2020 ul li {

    width: 590px;
    height: 150px;
    display: inline-block;
    float: left;
}

.adsBox2020 ul li:first-child {
    margin-right: 20px;
}

.adsBox2020 ul li img {
    width: 100%;
    height: 100%;
}

.pandaTitle {
    font-size: 40px;
    color: #333;
    text-align: left;
    margin-bottom: 30px;
}

.pn-main {
    width: 100%;
    height: 350px;
}
.pn-main > div {
    float: left;
}
.pn-pinglun {
    width: 380px;
    height: 350px;
    background-color: #f6f6f6;
    margin-right: 30px;
    display: inline-block;
    padding: 0 5px;
    box-sizing: border-box;
    overflow: hidden;
}

.pn-yaowen {
    width: 412px;
    height:350px;
    background-color: #f6f6f6;
    margin-right: 28px;
    display: inline-block;
    padding: 0 5px;
    box-sizing: border-box;
    overflow: hidden;
}

.pn-lilun {
    width: 338px;
    height: 350px;
    background-color: #f6f6f6;
    display: inline-block;
    padding: 0 5px;
    box-sizing: border-box;
    overflow: hidden;
}

.pn-header {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ccc;
}

.pn-headerTitle {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    float: left;
}

.more2020 {
    float: right;
    font-size: 16px;
}

.pn-pinglun ul li {
    font-size: 15px;
    color: #000;
    text-align: left;
    line-height: 39px;
}

.pn-pinglun ul li a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pn-yaowen ul li {
    font-size: 15px;
    color: #000;
    text-align: left;
    line-height: 39px;
}

.pn-yaowen ul li a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pn-lilun ul li {
    font-size: 15px;
    color: #000;
    text-align: left;
    line-height: 39px;
}

.pn-lilun ul li a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.pandavideoBox {
    margin-bottom: 30px;
    overflow: hidden;
}

.pandavideoBox .pandavideoLeft {
    width: 559px;
    float: left;
    margin-right: 14px;
}

.pandavideoBox .pandavideoLeft img {
    width: 559px;
    height: 314px;
}

.pandavideoBox .pandavideoLeft .iPlay {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    z-index: 99;
    margin-top: 272px;
    margin-left: 12px;
}

.pandavideoBox .pandavideoLeft p {
    height: 41px;
    margin: -41px 0px 0px 0px;
    padding: 2px 0px 0px 45px;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(12, 12, 12, 0.2) 31%, #000000 100%);
    text-align: left;
    font-weight: 600;
}

.pandavideoBox .pandavideoRight {
    width: 627px;
    float: left;
}

.pandavideoRight .imgList li {
    width: 200px;
    margin: 0 11px 12px 0;
    padding-bottom: 4px;
    float: left;
    color: #333333;
    background: #f6f6f6;
}

.pandavideoRight .imgList li:nth-child(3n) {
    margin-right: 0;
}

.pandavideoRight .imgList li img {
    width: 200px;
    height: 112px;
}

.pandavideoRight .imgList li .iPlay {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    z-index: 99;
    margin-top: 77px;
    margin-left: 12px;
}

.pandavideoRight .imgList li p {
    margin: 5px 0 0 6px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    height: 31px;
    line-height: 16px;
    text-align: left;
    color: #333;
}

.pandavideoRight .imgList li:hover {
    color: #EF5046;
    background: #ffffff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.pandavideoRight .imgList .imglistLast {
    margin-right: 0px;
}

.pandaLiveRight {
    margin-bottom: 20px;
}

.pandaLiveRight .imgList li {
    width: 289px;
    margin: 0 14px 12px 0;
    padding-bottom: 4px;
    float: left;
    color: #333333;
    background: #f6f6f6;
}

.pandaLiveRight .imgList li img {
    width: 289px;
    height: 162px;
}

.pandaLiveRight .imgList li .iPlay {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    z-index: 99;
    margin-top: 122px;
    margin-left: 12px;
}

.pandaLiveRight .imgList li:last-child {
    margin-right: 0;
}

.pandaLiveRight .imgList li p {
    margin: 5px 0 0 6px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    height: 39px;
    line-height: 19px;
    text-align: left;
    color: #333;
    font-weight: 600;
}

.pandaLiveRight .imgList li:hover {
    color: #EF5046;
    background: #ffffff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.pandaLiveRight .imgList .imglistLast {
    margin-right: 0px;
}


.pandaColunmnRight .imgList li {
    width: 289px;
    margin: 0 14px 12px 0;
    padding-bottom: 4px;
    float: left;
    color: #333333;
    background: #f6f6f6;
}

.pandaColunmnRight .imgList li img {
    width: 289px;
    height: 162px;
}

.pandaColunmnRight .imgList li .iPlay {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    z-index: 99;
    margin-top: 126px;
    margin-left: 12px;
}

.pandaColunmnRight .imgList li:last-child {
    margin-right: 0;
}

.pandaColunmnRight .imgList li p {
    padding: 7px 0 0 6px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    height: 44px;
    line-height: 19px;
    text-align: left;
    color: #333;
    font-weight: 600;
    box-sizing: border-box;
}

.pandaColunmnRight .imgList li:hover {
    color: #EF5046;
    background: #ffffff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.pandaColunmnRight .imgList .imglistLast {
    margin-right: 0px;
}
.main-bottomBox {
    margin-top: 50px;
}
.main-bottomBox>div {
    display: inline-block;
    float: left;
}

.adManage {
    width: 365px;
    height: 380px;
    margin-right: 55px;
    overflow: hidden;
}

.mb-header {
    width: 100%;
    height: 55px;
    line-height: 55px;
    margin-bottom: 10px;
}

.mb-headerTitle {
    display: inline-block;
    font-size: 40px;
    font-weight: 400;
    color: #333;
    float: left;
    
}
.jiazhoukan {
    width: 360px;
    height: 380px;
    margin-right: 54px;
    overflow: hidden;
}
.jiazhoukan ul {
    width: 100%;
    height: 105px;
    background-color: #f6f6f6;
    padding: 5px;
    box-sizing: border-box;
    margin-top: 11px;
}
.jiazhoukan ul li {
    font-size: 15px;
    color:#000;
    text-align: left;
    line-height: 28px;
}
.jiazhoukan ul li a {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sctvNotice {
    width: 355px;
    height: 380px;
    overflow: hidden;
}
.otherImg {
    height: 200px;
    width: 360px;
    display: inline-block; 
}
.otherImg img {
    width: 100%;
    height: 100%;
}
.otherimgDes {
    position: relative;
    font-weight: bold;
    margin-top: -35px;
    padding: 0px 6px 10px;
    height: 25px;
    color: #ffffff;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(12,12,12,0.2) 31%,rgba(0,0,0,1) 100%);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.sctvNotice ul {
    width: 100%;
    height: 315px;
    background-color: #f6f6f6;
    padding: 5px;
    box-sizing: border-box;
}
.sctvNotice ul li {
    font-size: 15px;
    color:#000;
    text-align: left;
    line-height: 27px;
    height: 11.111%;
    line-height: 44px;
}
.sctvNotice ul li a {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.copyrightLine {
    margin-top: 130px;
    width: 100%;
    min-width: 1200px;
    height: 4px;
    background-color: #F04332;
    position: absolute;
    left: 0;
    
}
@media screen and (max-width:750px){
    .copyrightLine {
        width: 1200px;
    }
}
.blankbox {
    display: block;
}