﻿* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

nav {
    min-width: 1500px;
    display: flex;
    align-items: center;
    height: 86px;
    background: #ffffff;
    padding: 0 36px 0 136px;
}

.logo {
    width: 180px;
    height: 47px;
    object-fit: cover;
}

.nav {
    padding: 0 50px 0 12px;
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 20px;
}

.nav>div {
    height: 86px;
    line-height: 86px;
    padding: 0 12px;
    cursor: pointer;
}
#work-dynamics {
    color:#BD1A2D;
    font-weight: 700;
    background-color: #f8e7e9;
}
.nav>div.active {
    font-size: 20px;
    font-weight: 700;
    color: #b51929;
    background-color: #f8e7e9;
}

.login-wrapper {
    display: flex;
    cursor: pointer;
}

.login-wrapper .search {
    width: 42px;
    height: 42px;
    margin-right: 16px;
}

.login-wrapper .not-login {
    width: 16px;
    height: 16px;
    display: inline-block;
}

.login-wrapper .login {
    width: 116px;
    height: 42px;
    background: #ebebeb;
    border-radius: 21px;
    text-align: center;
    line-height: 42px;
    color: #333333;
}

.login-wrapper .denglu {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    margin-left: 8px;
}

.bgc-wrapper {
    height: 502px;
    background-image: url(../img/gzdtbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.bgc-wrapper-fw{
    height: 502px;
    background-image: url(../img/fw.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.bgc-wrapper-xx{
    height: 502px;
    background-image: url(../img/lb_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}


.title-wrapper {
    position: absolute;
    top: 50%;
    left: 15%;
}

.title-wrapper .title {
    width: 100% !important;
    height: 64px;
    font-size: 42px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
}

.title-wrapper .title-list {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.title-wrapper .title-list>div {
    /* width: 96px; */
    height: 31px;
    font-size: 24px;
    opacity: 0.75;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    margin-right: 50px;
    position: relative;
    cursor: pointer;
}
.title-wrapper .title-list>div:nth-child(n+4){
    margin-top: 15px;
}
.title-wrapper .title-list .shengzhi {
    opacity: 1;
}

.title-wrapper .title-list .shengzhi::after {
    content: " ";
    background-image: url(../img/arr.png);
    position: absolute;
    top: 10px;
    left: -43px;
    width: 33px;
    height: 12px;
    opacity: 1;
    color: #ffffff;
}

.dongtai-details {
    max-width: 1200px;
    padding: 40px 0;
    margin: auto;
    display: flex;
}

.details-title {
    width: 850px;
}

.details-title .title {
    /* height: 31px; */
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: center;
    color: #333333;
    line-height: 38px;
}

.share-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 43px;
    margin-bottom: 16px;
}

.share-wrapper .print{
    cursor: pointer;
}

.share-wrapper .source {
    width: 156px;
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
}

.share-wrapper .time {
    width: 182px;
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    margin-left: -335px;
    color: #999999;
}

.share-wrapper .share {
    display: flex;
    align-items: center;
}


.share-wrapper .print div:nth-child(1) {
    display: flex;
    margin-right: 40px;
}

.share-wrapper .print span:nth-child(1) {
    display: inline-block;
    width: 28px;
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
}

.share-wrapper .print span:nth-child(2) {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 6px;
}

.share .fenxiang  {
    display: flex;
    align-items: center;
}
.share .fenxiang span:nth-child(1) {
    width: 56px;
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    color: #333333;
}

.details-title .author-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
}

.details-title .author {
    width: 116px;
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: right;
    color: #aeaeae;
    line-height: 26px;
}

.recommendation {
    width: 310px;
    margin-left: 40px;
    padding: 40px 20px;
}

.recommendation .news-wrapper {
    display: flex;
    justify-content: space-between;
}

.news-wrapper span {
    display: inline-block;
}

.news-wrapper .border {
    width: 5px;
    height: 20px;
    margin-bottom: -3px;
    margin-right: 4px;
    background: #c11f2b;
}

.news-wrapper .news {
    width: 80px;
    height: 26px;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
}
.recommendation .news-list {
    padding: 20px 0;
}
.recommendation .news-list p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommendation .news-list a {
    text-decoration: none;
    color: inherit;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
}

.news-list a:hover {
    color: #BD1A2D;
}

.news-list a:hover .dian {
    background-color: #BD1A2D;
}

.more a {
    text-decoration: none;
    color: #999;
}

.dian {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: rgb(104, 102, 102);
    border-radius: 50%;
    margin-bottom: 3px;
}

.video-wrapper {
    padding: 20px 0;
    width: 269px;
    height: 160px;
    margin-bottom: 40px;
}

.video-wrapper .video1 {
    width: 269px;
    height: 160px;
    /* background-image: url(../img/detail_bg.png); */
    position: relative;
    cursor: pointer;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.video-wrapper .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-wrapper .play .bg_dt{
    position: relative;
    width: 269px;
    height: 160px;
}
.video-wrapper .play .bg_it{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-wrapper .describe {
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 36px;
    letter-spacing: 0.84px;
}

/* 底部 */

footer {
    height: 265px;
    background: #BD1A2D;
}

.footer-content {
    max-width: 1200px;
    margin: auto;
}

.footer-select {
    padding-top: 25px;
    margin-bottom: 35px;
    display: flex;
}

.select-item {
    padding: 0;
    margin-right: 120px;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.select-item img {
    width: 12px;
}
.item-child {
    width: 200px;
    display: none;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    color: #333;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.item-child a {
    text-decoration: none;
    color: inherit;
}

.item-child p {
    height: 30px;
    line-height: 30px;
}

.item-child p:hover {
    color: #66b1ff;
}

.select-item:hover .item-child {
    display: block;
}

.glyphicon-triangle-bottom {
    font-size: 12px;
}

.footer-info {
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    display: flex;
}

.footer-info .jinguan-wrapper {
    width: 4.16667%;
}

.jinguan-wrapper .jinguan {
    width: 48px;
    height: 48px;
    margin-top: 60px;
}

.report-wrapper {
    width: 8.33333%;
    margin-left: 4.16667%;
}

.report-wrapper .report {
    width: 94px;
    height: 35px;
    margin-top: 66px;
    margin-left: 4.16667%;
}

.footer-info .left-info {
    width: 50%;
}

.gray {
    color: #ffffff66;
    margin-left: 15px;
}

.site {
    width: 320px;
    display: block;
    float: left;
}

.beian {
    margin-left: 97px;
}

.beian a {
    text-decoration: none;
    color: inherit;
}

.beian>img {
    margin-left: 20px;
    width: 20px;
    height: 20px;
}

.QR {
    width: 29.16667%;
    margin-top: 28px;
    margin-left: 5.16667%;
}

.instal {
    float: left;
    text-align: center;
    margin-left: 25px;
}

.QR img {
    width: 86px;
    height: 86px;
}

.official-accounts {
    float: left;
    text-align: center;
    margin-left: 25px;
}