



.mid-container {

    width: 1220px;

    margin: 0px auto;

}

/* 页面头部 */

.page-header {

    width: 100%;

    background-color: #F5F5F5;

    box-shadow: 0px 5px 18px -15px #000 inset;

}

/* 顶部信息 */

.nav-container {

    padding: 12px 0px 10px;

}



.nav-container>b {

    color: #FAB502;

    font-size: 18px;

    margin-right: 4px;

}



.nav-container>.current-time {

    color: #FF0000;

}



.nav-container>.header-nav {

    display: inline-block;

    margin-right: 60px;

    float: right;

    margin-top: 4px;

}



.nav-container>.header-nav>a {

    color: #666;

}



.nav-container>.header-nav>a:hover {

    color: #FF0000;

}



.page-header>.head-banner {

    width: 100%;

    min-width: 1220px;

    box-sizing: border-box;
    position: relative;

}

.head-banner >img{
    width: 100%;
    display: block;
}

.banner-cotnent {
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.banner-title{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #0449ae;
    font-size: 46px;
    letter-spacing: 10px;
}
.banner-desc{
    color: #0449ae;
    font-size: 24px;
    margin-top: 5px;
    letter-spacing: normal;
}

.banner-cotnent>img {
    width: 100%;

    display: block;

}


/* 页面导航 */

.page-nav {

    background-color: #0449AE;

    width: 100%;

}



.page-nav-container {

    background-color: #489fd5;

    display: flex;

}



.page-nav-container>a {

    flex: 1;

    height: 50px;

    text-align: center;

    line-height: 50px;

    background-color: #0449AE;

    margin-left: 1px;

    color: #FFF;

    font-size: 16px;



}



.page-nav-container>a:hover {

    background-color: #489fd5;

}



.main-container {}



.main-container>.main-top-section {

    width: 100%;

    margin: 20px 0px;

    border: 1px solid #CCC;

    box-sizing: border-box;

    display: flex;

    overflow: hidden;

}



.wrap {
    width: 722px;
    height: 365px;
    overflow: hidden;
    position: relative;
}



.wrap img {
    width: 722px;
    height: 365px;
    display: block;

}



.wrap .dots {

    position: absolute;

    left: 80%;

    right: 0;

    bottom: 10px;

    list-style: none;

    margin: 0px;

    padding: 0px;

}

.swiper-link{
    width: 722px;
    height: 365px;
    display: block;
    position: relative;
}
.swiper-bottom-info{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #000;
    opacity: 0.7;
    color: #FFF;
    font-size: 15px;
    padding: 0px 150px 0px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.dots li {

    display: inline-block;

    width: 10px;

    height: 10px;

    margin: 0 4px;

    text-indent: -999em;

    border: 2px solid #fff;

    border-radius: 6px;

    cursor: pointer;

    opacity: .4;

    -webkit-transition: background .5s, opacity .5s;

    -moz-transition: background .5s, opacity .5s;

    transition: background .5s, opacity .5s;

}



.wrap .dots li.active {

    background: #fff;

    opacity: 1;

}



.swiper-wrap {

    display: flex;

    list-style: none;

    margin: 0px;

    padding: 0px;

}



.main-top-section>.main-top-section-right {

    flex: 1;

    height: 350px;

}



.main-top-section-right>.top-right-title {

    background-color: #F5F5F5;

    display: flex;

    border-bottom: 1px solid #CCC;

}



.title-item {

    height: 45px;

    width: 125px;

    background-color: #F5F5F5;

    color: #333;

    border-right: 1px solid #CCC;

    margin: 0px;

    font-weight: lighter;

    cursor: pointer;

    font-size: 16px;

    line-height: 45px;

    text-align: center;

}



.title-item-active {

    color: #0D5EA3;

    font-weight: 800;

}



.top-right-content {

    height: calc(100% - 46px);

    width: 100%;

    padding: 18px 15px 16px;

    box-sizing: border-box;

}



#hot-follow {

    height: 100%;

    width: 100%;

}



#industry-trends {

    height: 100%;

    width: 100%;

    display: none;

}



.recommend {

    padding-bottom: 10px;

    border-bottom: 1px solid #e5e5e5;

    box-sizing: border-box;

}



.recommend>.recommend-title {

    width: 375px;

    display: block;

    color: #CC0000;

    font-size: 16px;

    white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

}



.recommend-title:hover {

    color: #FF0000;

}



.recommend-content {

    margin: 5px 0px 0px;

    width: 100%;

    line-height: 1.8em;

}



.recommend-content>a {

    color: #2478c4;

}



.recommend-list {

    width: 100%;

    padding-top: 5px;

    box-sizing: border-box;

}



.normal-recommend-list {

    width: 100%;

    padding: 10px;

    box-sizing: border-box;



}



.recommend-item {

    width: 100%;

    height: 36px;

    display: flex;

    align-items: center;

    border-bottom: 1px dashed #D0D0D0;

}



.red-dot {

    width: 9px;

    height: 9px;

    border-radius: 50%;

    background-color: #FF0000;

    margin: 0px 1em;



}



.recommend-item>a {

    width: 420px;

    color: #666;

    white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

}



.recommend-item>a:hover {

    color: #DF4501;

}



.recommend-item>.date-time {

    display: block;

    width: 90px;

    margin-left: auto;

    color: #095494;

}

/* banner图 */

.dont-forget {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.dont-forget>img {
    width: 100%;
    display: block;
}

.dont-forget>p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0px;
    color: #FF0000;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
}

/* 中部主要信息 */

.main-content {

    width: 100%;

    display: flex;

    align-items: flex-start;

}



.main-info {

    flex: 1;

    display: flex;

    flex-wrap: wrap;

}



.info-item {

    width: 600px;

    height: 300px;

    margin-right: 20px;

    margin-bottom: 20px;

    border: 1px solid #CCC;

    box-sizing: border-box;

}



.info-item-title {

    width: 100%;

    height: 45px;

    line-height: 45px;

    margin: 0px;

    background-color: #F5F5F5;

    text-indent: 1em;

    font-size: 16px;

    color: #0D5EA3;

    font-weight: 800;

    border-bottom: 1px solid #CCC;

}



.watch-more {

    color: #666;

    font-size: 14px;

    float: right;

    margin-right: 20px;

    font-weight: normal;



}



.watch-more:hover {

    color: #DF4501;

}


/* 中部右侧边栏 */

.aside-menu {

    width: 300px;

}



.aside-menu>.aside-menu-item:not(:last-child) {

    margin-bottom: 15px;

}



.aside-menu-item {

    width: 100%;

    height: 100px;

    display: flex;

    align-items: center;

    cursor: pointer;

}



.aside-menu-item:hover div {

    color: #DF4501;

}



.aside-menu-item>img {

    width: 150px;
    height: 100px;
    display: block;

}



.aside-menu-item>div {

    padding: 0px 15px;

    box-sizing: border-box;

    color: #666;

    font-size: 16px;

}


/* 底部拓展图片   我也不知道啥玩意 */

.main-content-expand-img {
    width: 440px;
    height: 150px;
    display: block;
    margin-right: 20px;
    position: relative;
}

.main-content-expand-img > p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0px;
    color: #FF0000;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
}

.main-content-expand-img>img {

    width: 136%;

    height: 100%;

    display: block;

}

/* 工作动态 */

.work-dynamic {

    flex: 1;

    margin-top: 20px;

    margin-right: 20px;

    border: 1px solid #CCC;

}



.work-dynamic-container {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    padding: 20px 20px 0px;

    box-sizing: border-box;

}



.work-dynamic-container>.work-dynamic-item:nth-child(odd) {

    margin-right: auto;

}



.work-dynamic-item {

    width: 386px;

    height: 120px;

    margin-bottom: 20px;

    display: flex;

}



.work-dynamic-item>img {

    width: 150px;

    height: 120px;

    padding: 3px;

    margin-right: 15px;

    box-sizing: border-box;

    border: 1px solid #E5E5E5;

    display: block;

}



.work-dynamic-item-info {

    width: 200px;

    height: 100%;

    padding: 3px 0px;

    box-sizing: border-box;

    font-size: 12px;

}



.work-dynamic-item-info>p {

    margin: 0px;

}



.work-dynamic-item-info>.item-info-detail-title {

    width: 100%;

    color: #333;

    font-size: 15px;

    white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

    display: block;

}

.item-info-detail-title:hover{
    color: #FF0000;
}

.work-dynamic-item-info>.item-info-detail {

    width: 100%;
    height: 6em;
    line-height: 2;

    overflow: hidden;

}



/* 页面底部版权 */

.page-footer {

    margin-top: 20px;

}



.page-footer-top {

    width: 100%;

    background-color: #F8F8F8;

    border-top: 1px solid #CCC;

}



.page-footer-main {

    width: 100%;

    background-color: #0449AE;

}



.page-footer-bottom {

    width: 100%;

    height: 20px;

    background-color: #00327D;

    border-top: 1px solid #1562D4;

}



.page-footer-top-content {

    display: flex;

    height: 60px;

}



.page-footer-top-content>.friend-link {

    width: 130px;

    height: 100%;

    line-height: 60px;

    text-align: center;

    background-color: #0449AE;

    font-size: 16px;

    color: #FFFFFF;

    font-weight: 800;

}



.link-select {

    flex: 1;

    display: flex;

    align-items: center;

    padding-left: 30px;

}



.link-select>select {

    width: 250px;

    padding: 5px;

    color: #666;

    font-size: 12px;

    outline: none;

    box-sizing: border-box;

    margin-right: auto;

    border: 1px solid #CCC;

}



.page-footer-top-main {

    height: 200px;

    display: flex;

    align-items: center;

    color: #FFF;

    font-size: 15px;

}

.page-footer-top-main > img{
    width: 80px;
    height: 90px;
    margin-left: 25px;
    margin-right: 46px;
    display: block;
}

.footer-main-info {

    flex: 1;
    line-height: 32px;

}
.footer-main-info > a{
    color: #FFF;
}

