* {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
body {
    min-width: 1280px;
    background: #F4F3F3;
}
.holiday-box {
    padding: 32px 0 28px;
    width: 1280px;
    margin: auto;
    background-color: #fff;
}
.center-content, .center-content-small {
    margin: auto;
}
.center-content {
    position: relative;
}
.subject-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.subject-link a {
    display: block;
    width: 100%;
    height: 100%;
}
.small-navigation {
    background: #F6F7F9;
    border: 1px solid #DEDFE3;
    box-sizing: border-box;
}
.small-navigation-box {
    width: 1280px;
    height: 32px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    box-sizing: border-box;
}
.small-navigation-left, .small-navigation-right {
    display: flex;
    align-items: center;
    height: 100%;
}
.small-navigation-left a, .small-navigation-right a {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-right: 8px;
    margin-left: 0;
}
.small-navigation-right a {
    margin-left: 8px;
    margin-right: 0;
}
.small-navigation-right .vx-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.small-navigation-right .vx-image:hover {
    overflow: visible;
}
.small-navigation-left a:hover, .small-navigation-right a:hover {
    color: #FF5E00;
}
.small-navigation-left .dividing-line, .small-navigation-right .dividing-line {
    width: 1px;
    background-color: #d8d8d8;
    height: 12px;
    margin-left: 0;
    margin-right: 8px;
    display: inline-block;
}
.small-navigation-right .dividing-line {
    margin-left: 8px;
    margin-right: 0;
}
.index-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 78px;
    width: 1280px;
    padding: 0 40px;
    margin: 0 auto;
    box-sizing: border-box;
}
.index-header-left {
    display: flex;
}
.index-header-left img {
    height: 54px;
    display: inline-block;
}
.now-time, .now-weather {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}
.index-header-right {
    display: flex;
}
.index-header-right .search-hot {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    display: flex;
    align-items: center;
}
.index-header-right .search-hot a {
    margin-right: 10px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}
.index-header-right .search-hot a:hover {
    color: #FF5E00;
}
.index-header-right .search-box {
    margin-left: 16px;
    width: 426px;
    height: 36px;
    background: #F4F3F3;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.index-header-right .search-box img {
    width: 24px;
    height: 24px;
    margin: 0 8px 0 12px;
    display: inline-block;
}
.index-header-right .search-box input {
    width: 280px;
    flex-grow: 2;
    flex-shrink: 0;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333;
}
#search-btn {
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: 0;
    width: 76px;
    background: #3669B3;
    font-size: 16px;
    border-radius: 0px 4px 4px 0px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 36px;
    height: 36px;
}
.index-navigation {
    height: 48px;
    background: #003251;
    box-shadow: 0px 4px 0px 0px #FF5E00;
    position: relative;
}
.index-navigation-box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.index-navigation-box .notindex-box {
    position: absolute;
    top: 48px;
    left: 0;
    width: 1202px;
    height: 0;
    overflow: hidden;
    transition: height .3s;
    z-index: 2;
}
.index-navigation-box .notindex {
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #E6E6E6;
    padding: 12px 0;
    flex-wrap: wrap;
    display: flex;
    z-index: 2;
    width: 1200px;
}
.index-navigation-box .notindex > div {
    height: 44px;
    line-height: 44px;
    width: 150px;
    flex-grow: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    text-align: center;
}
.index-navigation-box .notindex .second-dev {
    margin-top: 5px;
}
.index-navigation-box .notindex div a {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    display: inline-block;
    padding: 0;
}
.index-navigation-box .notindex div a:hover {
    color: #FF5E00;
}
.media-item:hover .notindex-box {
    /*display: flex;*/
    height: 114px;
}

.index-navigation-box .shixian-box {
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height .3s;
}
.index-navigation-box .shixian {
    background-color: #fff;
    padding: 8px 0;
    flex-wrap: wrap;
    display: flex;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #E6E6E6;
}
.index-navigation-box .shixian a {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    padding: 0;
}
.index-navigation-box .shixian a:hover {
    color: #FF5E00;
}
.index-navigation-box .shixian>div {
    width: 63px;
    height: 44px;
    text-align: center;
    line-height: 44px;
}
.index-navigation-box .shixian-item:hover .shixian-box {
    /*display: flex;*/
    height: 62px;
}

.index-navigation-box ul {
    display: flex;
    height: 100%;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 48px;
}
.index-navigation-box ul li {
    margin-right: 11px;
    cursor: pointer;
}
.index-navigation-box ul li ~ li {
    margin-left: 11px;
}
.index-navigation-box ul .tab-current {
    background-color: #FF5E00;
}
.index-navigation-box ul li:hover {
    background-color: #FF5E00;
}
.index-navigation-box ul li a {
    padding: 0 24px;
    color: #FFFFFF;
    display: inline-block;
}
.index-navigation-box ul li a img {
    width: 16px;
    height: 16px;
    display: inline-block;
    font-size: 0;
    margin-left: 2px;
}
.article-list {
    width: 1280px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 40px 25px;
    margin: 0 auto;
    overflow: hidden;
}
.article-big-title-list {
    margin: 36px 0;
}
.article-big-title {
    text-align: center;
    overflow: hidden;
}
.article-big-title + .article-big-title {
    margin-top: 10px;
}
.article-big-title a {
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #08132D;
}
.article-big-title a:hover {
    color: #FF5E00;
}
.article-banner-list {
    display: flex;
    justify-content: space-between;
}
.banner-include {
    width: 100%;
    height: 488px;
}
.tab-column {
    display: flex;
    justify-content: space-between;
    width: 1280px;
    padding: 0 40px 48px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0 auto;
}
.left-tab-list {
    margin-right: 20px;
    width: 868px;
    flex-grow: 0;
    flex-shrink: 0;
}

.right-tab-list {
    width: 300px;
    flex-grow: 0;
    flex-shrink: 0;
}

.list-tab-title, .left-tab-title, .right-tab-title {
    background: #F4F4F6!important;
}
.list-tab-title .tab-current {
    background-color: #FF5F00!important;
}
.list-tab-title .tab-current span {
    color: #fff!important;
}
.list-tab-title .tab-ul {
    display: flex;
    border-bottom: 2px solid #FF5F00;
}
.list-tab-title .tab-ul li {
    list-style: none;
    flex: 0 0 auto;
    line-height: 50px;
    height: 50px;
    text-align: center;
    border-bottom: 4px solid transparent;
    padding: 0 15px;
}
.list-tab-title .tab-ul li span {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 54px;
}
.left-tab-content {
    display: flex;
    flex-wrap: wrap;
}

.banner-index {
    display: flex;
    align-items: center;
    justify-content: center;
}
.move-left-click, .move-right-click {
    font-size: 20px;
    color: #FFFFFF;
    width: 60px;
    text-align: center;
    cursor: pointer;
}
.banner-index-box {
    width: 30%;
    flex-shrink: 0;
    font-size: 20px;
    text-align: center;
}
.banner-index-box span:nth-of-type(1) {
    color: #FF5F00;
    font-size: 24px;
}
.banner-index-box span:nth-of-type(2) {
    color: #FFFFFF;
}


.widget-international-left {
    width: 100%;
    height: 100%;
}

.title {
    padding-left: 24px;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    background-color: #F4F4F6;
}

.title::before {
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 8px;
    width: 6px;
    height: 22px;
    background: #FF5F00;
    border-radius: 3px;
}

.special-list {
    margin-top: 8px;
}

.special-item {
    display: flex;
    justify-content: space-between;
}

.image-content, .list-content {
    width: 424px;
}

.special-item .program-image {
    width: 100%;
    height: 238px;
    padding-bottom: 5px;
}
.list-text {}
.list-item-text::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #FF5F00;
}
.list-item-text {
    margin-top: 8px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    position: relative;
    padding-left: 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    position: relative;
}
.list-item-text:hover {
    color:#FF5F00;
}
.first-image {
    position: relative;
    display: block;
    margin-bottom: 16px;
}
.first-image .first-image-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    border-radius: 0px 0px 4px 4px;
    box-sizing: border-box;
    z-index: 2;
}
.first-image .first-image-title .first-image-title-text {
    color: #fff;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}