.body{
    background: #fff;
}

.focus {
    width: 100%;
    height: auto;
    background-image: url("../img/focus_bg.png");
    background-size: 100% 100%;
}

.focus-inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding-top: 26px;
    padding-bottom: 20px;
}

.focus-inner .focus-title {
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.focus-inner .focus-title .focus-logo {
    width: 310px;
    height: 55px;
    background-image: url("../img/focus_title_bg.png");
    background-size: 100% 100%;
}

.focus-inner .focus-title h2 {
    width: calc(100% - 310px);
    font-size: 44px;
    padding-left: 20px;
}

.focus-inner .focus-title h2:hover {
    color: #ed242a;
}

.focus-inner .banner-box {
    width: 100%;
    height: 370px;
    margin: 20px 0;
}

.focus-inner .banner-box .banner-box-words {
    width: calc(100% - 644px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner-box .banner-box-words .words-item:nth-child(2) {
    padding: 12px 0;
}

.banner-box-words h3.words-title {
    font-size: 22px;
    color: #111111;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 10px;
    position: relative;
}

.banner-box-words h3.words-title::before {
    content: '';
    width: 8px;
    height: 24px;
    background: #ed242a;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.banner-box-words .words-list {
    font-size: 18px;
    color: #111111;
    padding: 14px 0 14px 20px;
}

.banner-box-words .words-list li {
    line-height: 32px;
}

.banner-box-words .words-list li:hover {
    color: #ed242a;
}

.focus-inner .banner-box .banner-box-pic {
    width: 644px;
    height: 100%;
    position: relative;
}

#focusBanner .swiper-container {
    width: 100%;
    height: 100%;
}

#focusBanner .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#focusBanner .swiper-pagination {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
}

#focusBanner .swiper-pagination-bullet {
    width: 40px;
    height: 1px;
    background: #B8B8B8;
    opacity: 1;
    border-radius: 0;
    margin: 0 10px;
}

#focusBanner .swiper-pagination-bullet-active {
    width: 40px;
    height: 3px;
    background: #ffffff;
    border-radius: 2px;
}

.banner-box .banner-box-pic a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.banner-box .banner-box-pic a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-box .banner-box-pic a p {
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 70%;
    font-size: 22px;
    color: #ffffff;
    padding: 0 10px 0 20px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 20;
}

.banner-box .banner-box-pic a .shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    z-index: 10;
}

#focusBanner .swiper-button-next {
    right: 0;
    background-image: url("../img/icon_arrow_right.png");
    width: 26px;
    height: 55px;
    margin-top: -23px;
    background-size: 26px 55px;
    outline: none;
}

#focusBanner .swiper-button-prev {
    left: 0;
    background-image: url("../img/icon_arrow_left.png");
    width: 26px;
    height: 55px;
    margin-top: -23px;
    background-size: 26px 55px;
    outline: none;
}

/* headline */
.headline .headline-inner {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0 0;
}

.headline-inner .headline-title {
    width: 100%;
    height: 108px;
	background: #FFFFFF;
}

.headline-inner .headline-title .headline-logo {
    width: 122px;
    height: 108px;
    background-image: url("../img/headline-logo.png");
    background-size: 100% 100%;
}

.headline-inner .headline-title .headline-title-con {
    width: calc(100% - 122px);
    height: 100%;
    padding: 10px 0 10px 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.headline-title .headline-title-con .headline-title-word {
    font-size: 36px;
    text-align: center;
}

.headline-title .headline-title-con .headline-title-word:hover {
    color: #ed242a;
}

.headline-title .headline-title-con .headline-list {
    display: flex;
    justify-content: center;
}

.headline-title .headline-title-con .headline-list li {
    width: 50%;
    line-height: 30px;
    font-size: 16px;
    margin: 0 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.headline-title .headline-title-con .headline-list li:hover {
    color: #ed242a;
}

.headline-inner  .immediately-hot {
    width: 100%;
    height: 32px;
    line-height: 32px;
    margin: 20px 0;
}

.immediately-hot .hot-title {
    width: 100px;
    height: 32px;
    background: #FFFFFF;
    text-align: center;
    line-height: 32px;
    color: #ed242a;
    border: 1px solid #ed242a;
}

.immediately-hot .hot-list {
    width: calc(100% - 100px);
    height: 32px;
    font-size: 14px;
    overflow: hidden;
    border: 1px solid #dddddd;
    border-left: none;
}

.immediately-hot .hot-list li {
    margin-right: 60px;
}

.immediately-hot .hot-list li:last-child {
    margin-right: 0;
}

.immediately-hot .hot-list li:hover {
    color: #ed242a;
}

.headline-con .news-center {
    width: calc(100% - 746px);
    height: auto;
    padding-right: 14px;
}

.headline-con .news-center .news-center-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
}

.news-center .news-center-title h3 {
    font-size: 20px;
    color: #ed242a;
    font-weight: bold;
}

.news-center .news-center-title .more {
    font-size: 13px;
    color: #777777;
}

.news-center .news-center-list {
    line-height: 36px;
    margin-top: 10px;
}

.news-center .news-center-list:first-of-type {
    margin-top: 0;
}

.news-center .news-center-list li {
    padding-left: 20px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-center .news-center-list li:hover {
    font-weight: bold;
    color: #ed242a;
}

.news-center .news-center-list li:hover::before {
    background: #ed242a;
}

.news-center .news-center-list li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #AAAAAA;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(3px) translateY(-50%) rotate(45deg);
}

.news-center .news-center-list li:first-child {
    font-size: 17px;
    font-weight: bold;
}

.headline-con .headline-banner {
    width: 746px;
    height: auto;
}

.headline-con .headline-banner .banner-box {
    width: 100%;
    height: 420px;
    position: relative;
}

#headlineBanner .swiper-container {
    width: 100%;
    height: 100%;
}

#headlineBanner .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#headlineBanner .swiper-pagination {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
}

#headlineBanner .swiper-pagination-bullet {
    width: 40px;
    height: 1px;
    background: #B8B8B8;
    opacity: 1;
    border-radius: 0;
    margin: 0 10px;
}

#headlineBanner .swiper-pagination-bullet-active {
    width: 40px;
    height: 3px;
    background: #ffffff;
    border-radius: 2px;
}

#headlineBanner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#headlineBanner .swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#headlineBanner .swiper-slide a p {
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 75%;
    font-size: 22px;
    color: #ffffff;
    padding: 0 10px 0 20px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 20;
}

#headlineBanner .swiper-slide a .shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    z-index: 10;
}

#headlineBanner .swiper-button-next {
    right: 0;
    background-image: url("../img/icon_arrow_right.png");
    width: 26px;
    height: 55px;
    margin-top: -23px;
    background-size: 26px 55px;
    outline: none;
}

#headlineBanner .swiper-button-prev {
    left: 0;
    background-image: url("../img/icon_arrow_left.png");
    width: 26px;
    height: 55px;
    margin-top: -23px;
    background-size: 26px 55px;
    outline: none;
}

.headline-con .headline-banner .banner-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.headline-con .headline-banner .online-box {
    width: 100%;
    height: 188px;
    margin-top: 12px;
}

.headline-banner .online-box .online-title {
    width: 40px;
    height: 100%;
    background: -moz-linear-gradient(top, #ac40ff 0%, #30a4dc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ac40ff), color-stop(100%, #30a4dc));
    background: -webkit-linear-gradient(top, #ac40ff 0%, #30a4dc 100%);
    background: -o-linear-gradient(top, #ac40ff 0%, #30a4dc 100%);
    background: -ms-linear-gradient(top, #ac40ff 0%, #30a4dc 100%);
    background: linear-gradient(to bottom, #ac40ff 0%, #30a4dc 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.headline-banner .online-box .online-title i {
    display: block;
    width: 24px;
    height: 26px;
    background-image: url("../img/icon_live.svg");
    background-size: 100% 100%;
    margin: 0 auto;
}

.headline-banner .online-box .online-title h3 {
    writing-mode: vertical-lr;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin: 6px auto;
}

.headline-banner .online-box .online-title .more {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    display: block;
}

.headline-banner .online-box .online-con {
    width: calc(100% - 40px);
    height: 100%;
    border: 1px solid #DDDDDD;
    padding: 11px 13px 0;
}

.online-box .online-con .online-list {
    height: 100%;
    position: relative;
}

.online-box .online-con .online-list .swiper-button-next {
    right: 0;
    background-image: url("../img/icon_arrow_right.png");
    width: 16px;
    height: 34px;
    margin-top: -40px;
    background-size: 16px 34px;
    outline: none;
}

.online-box .online-con .online-list .swiper-button-prev {
    left: 0;
    background-image: url("../img/icon_arrow_left.png");
    width: 16px;
    height: 34px;
    margin-top: -40px;
    background-size: 16px 34px;
    outline: none;
}

.online-box .online-con .online-item {
    width: 218px;
    height: 100%;
    margin-right: 10px;
}

.online-box .online-con .online-item:last-child {
    margin-right: 0;
}

.online-box .online-con .online-item:hover .video-info p {
    color: #ed242a;
}

.online-box .online-con .online-item:hover .video-box video {
    transform: scale(1.1);
}

.online-box .online-con .online-item .video-box {
    width: 220px;
    height: 122px;
    position: relative;
    overflow: hidden;
}

.online-box .online-con .online-item .video-box video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.online-box .online-con .online-item .video-box .shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .4) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .4)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .4) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .4) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .4) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .4) 100%);
    z-index: 10;
}

.online-box .online-con .online-item .video-box i {
    display: block;
    width: 26px;
    height: 26px;
    background-image: url("../img/icon_online.svg");
    background-size: 100% 100%;
    position: absolute;
    left: 7px;
    bottom: 7px;
    z-index: 20;
}

.online-con .online-item .video-info {
    height: calc(100% - 122px);
    padding: 4px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.online-con .online-item .video-info p {
    font-size: 14px;
    color: #000000;
    transform: translateX(-8px);
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.online-con .online-item .video-info a {
    color: #ed242a;
    font-size: 12px;
}

.headline .adver {
    width: 100%;
    height: 82px;
    margin: 15px auto;
}

.headline .headline-sort {
    width: 100%;
    height: 216px;
}

.headline .headline-sort .sort-con {
    width: calc(100% - 178px);
    height: 100%;
    padding-right: 24px;
}

.headline .headline-sort .sort-con .sort-con-title {
    width: 100%;
    height: 40px;
    border-top: 3px solid #DDDDDD;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headline-sort .sort-con .sort-con-title .sort-tab li {
    padding: 0 16px;
    height: 40px;
    color: #777777;
    display: flex;
    align-items: center;
    float: left;
    cursor: pointer;
}

.headline-sort .sort-con .sort-con-title .sort-tab li:first-child {
    padding-left: 0;
}

.headline-sort .sort-con .sort-con-title .sort-tab li.active {
    color: #ed242a;
    font-size: 20px;
}

.headline-sort .sort-con .sort-con-title .sort-tab li.active i {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url("../img/icon-rongshipin.png");
    background-size: 100% 100%;
    margin-right: 3px;
    transform: scale(.9);
}

.headline-sort .sort-con .sort-con-title .more {
    color: #777777;
    font-size: 13px;
}

.headline-sort .sort-con .sort-con-list {
    padding-top: 14px;
    display: none;
    justify-content: flex-start;
    width:100%;
    overflow:hidden;
}

.headline-sort .sort-con .sort-con-list:first-child {
    display: flex;
    justify-content: flex-start;
}

.headline-sort .sort-con .sort-con-list .sort-item {
    width: 188px;
    height: auto;
    float: left;
    margin-right:12px;
}
.headline-sort .sort-con .sort-con-list .sort-item:last-child {
    margin-right:0;
}

.headline-sort .sort-con .sort-con-list .sort-item:hover .video-info {
    color: #ed242a;
}

.headline-sort .sort-con .sort-con-list .sort-item:hover .video-box video {
    transform: scale(1.1);
}

.headline-sort .sort-con .sort-con-list .sort-item .video-box {
    width: 188px;
    height: 106px;
    position: relative;
    overflow: hidden;
}

.headline-sort .sort-con .sort-con-list .sort-item .video-box .shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    z-index: 10;
}

.headline-sort .sort-con .sort-con-list .sort-item .video-box i {
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(../img/icon_player.svg);
    background-size: 100% 100%;
    position: absolute;
    left: 7px;
    bottom: 7px;
    z-index: 20;
}

.headline-sort .sort-con .sort-con-list .sort-item .video-info {
    font-size: 15px;
    text-align: center;
    padding: 12px 0;
    height: 54px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.headline-sort .sort-con .sort-con-list .sort-item .video-box video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.headline .headline-sort .broadcast {
    width: 178px;
    height: 216px;
    background-size: 100% 100%;
}

.headline .headline-sort .broadcast a {
    display: block;
}

.headline .headline-sort .broadcast a img {
    display: block;
    width: 100%;
}

.focus-today .focus-today-inner {
    width: 1200px;
    margin: 40px auto 0;
}

.focus-today-inner .focus-today-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.focus-today-inner .focus-today-title h3 {
    display: inline-block;
    font-size: 30px;
    color: #ed242a;
}

.focus-today-title i {
    display: inline-block;
    width: 44px;
    height: 44px;
    background-image: url("../img/focus_today_logo.png");
    background-size: 100% 100%;
    margin-right: 10px;
}

.focus-today-inner .focus-today-title span {
    color: #222222;
    font-size: 20px;
}

.focus-today-inner .focus-today-con {
    border-top: 3px solid #ed242a;
    margin-top: 12px;
    padding: 20px 0 0;
    display: flex;
    justify-content: space-between;
}

.focus-today-inner .focus-today-con .today-con-left, .focus-today-inner .focus-today-con .today-con-center, .focus-today-inner .focus-today-con .today-con-right {
    width: calc(33.333333% - 24px);
    height: auto;
}

.focus-today-inner .focus-today-con .module-item .module-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.focus-today-inner .focus-today-con .module-item .module-title::before {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: 2px;
    background: #ECF6FA;
    position: absolute;
    top: 0;
    right: 0;
}

.focus-today-con .module-item .module-title .module-title-con {
    width: auto;
    height: auto;
    background: rgba(100, 118, 192, .16);
    border-radius: 10px 0 10px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 6px 10px;
}

.focus-today-con .module-item .module-title .module-title-con i {
    display: inline-block;
    width: 22px;
    height: 20px;
    background-image: url("../img/icon_minsheng.png");
    background-size: 100% 100%;
    margin-right: 4px;
    transform: scale(1.1);
}

.focus-today-con .today-con-left .module-item:nth-child(2) .module-title .module-title-con i {
    background-image: url("../img/icon_zqyq.png");
}

.focus-today-con .today-con-right .module-item:nth-child(1) .module-title .module-title-con i {
    background-image: url("../img/icon_shijing.png");
}

.focus-today-con .today-con-right .module-item:nth-child(2) .module-title .module-title-con i {
    background-image: url("../img/icon_shendu.png");
}

.focus-today-con .today-con-right .module-item:nth-child(3) .module-title .module-title-con i {
    background-image: url("../img/icon_jsjm.png");
}

.focus-today-con .module-item .module-title .module-title-con i

.focus-today-con .module-item .module-title .module-title-con h3 {
    font-size: 20px;
    font-weight: bolder;
}

.focus-today-con .module-item .module-title .module-title-more {
    font-size: 13px;
    color: #777777
}

.focus-today-con .module-item .module-list {
    padding: 20px 10px;
    line-height: 36px;
}

.focus-today-con .module-item .module-list:nth-of-type(2) li:first-child {
    font-weight: normal;
}

.focus-today-con .module-item .module-list li {
    padding-left: 20px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.focus-today-con .module-item .module-list li:first-child {
    font-weight: bold;
}

.focus-today-con .module-item .module-list li:hover {
    font-weight: bold;
    color: #ed242a;
}

.focus-today-con .module-item .module-list li:hover::before {
    background: #ed242a;
}

.focus-today-con .module-item .module-list li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #AAAAAA;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(3px) translateY(-50%) rotate(45deg);
}

.focus-today-con .module-item .module-split-line {
    width: calc(100% - 24px);
    height: 1px;
    background: #cccccc;
    margin: 0 auto;
}

.focus-today-con .today-con-center .module-pic-item {
    width: 370px;
    height: 266px;
    border: 1px solid #f1f1f1;
    margin: 0 auto 46px;
}

.focus-today-con .today-con-center .module-pic-item:last-child {
    margin-bottom: 0;
}

.focus-today-con .today-con-center .module-pic-item:hover img {
    transform: scale(1.1);
}

.focus-today-con .today-con-center .module-pic-item:hover p {
    color: #ed242a;
}

.focus-today-con .today-con-center .module-pic-item .img-box {
    display: block;
    width: 100%;
    height: 208px;
    overflow: hidden;
}

.focus-today-con .today-con-center .module-pic-item .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.focus-today-con .today-con-center .module-pic-item p {
    width: 100%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
}

.focus-today .focus-today-inner .focus-today-banner {
    width: 100%;
    height: auto;
    padding: 20px 0 10px;
}

.focus-today .focus-today-inner .focus-today-banner .banner-box {
    width: 100%;
    padding: 0 40px;
    position: relative;
}

.focus-today .focus-today-inner .focus-today-banner .banner-box .banner-box-item {
    width: 254px;
    height: auto;
}

.focus-today .focus-today-inner .focus-today-banner .banner-box .banner-box-item:hover img {
    transform: scale(1.1);
}

.focus-today .focus-today-inner .focus-today-banner .banner-box .banner-box-item:hover p {
    color: #ed242a;
}

.focus-today .focus-today-inner .focus-today-banner .banner-box .banner-box-item .img-box {
    width: 100%;
    height: 126px;
    overflow: hidden;
}

.focus-today .focus-today-inner .focus-today-banner .banner-box .banner-box-item img {
    display: block;
    width: 100%;
    height: 126px;
    object-fit: cover;
    transition: all .5s;
}

.focus-today .focus-today-inner .focus-today-banner .banner-box .banner-box-item p {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    padding: 10px 0 0;
}

.focus-today .focus-today-inner .focus-today-banner .banner-box .banner-box-item p span:first-child {
    color: #ed242a;
}

#focusTodayBanner .swiper-button-next, #focusTodayBanner .swiper-button-prev {
    width: 18px;
    height: 34px;
    background-size: 18px 34px;
    border: none;
    outline: none;
}

#focusTodayBanner .swiper-button-next {
    right: 0;
    background-image: url("../img/icon_arrow_right.png");
}

#focusTodayBanner .swiper-button-prev {
    left: 0;
    background-image: url("../img/icon_arrow_left.png");
}

.focus-today .focus-today-inner .adver {
    width: 100%;
    height: 82px;
    margin: 15px auto;
}

/*mainContent*/
.main-content .main-content-inner {
    width: 1200px;
    margin: 0 auto;
}

.subject-main .subject-left {
    width: calc(100% - 367px - 40px);
}

.subject-main .subject-left .subject-item {
    width: 378px;
    float: left;
}

.subject-main .subject-left .subject-item:nth-child(n+3) {
    margin-top: 30px;
}

.subject-main .subject-left .subject-item:nth-child(even) {
    margin-left: 34px;
}

.subject-main .subject-left .subject-item .subject-item-title {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 3px solid #dddddd;
}

#tourismCar h3 {
    cursor: pointer;
}

#subject-item-con-box .subject-item-con {
    display: none;
}

#subject-item-con-box .subject-item-con:first-child {
    display: block;
}

.subject-item .subject-item-title h3 {
    padding: 6px 20px;
    color: #777777;
    font-size: 20px;
    position: relative;
}

.subject-item .subject-item-title h3.active {
    color: #ed242a;
}

.subject-item .subject-item-title h3.active::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #ed242a;
    position: absolute;
    top: -2px;
    left: 0;
}

.subject-item:first-child .subject-item-title h3.active {
    color: #63c6fa;
}

.subject-item:first-child .subject-item-title h3.active::before {
    background: #63c6fa;
}

.subject-item:nth-child(2) .subject-item-title h3.active {
    color: #926fc2;
}

.subject-item:nth-child(2) .subject-item-title h3.active::before {
    background: #926fc2;
}

.subject-item:nth-child(3) .subject-item-title h3.active {
    color: #ec9929;
}

.subject-item:nth-child(3) .subject-item-title h3.active::before {
    background: #ec9929;
}

.subject-item:nth-child(4) .subject-item-title h3.active {
    color: #76c23b;
}

.subject-item:nth-child(4) .subject-item-title h3.active::before {
    background: #76c23b;
}

.subject-item .subject-item-title .subject-item-more {
    font-size: 13px;
    color: #777777;
}

.subject-item .subject-item-con {
    margin-top: 14px;
}

.subject-item .subject-item-con .pic-text {
    width: 100%;
    height: 105px;
}

.subject-item .subject-item-con .pic-text:hover .text-box h3 {
    color: #ed242a;
}

.subject-item .subject-item-con .pic-text a {
    display: flex;
    justify-content: space-between;
}

.subject-item .subject-item-con .pic-text .img-box {
    width: 186px;
    height: 105px;
    overflow: hidden;
}

.subject-item .subject-item-con .pic-text .img-box:hover img {
    transform: scale(1.1);
}

.subject-item .subject-item-con .pic-text .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all .5s;
}

.subject-item .subject-item-con .pic-text .text-box {
    width: calc(100% - 186px - 10px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subject-item .subject-item-con .pic-text .text-box h3 {
    font-size: 18px;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
}

.subject-item .subject-item-con .subject-item-list {
    padding: 14px 0;
}

.subject-item .subject-item-con .subject-item-list li {
    margin-bottom: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.subject-item .subject-item-con .subject-item-list li:hover {
    color: #ed242a;
}

.subject-item .subject-item-con .pic-big .img-box {
    width: 378px;
    height: 214px;
    margin-bottom: 11px;
    overflow: hidden;
}

.subject-item .subject-item-con .pic-big .img-box:hover img {
    transform: scale(1.1);
}

.subject-item .subject-item-con .pic-big .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.subject-main .subject-right {
    width: 367px;
}

.subject-main .subject-right .side-module {
    border: 1px solid #f5f5f5;
}

.subject-main .subject-right .side-module:nth-child(n+2) {
    margin-top: 40px;
}

.subject-right .side-module .side-title {
    height: 60px;
    background: #f8f8f8;
    border-bottom: 1px solid #f5f5f5;
    font-size: 20px;
    color: #222222;
    overflow: hidden;
    position: relative;
        display: flex;
    align-items: center;
}

.subject-right .side-module .side-title img{
    width:100px;
    margin-left:20px;
}

.subject-right .side-module .side-title h2 {
    width: calc(50% + 30px);
    height: 100%;
    background: #ffffff;
    transform: skewX(30deg) translateX(-30px);
    line-height: 60px;
    font-size: 20px;
    cursor: pointer;
}

.subject-right .side-module .side-title h2 span {
    display: block;
    transform: skewX(-30deg);
    padding-left: 60px;
}

.subject-right .side-module .side-con {
    padding: 16px 10px;
}

.subject-right .side-module.happy-read .side-con li:hover h4 {
    color: #ed242a;
}

.subject-right .side-module.newspaper .side-con {
    display: none;
    justify-content: space-between;
}

.subject-right .side-module.newspaper #newspaperBox .side-con:first-child {
    display: flex;
}

.subject-right .side-module.local-city .side-con li {
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}

.subject-right .side-module.local-city .side-con li:hover {
    color: #ed242a;
}

.subject-right .side-module .side-con .side-item:nth-child(n+2) {
    margin-top: 10px;
}

.subject-right .side-module.newspaper .side-con .side-item:nth-child(n+2) {
    margin-top: 0;
}

.subject-right .side-module.magazine .side-con .magazine-banner {
    width: 100%;
    height: 200px;
    padding: 10px 20px;
    position: relative;
}

#magazineBanner .swiper-container {
    width: 100%;
    height: 100%;
}

#magazineBanner .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

#magazineBanner .swiper-slide-active, .swiper-slide-duplicate-active {
    transform: scale(1);
}

#magazineBanner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

#magazineBanner .swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#magazineBanner .swiper-button-next, #magazineBanner .swiper-button-prev {
    width: 18px;
    height: 38px;
    opacity: .8;
    border: 1px solid #D2D2D2;
    outline: none;
    background-size: 100% 100%;
    background: none;
}

#magazineBanner .swiper-button-next {
    right: 0;
}

#magazineBanner .swiper-button-prev {
    left: 0;
}

#magazineBanner .swiper-button-prev::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top: 8px solid transparent;
    border-right: 8px solid #cccccc;
    border-bottom: 8px solid transparent;
}

#magazineBanner .swiper-button-next::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top: 8px solid transparent;
    border-left: 8px solid #cccccc;
    border-bottom: 8px solid transparent;
}


.qWrap{
    width:100%;
    
}

.qWrap .title{
    width:100%;
    text-align:center;
    margin-top:10px;
}
.qWrap .title img{
    width:20px;
    margin-right:10px;
}

.qWrap .title img,.qWrap .title span{
    vertical-align:bottom;
}
.qWrap .title span{
    font-size:16px;
    color:#1afa29;
}


.qWrap{
    width:100%;
    margin-top:40px;
    
}

.qWrap .sys{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top:20px;
}
.qrcode {
    width:30%;
}
.qrcode p{
    
    text-align:center;
}
.subject-right .service {
    margin-top: 16px;
}

.subject-right .service .service-title {
    width: 100%;
    height: auto;
    border-top: 3px solid #dddddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subject-right .service .service-title h3 {
    padding: 6px 20px;
    color: #222222;
    font-size: 20px;
    position: relative;
}

.subject-right .service .service-title h3::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    background: #ed242a;
    position: absolute;
    top: -2px;
    left: 0;
}

.subject-right .service .service-title .service-more {
    font-size: 13px;
    color: #ed242a;
    display: none;
}

.subject-right .service .service-con {
    padding: 14px 0;
}

.subject-right .service .service-con .service-item {
    width: 20%;
    height: auto;
    float: left;
}

.subject-right .service .service-con .service-item:hover p {
    color: #ed242a;
}

.subject-right .service .service-con .service-item:nth-child(n+6) {
    margin-top: 14px;
}

.subject-right .service .service-con .service-item img {
    display: block;
    width: 55px;
    height: 55px;
    margin: 0 auto;
}

.subject-right .service .service-con .service-item p {
    text-align: center;
    font-size: 14px;
    padding: 4px 0;
}

.side-module .side-con .side-item .img-box {
    width: 90px;
    height: 114px;
    overflow: hidden;
}

.side-module .side-con .side-item .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.side-module .side-con .side-item .side-info {
    width: calc(100% - 90px);
    height: 114px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.side-con .side-item .side-info h4 {
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
}

.side-con .side-item .side-info .desc {
    font-size: 13px;
    color: #777777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
}

.side-con .side-item .side-info .go-read {
    font-size: 12px;
    color: #ed242a;
}

.main-content-inner .media-matrix {
    padding-left: 108px;
    position: relative;
    height: auto;
    border: 1px solid #dddddd;
    margin: 10px 0 50px;
}

.media-matrix .matrix-title {
    width: 108px;
    height: 100%;
    background: #3771ba;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
}

.media-matrix .matrix-list {
    width: 100%;
    height: 100%;
    padding: 0 40px;
    overflow: hidden;
}

.matrix-list .matrix-item {
    width: 200px;
    text-align: center;
    padding: 20px 20px 10px;
    float: left;
}

.matrix-list .matrix-item .matrix-item-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.matrix-list .matrix-item .matrix-item-icons img {
    display: block;
    width: 78px;
    height: 78px;
}

.matrix-list .matrix-item .matrix-item-icons img:first-child {
    border-radius: 7px;
}

.matrix-list .matrix-item .matrix-item-icons img:last-child {
    width: 74px;
    height: 74px;
}

.matrix-list .matrix-item .matrix-item-text {
    line-height: 30px;
}

.main-content-inner .department {
    padding: 30px 0 0;
}

.department .depart-title {
    border-top: 3px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    margin-bottom: 30px;
}

.department .depart-title h3 {
    text-align: center;
    padding: 20px 0 0;
    color: #ed242a;
    font-size: 30px;
    position: relative;
}

.department .depart-title h3::before {
    content: '';
    display: block;
    width: 480px;
    height: 1px;
    background: #f5f5f5;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(calc((100% + 20px) / 2));
}

.department .depart-title h3::after {
    content: '';
    display: block;
    width: 480px;
    height: 1px;
    background: #f5f5f5;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(calc((100% + 20px) / 2));
}

.department .depart-con {
    display: flex;
    justify-content: space-between;
}

.department .depart-con li {
    width: 120px;
    height: 162px;
    background: #FAFAFA;
    float: left;
    padding: 20px 0;
}

.department .depart-con li:hover .depart-name {
    color: #ed242a;
}

.department .depart-con li .depart-icon {
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.department .depart-con li .depart-icon img {
    display: block;
    width: 55px;
    height: 55px;
}

.department .depart-con li .depart-name {
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.department .depart-con li .depart-des {
    text-align: center;
    line-height: 30px;
    color: #999999;
    font-size: 12px;
}

.report_area{
    width:1200px;
    margin: 0 auto;
    margin-top:20px;
    overflow:hidden;
   
}
.report_area_cont{
    width:20%;
    float:left;
    padding: 0 10px;
    
}
.report_area_cont a img{
    width:100%;
}