* {
    margin: 0;
    padding: 0;
}

.content-spec-img img {
    width: 260px;
    height: 130px;
}

.search-text {
    width: 34px;
    height: 16px;
    font-size: 16px;
    margin-left: 34px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
}

.iconfont-search {
    font-size: 26px;
    transform: translateY(8px) translateX(-12px);
    position: absolute;
}
a{
  text-decoration:none;
  outline-style:none;
  color: #333;
}

.pointer {
    cursor: pointer;
}

.tit-hover:hover {
    color: #0D8FFF;
}

body {
    background-color: #F2F2F2;
    display: flex;
    font-family: MicrosoftYaHeiUI, PingFang SC, sans-serif;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.el-carousel__button {
    background-color: #0D8FFF;
}

.el-carousel__arrow {
    display: none;
}

.active {
    color: #0D8FFF!important;
    padding-bottom: 11px;
    border-bottom: 2px solid #0D8FFF;
    transition: all .1s;
}

.el-pager .active {
    color: #fff !important;
}

.banner {
    width: 555px;
    height: 350px;
    margin-top: 24px;
    margin-left: 21px;
}

.banner-img {
    margin-left: 97px;
}

.el-carousel__item h3 {
    color: #475669;
    font-size: 18px;
    opacity: 0.75;
    margin: 0;
}

.el-carousel__item:nth-child(2n) {
    background-color: #FFFFFF;
}

.el-carousel__item:nth-child(2n+1) {
    background-color: #FFFFFF;
}


.el-dropdown-menu span {
    padding-bottom: 2px;
}

.el-dropdown-menu span:hover {
    border-bottom: 2px solid #0D8FFF;

}

/* 导航栏 */
#home {
    margin: 0 auto;
    width: 1366px;
    min-height: 100vh;
}

.nav {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    background: #FFFFFF;
    padding: 0;

}

.navBar {
    display: flex;
    flex-direction: column;
    margin-top: 36px;
}

.top-navBar {
    display: flex;
    justify-content: center;
}

.log-brand {
    width: 312px;
    height: 26px;
    padding-left: 97px;
    display: flex;
    flex-direction: column;

}

.search {
    display: flex;
    margin-left: 25px;
}

.searchBar {
    display: flex;
    flex-direction: column;
}

.top-tit-item {
    display: flex;
}

.tit-item {
    width: 67px;
    height: 29px;
    border-radius: 5px 5px 0px 0px;
    font-size: 14px;
    line-height: 29px;
    text-align: center;
}

.tit-item:nth-child(1) {
    width: 67px;
    height: 29px;
    background: #0D8FFF;
    color: aliceblue;
}

.inp {
    width: 608px;
    height: 41px;
    border: 2px solid #0D8FFF;
    border-radius: 0px 4px 4px 4px;
    padding-left: 10px;
}

.search-keyword {
    display: flex;
    list-style: none;

    line-height: 13px;
    padding: 0;
    margin: 0;
}

.keyword {
    font-size: 12px;
    margin: 10px;
}


.btn {
    width: 115px;
    height: 46px;
    background: #0D8FFF;
    border: 2px solid #0E8EE9;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 5px;
    margin-top: 40px;
    margin-left: 8px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.app-tit {
    display: flex;
    text-align: center;
    color: #666666;
    align-items: center;
}

.app-tit .iconfont:nth-child(1) {
    font-size: 33px;
    color: #666666;
    margin-left: 38px;

}

.app-tit .iconfont:nth-child(2) {
    font-size: 18px;
    color: #666666;
    margin-left: 28px;
}

.tab-tit {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 1175px;
    line-height: 47px;
    list-style: none;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
}

.tab-tit-item:hover {
    color: #0D8FFF;
    transition: 0.1S;
}

.tab-tit-item1 {
    width: 232px;
    height: 47px;
    background: #0D8FFF;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
    color: aliceblue;
    font-weight: bold;
    margin-top: 23px;
}


/* main部分 */

.main-home {

    display: flex;
    flex-direction: column;
    background: url(../static/images/bg1.png) no-repeat;

}

.main-container {
    width: 1366px;
    height: 351px;
}

.main-img {
    width: 1175px;
    margin-top: 156px;
    background: #FFFFFF;
}

.main-btwo-item {
    display: flex;
    margin-left: 50px;
    margin-top: 40px;
}

.main-btwo-item2 {
    display: flex;
    margin-top: 40px;
    height: 270px;
    width: 555px;
}

.main-middle-img {
    width: 68px;
    height: 86px;
    border-radius: 5px;
}

.main-middle-tit {
    margin-left: 23px;
}

.main-middle-titp {
    font-size: 36px;
    font-weight: bold;
    color: #666666;
    line-height: 42px;
}

.main-middle-titp1 {
    width: 915px;
    font-size: 22px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 42px;
}

/* 广告图片下的轮播和列表新闻 */
.main-content {
    display: flex;
    justify-content: center;
    margin-top: -5px;

}

.main-info {
    width: 1175px;
    height: 400px;
    display: flex;
    background: #FFFFFF;
    border-radius: 5px;
    padding-bottom: 18px;
}

.main-btwo-item1 {
    width: 555px;
    height: 350px;
}

/* 列表 */
.main-new {
    margin-top: 24px;
    margin-left: 21px;
    width: 550px;
    height: 350px;

}

.main-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 27px;
}

.main-list > li {
    list-style-type: disc;
    color: #0D8FFF;
    padding: 0;
    margin: 0;
}

.main-p {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #CCCCCC;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 16px;
}

.main-content-item {
    display: flex;
    align-items: center;
}

.main-new-item {
    font-size: 18px;
    color: #333333;
    line-height: 39px;
    overflow: hidden;
    white-space: nowrap;
    width: 404px;
    text-overflow: ellipsis;
}


.main-item-s {
    font-size: 14px;
    color: #808080;
    float: right;
    margin-left: 20px;
}

/* 底部内容布局 */
.footer-content {
    width: 1175px;
    margin: auto;
    display: flex;
    padding-bottom: 40px;
}

/* 推荐行业动态栏 */
.footer-left {
    width: 780px;
    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 16px;
}

.content-nav-list {
    width: 100%;
    display: flex;
    text-align: center;
    flex-direction: row;
    list-style: none;
    margin: 0 auto;
    padding-top: 26px;
}

.content-nav-item {
    font-size: 22px;
    font-weight: bold;
    flex-grow: 1;
    cursor: pointer;
}

/* 导航底部新闻 */
.content-video {
    width: 95%;
    margin: 0 auto;
    padding-top: 25px;
    padding-left: 21px;
}

.content-video-new {
    padding-right: 22px;
}


.content-video-top {
    padding-bottom: 12px;
}

.content-video-box {
    border-bottom: 1px solid #CCCCCC;
}

.content-video-imgs {
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    margin-left: -5px;
}

.content-video-img {
    margin: 0 auto;
    height: 130px;
    border-radius: 5px;
}

/* 新闻底部交互信息 */
.content-video-icon {
    width: 100%;
    height: 22px;
    background: #0D8FFF;
    color: #FFFFFF;
    border-radius: 3px;
    font-size: 12px;
}

.content-video-title {

    margin-left: 10px;
    font-size: 18px;
    color: #4D4D4D;
}

.content-video-share {
    margin-top: 16px;
    font-size: 14px;
    color: #808080;
    padding-bottom: 19px;
}

.content-video-share-item {
    padding-right: 18px;
}

.content-share-icon {
    float: right;
}

.content-spec-video {
    display: flex;
    flex-direction: row;
    height: 130px;
    padding-top: 16px;
    border-top: 1px solid #edf0f5;
    padding-bottom: 16px;
}

.content-spec-img {
    width: 260px;
}

.content-spec-img img {
    border-radius: 5px;
}


.content-spec-msg {
    width: 457px;
    height: 130px;
    margin-left: 20px;
}

.content-spec-p {
    width: 421px;
    height: 64px;
    font-weight: 600;
    font-size: 18px;
    color: #4D4D4D;
    overflow: hidden;
    line-height: 32px;
    text-overflow: ellipsis;
}

.content-video-sharetwo {
    margin-top: 50px;
    font-size: 14px;
    color: #808080;
}

/* 右边新闻栏 */
.footer-right {
    width: 380px;
    margin-left: 15px;
}

/* 头条热榜 */
.footer-right-top {
    background: #FFFFFF;
    padding-top: 30px;
    padding-left: 20px;
    border-radius: 5px;
    margin-top: 16px;
}

.footer-right-tit {
    display: flex;
    align-content: center;
    font-size: 22px;
    color: #333333;

}

.footer-tit-img {
    padding-right: 11px;
}

.footer-tit-right {
    margin-left: 110px;
    font-size: 14px;
    color: #ED2B32;
    font-weight: bold;
}

.footer-new-list {
    margin-top: 20px;
}

.footer-new-item {
    display: flex;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.footer-item-one {
    margin-top: 3px;
    width: 25px;
    justify-content: center;
    text-align: center;
}

.footer-item-two {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-left: 5px;
    width: 260px;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 5px;
    color: #333333;
}


/* 热门视频 */
.footer-right-bottom {
    background: #FFFFFF;
    border-radius: 5px;
    margin-top: 16px;
    padding: 30px 21px;
}

.footer-bottom-tit {
    display: flex;
    align-content: center;
    font-size: 22px;
    color: #333333;
}

.footer-bottom-right {

    margin-left: 125px;
    font-size: 14px;
    color: #ED2B32;
    font-weight: bold;
}

/* 热门视频文字信息 */
.footer-bottom-video {
    display: flex;
    height: 100px;
    margin-top: 24px;
}

.footer-video-new {
    height: 100px;
    margin-left: 12px;
}

.footer-video-new > img {
    width: 150px;
    padding-right: 12px;
}

.footer-video-tit {
    height: 45px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    font-weight: bold;
}

.footer-video-zan {
    width: 52px;
    height: 21px;
    background: #FFF2F2;
    border-radius: 3px;
    font-size: 12px;
    color: #EF3A46;
    margin-top: 8px;
}

.footer-video-msg {
    font-size: 13px;
    color: #808080;
    line-height: 38px;
}

.footer-msg-right {
    margin-left: 30px;
}

.el-carousel__button {
    height: 5px;
}