* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Helvetica, "PingFang SC", "Microsoft Yahei", sans-serif;
    font-size: 1rem;
}

li {
    list-style: none;
}

em {
    font-style: normal;
}


/* 图片默认宽度100% */

img {
    width: 100%;
    height:auto;
}

a {
    color: #282828;
    text-decoration: none;
}


/* 定义变量 */

 :root {
    font-size: 16px;
    --primary-color: #184799;
    --secondary-color: #e3e3e3;
    --text-color-lightest: #e7e9ec;
    --text-color-darker: #2e2e2e;
    --text-color-dark: #494949;
    --text-color-gray: #8b8b8b;
    --text-color-dark-gray: #727272;
    --text-color-light-gray: #c6c6c6;
    --backdrop-color: rgba(42, 42, 42, 0.69);
}

.section-container {
    max-width: 1200px;
    margin: auto;
}

.section-container1 {
    max-width: 1200px;
    margin: auto;
    padding-bottom: 45px;
}
.section-container10 {
  max-width: 769px;
    margin: auto;
    padding-bottom: 45px;
}

.section-container2 {
    max-width: 1200px;
    margin: auto;
    padding-bottom: 85px;
}

.section-container3 {
    max-width: 1200px;
    margin:auto;
}


/*头部*/

header {
    width: 1630px;
    margin: 0 auto;
    height: 90px;
    line-height: 90px;
    position: relative;
    z-index: 999;
}

header .logo {
    float: left;
}

header .logo img {
    vertical-align: middle;
}

header nav {
    float: right;
}

header nav {}

header nav ul li {
    display: inline;
}

header nav ul li a {
    padding: 0 22px;
}

header nav ul li a:hover {
    color: #184799;
}

header nav ul li a.active {
    color: #184799;
}

.banner1 {}


/*新闻*/

.news {
    margin-top: 60px;
}

.common-title {
    overflow: hidden;
    max-width: 1200px;
    margin: auto;
}

.common-title .left {
    float: left;
}

.common-title .left .title {
    margin-bottom: 10px;
}

.common-title .left span {
    font-size: 24px;
    font-weight: bold;
}

.common-title .left em {
    font-style: normal;
    color: #184799;
    font-size: 15px;
    font-weight: bold;
}

.common-title .left p {
    color: #838383;
    font-size: 14px;
}

.common-title .right {
    float: right;
}

.common-title .right a {
    display: inline-block;
    color: #184799;
    border: 1px solid #184799;
    font-size: 14px;
    padding: 11px 45px;
    margin-top: 11px;
    font-weight: bold;
}

.common-title .right a:hover {
    color: #fff;
    background-color: #184799;
}

.news-bottom {
    border-top: 1px solid #eeeeee;
    margin-top: 45px;
    padding-top: 43px;
    overflow: hidden;
}

.news-bottom .left {
    float: left;
    width: 38%;
}

.news-bottom .left ul li {
    height: 60px;
    line-height: 60px;
    padding-left: 35px;
    padding-right: 4px;
    border-bottom: 1px solid #f3f3f3;
    background-image: url(../images/icon-sanjiaoright.png);
    background-repeat: no-repeat;
    background-position: 4px center;
    background-size: auto 20px;
    overflow: hidden;
}

.news-bottom .left ul li em {
    float: right;
    color: #8e8e8e;
}

.news-bottom .left ul li a:hover {
    color: #184799;
}

.news-bottom .right {
    float: right;
    width: 55%;
}

.news-bottom .right .list {
    overflow: hidden;
    padding: 23.6px 0;
    border-bottom: 1px solid #d2d2d2;
}

.news-bottom .right .datetime {
    float: left;
    margin-left: 30px;
    text-align: center;
    position: relative;
}

.news-bottom .right .datetime span {
    display: block;
    color: #184799;
    font-size: 1.625rem;
    font-weight: bold;
    margin-top: 11px;
    margin-bottom: 10px;
}

.news-bottom .right .datetime em {
    font-size: 0.875rem;
    display: block;
    color: #184799;
    font-weight: 600;
}

.news-bottom .right .content {
    float: right;
    width: 80%;
}

.news-bottom .right .content .title a {
    display: block;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-bottom .right .content .title a:hover {
    color: #184799;
}

.news-bottom .right .content p {
    color: #8e8e8e;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 23px;
}


/*动态*/

.dynamic {
    margin-top: 45px;
    padding: 60px 0;
    background-color: #f8f8f8;
}

.dynamic-main {
    overflow: hidden;
}

.dynamic-main .list {
    /* overflow: hidden; */
    margin-top: 80px;
}

.dynamic-main .list-item {
    width: 32.5%;
    background-color: #fff;
    float: left;
    padding-bottom: 25px;
    margin-right: 1.2%;
    transition: 0.4s;
    -webkit-animation-fill-mode: backwards;
    cursor: pointer;
}

.dynamic-main .list-item:hover {
    transform: translateY(-20px) scale(1.02);
    box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.1);
}

.dynamic-main .list-item:last-child {
    margin-right: 0;
}

.dynamic-main .list-item .top img {
    /* max-height: 238px; */
}

.dynamic-main .list-item .main {
    padding: 26px 24px;
}

.dynamic-main .list-item .main .title {
    font-weight: bold;
    font-size: 18px;
    color: #333340;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dynamic-main .list-item .main p {
    color: #6e6e6e;
    margin-top: 25px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dynamic-main .list-item .bottom {
    padding: 0 24px;
    overflow: hidden;
    line-height: 35px;
}

.dynamic-main .list-item .bottom span {
    color: #8e8e8e;
    float: left;
}

.dynamic-main .list-item .bottom em {
    float: right;
    background-image: url(../images/icon-next.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-size: auto 35px;
}

.dynamic-main .list-item:hover .bottom em {
    background-image: url(../images/icon-next-check.png);
}


/*V视频*/

.video {
    margin-top: 80px;
}

.video .top {
    margin-top: 30px;
    position: relative;
}

.video .top img {
    /* max-height: 370px; */
}

.video .top .play {
    position: absolute;
    /* left: 0;
right: 0;
top:0;
bottom: 0;
margin: auto; */
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
}

.video .top .play img {
    max-width: 100px;
}

.video .bottom {
    margin-top: 30px;
    overflow: hidden;
}

.video .bottom dl {
    float: left;
    width: 31.3%;
    text-align: center;
    margin-right: 3%;
}

.video .bottom dl:last-child {
    margin-right: 0;
}

.video .bottom dl dt {
    position: relative;
}

.video .bottom dl .play {
    position: absolute;
    /* left: 0;
right: 0;
top:0;
bottom: 0;
margin: auto; */
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
}

.video .bottom dl .play img {
    max-width: 100px;
}

.video .bottom dl dt img {
    /* max-height: 205px; */
}

.video .bottom dl dd {
    color: #464646;
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video .bottom dl dd a:hover {
    color: #184799;
}


/*投资企业*/

.enterprises {
    margin-top: 80px;
}

.enterprises-main {
    margin-top: 43px;
    overflow: hidden;
}

.enterprises-main ul li {
    float: left;
    width: 24.25%;
    position: relative;
    margin-right: 1%;
    overflow: hidden;
    /* transition: 0.4s;
-webkit-animation-fill-mode:backwards; */
}

.enterprises-main ul li:last-child {
    margin-right: 0;
}

.enterprises-main ul li img {
    /* max-height: 444px; */
    /* transition: .5s ease-in-out; */
    vertical-align: middle;
}

.enterprises-main ul li .show {
    text-align: center;
    position: absolute;
    top: 9999px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 100%, rgba(255, 255, 255, 0) 100%);
}

.enterprises-main ul li:hover .show {
    top: 0;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
  
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.enterprises-main ul li:hover img {
    /* transform: translateY(-10px); */
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
  /*
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;*/
}

.enterprises-main ul li h1 {
    color: #ffffff;
    font-size: 22px;
    margin-top: 77px;
    margin-bottom: 87px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.enterprises-main ul li h2 {
    width: 95%;
    display: inline-block;
    margin-left: 2.5%;
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 45px;
}

.enterprises-main ul li .btn {
    font-size: 18px;
    display: inline-block;
    padding: 8px 24px;
    color: #fff;
    border: 1px solid #fff;
}

.enterprises-main ul li .btn:hover {
    background-color: #fff;
    color: #000;
}

.enterprises-page {
    padding: 0 20px;
    margin-top: 30px;
    overflow: hidden;
}

.enterprises-page .prev {
    float: left;
    background-image: url(../images/icon-prev.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-size: auto 35px;
}

.enterprises-page .prev:hover {
    background-image: url(../images/icon-prev-check.png);
}

.enterprises-page .next {
    float: right;
    background-image: url(../images/icon-next.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-size: auto 35px;
}

.enterprises-page .next:hover {
    background-image: url(../images/icon-next-check.png);
}


/*集团风采*/

.demeanor {
    margin-top: 30px;
    padding-top: 55px;
    padding-bottom: 45px;
    background-image: url(../images/demeanor_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.demeanor-main {
    /* margin-top: 40px; */
    overflow: hidden;
    padding: 40px 0;
}

.demeanor-main ul {
    overflow: inherit !important;
}

.demeanor-main .tempWrap {
    overflow: inherit !important;
}

.demeanor-main ul li {
    float: left;
    width: 25%;
}

.demeanor-main ul li img {
    vertical-align: top;
    position: relative;
    height: 207px;
}

.demeanor-main ul li img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 99;
}


/* 参政议政 */

.politics {
    padding-top: 80px;
    padding-bottom: 140px;
   	background-image: url(../images/zxl-pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.politics-main {
    margin-top: 80px;
    overflow: hidden;
    max-width: 1200px;
    margin: auto;
    margin-top: 45px;
}

.politics-main .left {
    float: left;
    width: 50%;
    position: relative;
}

.politics-main .play {
    position: absolute;
    /* left: 0;
right: 0;
top:0;
bottom: 0;
margin: auto; */
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
}

.politics-main .play img {
    max-width: 100px;
}

.politics-main .right {
    width: 42%;
    float: right;
}

.politics-main .right .list {
    overflow: hidden;
    margin-top: 85px;
}

.politics-main .right .list:first-child {
    margin-top: 28px;
}

.politics-main .right .list .date {
    float: left;
    text-align: center;
}

.politics-main .right .list .date span {
    display: block;
    color: #3c3c3c;
    font-size: 36px;
    font-weight: bold;
}

.politics-main .right .list .date em {
    color: #3c3c3c;
    font-size: 12px;
    font-weight: bold;
}

.politics-main .right .list .info {
    float: right;
    width: 85%;
}

.politics-main .right .list .info .title {
    color: #262626;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
}

.politics-main .right .list .info p {
    color: #666666;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 底部 */

footer {
    background-image: url(../images/footer_bg.jpg);
    background-repeat: no-repeat;
    height: 435px;
}

.footer-main {
    padding-top: 65px;
    overflow: hidden;
}

.footer-main dl {
    float: left;
    width: 16.666%;
}

.footer-main dl:last-child {
    margin-right: 0;
}

.footer-main dl dt {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 12px;
}

.footer-main dl dd {
    margin-top: 24px;
}

.footer-main dl dd a {
    color: #ffffff;
}

.copyright {
    font-size: 14px;
    color: #f2f2f2;
    text-align: center;
    height: 58px;
    line-height: 58px;
    background-color: #02171e;
}

.copyright a {
    font-size: 14px;
    color: #f2f2f2;
}


/* 集团要闻时间边框 */

.news .item-boder1:after,
.news .item-boder1:before,
.news .item-boder2:after,
.news .item-boder2:before,
.news .item-boder3:after,
.news .item-boder3:before {
    content: '';
    width: 48px;
    height: 82px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}

.news .item-boder1:before {
    transform: rotate(30deg);
}

.news .item-boder1:after {
    transform: rotate(-30deg);
}

.news .item-boder2:before {
    transform: rotate(150deg);
}

.news .item-boder2:after {
    transform: rotate(-150deg);
}

.news .item-boder3:before {
    transform: rotate(90deg);
}

.news .item-boder3:after {
    transform: rotate(-90deg);
}

.news .news-bottom .list .datetime:hover .item-boder-main:after,
.news .news-bottom .list .datetime:hover .item-boder-main:before {
    animation: boxBorder 1s ease-out 1;
    animation-fill-mode: forwards;
}


/* .news .item-boder1:hover:after,
.news .item-boder1:hover:before,
.news .item-boder2:hover:after,
.news .item-boder2:hover:before,
.news .item-boder3:hover:after,
.news .item-boder3:hover:before {
animation: boxBorder 1s ease-out 1;
animation-fill-mode: forwards;
} */

@keyframes boxBorder {
    0% {
        border-color: #8e8e8e;
        clip: rect(0, 82px, 4px, 82px);
    }
    100% {
        border-color: #8e8e8e;
        clip: rect(0px, 82px, 4px, 0)
    }
}


/* 覆盖轮播样式 */

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: .4;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #fff;
}

@media screen and (max-width: 1600px) {
    header {
        width: 1380px;
    }
    .section-container {
        max-width: 1300px;
    }
    .politics-main .right .list {
        margin-top: 50px;
    }
    .politics-main .play img {
        max-width: 80px;
    }
    .video .top .play img {
        max-width: 80px;
    }
    .video .bottom dl .play img {
        max-width: 80px;
    }
}

@media screen and (max-width: 1390px) {
    header {
        width: 1180px;
    }
    header nav ul li a {
        padding: 0 15px!important;
    }
    .section-container {
        max-width: 1100px;
    }
    .politics-main .right .list {}
    .politics-main .play img {
        max-width: 60px;
    }
    .video .top .play img {
        max-width: 60px;
    }
    .video .bottom dl .play img {
        max-width: 60px;
    }
  .recruit_hang2 ul li{
  		width: 23.7%!important;
    display: inline-block;
    margin-right: 1%!important;
  }
  .recruit_hang2 ul li:nth-child(4n){
  	margin-right:0%;
  }

}




/*集团概况css*/

.Group_profile {
    width: 100%;
    margin-top: 25px;
}

.Group_profile_wen {
    width: 43.5%;
    display: inline-block;
    vertical-align: top;
}

.Group_profile_wen_hang {
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
}

.Group_profile_wen_ying {
    width: 100%;
    font-size: .8rem;
    color: #d7d7d7;
    font-family: "arial";
    margin-top: 10px;
}

.Group_profile_content {
    width: 100%;
    margin-top: 25px;
}

.Group_profile_content p {
    text-indent: 2rem;
    font-size: .7rem;
    line-height: 30px;
}

.Group_profile_img {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    float: right;
}

.Enterprise_core_title {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 40px;
}

.Enterprise_core_title_ying {
    width: 100%;
    text-align: center;
    font-size: .7rem;
    color: #d7d7d7;
    margin-top: 10px;
}

.Management_list {
    width: 100%;
    margin-top: 25px;
}

.Management_list_he {
    width: 18%;
    display: inline-block;
    margin-left: 2%;
    height: 492px;
    vertical-align: top;
    position: relative;
}

.buding {
    margin-left: 0px;
}

.management_blue {
    width: 100%;
    background: #2f5088;
    display: inline-block;
    vertical-align: bottom;
}

.management_blue1 {
    width: 100%;
    background: #2f5088;
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    bottom: 0%;
}

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


/*媒体中心-集团要闻css*/

.url_list {
 height: 50px;
    /* margin: 0 60px; */
    background: #f7f7f7;
    /* padding-top: 35px; */
    font-size: 0;
    /* padding: 0 60px; */
    margin-bottom: 115px;
    margin: auto;
    width: 530px;
    margin-top: 35px;
    
}
.url_list1 {
 height: 50px;
    /* margin: 0 60px; */
    background: #f7f7f7;
    /* padding-top: 35px; */
    font-size: 0;
    /* padding: 0 60px; */
    margin-bottom: 115px;
    margin: auto;
    width: 1055px;
    margin-top: 35px;
    
}
.url_list3{
 height: 50px;
    /* margin: 0 60px; */
    background: #f7f7f7;
    /* padding-top: 35px; */
    font-size: 0;
    /* padding: 0 60px; */
    margin-bottom: 115px;
    margin: auto;
    width: 705px;
    margin-top: 45px;
    
}
.url_list4{
	 height: 50px;
    /* margin: 0 60px; */
    background: #f7f7f7;
    /* padding-top: 35px; */
    font-size: 0;
    /* padding: 0 60px; */
    margin-bottom: 115px;
    margin: auto;
    width: 868px;
    margin-top: 45px;
    
}
.url_list5{
	 height: 50px;
    /* margin: 0 60px; */
    background: #f7f7f7;
    /* padding-top: 35px; */
    font-size: 0;
    /* padding: 0 60px; */
    margin-bottom: 115px;
    margin: auto;
    width: 345px;
    margin-top: 45px;
    
}


.url_list_he {
    width: 24%;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: .7rem;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.url_list_he1 {
  height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    user-select: none;
    padding-left: 53px;
    padding-right: 53px;
}

.url_list_he2 {
  height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    user-select: none;
    padding-left: 53px;
    padding-right: 53px;
}

.url_list_he3 {
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    user-select: none;
    padding-left: 53px;
    padding-right: 53px;
}




.url_list_he4 {
  height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    user-select: none;
    padding-left: 53px;
    padding-right: 53px;
}

.url_list_he5 {
   height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    user-select: none;
    padding-left: 53px;
    padding-right: 53px;
}

.xuan {
    background: #184799;
    color: white
}

.news_hang {
    width: 100%;
    margin-top: 35px;
    background: #f7f7f7;
    font-size: 0;
}

.news_hang_img {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

.news_hang_wen {
    width: 50%;
    display: inline-block;
    float: right;
    vertical-align: top;
    margin-right: 5%;
}

.news_hang_wen_title {
   width: 100%;
    font-size: 20px;
    margin-top: 70px;
    font-weight: bold;
}

.news_hang_wen_title:hover {
    color: #184799;
    font-weight: bold;
}

.news_hang_wen_content {
    width: 100%;
    font-size:15px;
    color: #757575;
    line-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-top: 30px;
}

.news_hang_wen_riqi {
   width: 100%;
    text-align: right;
    font-size: 16px;
    color: #757575;
    margin-top: 65px;
    font-weight: bold;
}

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

.news_list1 {
    width: 80%;
    margin: auto;
    margin-top: -160px;
    background: white;
    margin-bottom: 40px;
}

.news_list_hang {
    width: 90%;
    height: 80px;
    margin: auto;
    border-bottom: 1px dashed #757575;
    margin-bottom: 60px;
}

.news_list_hang1 {
    width: 90%;
    height: 160px;
    display: inline-block;
    margin-left: 5%;
    border-bottom: 1px dashed #757575;
    margin-bottom: 40px;
    margin-top: 40px;
    cursor: pointer;
}

.news_list_hang_riqi {
    display: inline-block;
    vertical-align: top;
    margin-top: 4.5%;
}

.news_list_hang_riqi1 {
    display: inline-block;
    vertical-align: top;
}

.news_list_hang_riqi_hang {
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    color: #505050;
    font-weight: bold;
    margin-top: 5px;
}

.news_list_hang_riqi_hang1 {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: #505050;
    font-weight: bold;
    margin-top: 5px;
}

.news_list_hang_title {
    width: 86%;
    display: inline-block;
    vertical-align: top;
    margin-left: 8%;
}

.news_list_hang_title1 {
    width: 58%;
    display: inline-block;
    vertical-align: top;
    margin-left: 8%;
    margin-top: 4%;
}

.news_list_hang_title_hang {
    width: 100%;
    font-size: 1rem;
    color: #3d3d3d;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news_list_hang_title_hang a:hover {
    color: #184799;
    font-weight: bold;
}

.news_list_hang_title_hang:hover {
    color: #184799;
    font-weight: bold;
}

.news_list_hang_title_hang1 {
    width: 100%;
    font-size: .7rem;
    color: #8e8e8e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
}


/*媒体中心-参政议政*/

.canzheng_title {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #353535;
    margin-top: 40px;
}

.canzheng_title_ying {
    width: 100%;
    text-align: center;
    font-size: .7rem;
    margin-top: 10px;
    color: #4e4e4e;
    font-family: "arial";
}

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

.zhize_list_he {
    width: 32%;
    display: inline-block;
    margin-bottom: 40px;
    margin-right: 1%;
    vertical-align: top;
    cursor: pointer;
}

.zhize_list_he1 {
    width: 32%;
    display: inline-block;
    margin-bottom: 40px;
    margin-right: 1%;
    vertical-align: top;
}

.zhize_list.zhize_list_he:nth-child(3n) {
    margin-right: 0%;
}

.zhize_list_he_wen {
    width: 100%;
    font-size: 1rem;
    color: #595959;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*文字溢出的部分隐藏并用省略号代替*/
    white-space: nowrap;
    /*文本不自动换行*/
    font-weight: bold;
}

.zhize_list_he_wen a:hover {
    color: #184799;
    font-weight: bold;
}

.zhize_list_he_wen:hover {
    color: #184799;
    font-weight: bold;
}

.zhize_list_he_content {
    width: 100%;
    font-size: .7rem;
    color: #969696;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 25px;
}

.meiti_ju {
    width: 100%;
    background: url('../images/cz_20.jpg');
    background-size: 100%;
    height: 302px;
    background-repeat: no-repeat;
}

.canzheng_title1 {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #e60012;
    margin-top: 50px;
    display: inline-block;
}

.canzheng_title_ying1 {
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: .7rem;
    margin-top: 10px;
    color: #4e4e4e;
    font-family: "arial";
}


/*媒体中心-庆达V视css*/

.Group_profile_wen_hang2 {
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}

.Group_profile_wen_ying2 {
    width: 100%;
    text-align: center;
    margin-top:20px;
}

.xuanchuan {
    width: 100%;
    margin-top: 20px;
}

.xuanchuan .xuanchuan_he:nth-child(4n) {
    margin-right: 0%;
}

.xuanchuan1 .xuanchuan_he1:nth-child(4n) {
    margin-right: 0%;
}

.xuanchuan1 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 0;
}

.xuanchuan_he {
    width: 23.2%;
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 25px;
}

.xuanchuan_he1 {
    width: 31.8%;
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 25px;
}

.xuanche_non {
    margin-left: 0%;
}

.tupian_story {
   width: 80%;
    font-size: 22px;
    margin: auto;
    margin-top: 30px;
    font-weight: bold;
}

.story_content {
    width:80%;
  	margin:auto;
    font-size: 16px;
    color: #797979;
    line-height: 30px;
    margin-top: 45px;
    overflow-x: hidden;
}

.story_content span {}

.story_content1 {
    width: 60%;
    margin: auto;
    font-size: 18px;
    color: #797979;
    line-height: 30px;
    margin-top: 5px;
}

.story_img {
    width: 65%;
    margin: auto;
    margin-top: 20px;
    text-align: center;
}

.story_img1 {
    width: 100%;
    margin: auto;
    margin-top: 25px;
}

.story_img2 {
    width: 100%;
    margin: auto;
}

.riqi {
    margin-top: 15px;
    font-size: .8rem;
    color: #184799;
}

.yiqing_hang {
    width: 100%;
    margin-top: 20px;
    font-size: 0;
}

.yiqing_hang_img {
    display: inline-block;
    width: 50%;
    height: auto;
    vertical-align: top;
}

.yiqing_hang_right {
    width: 40%;
    height: 250px;
    background: #f8f8f8;
    display: inline-block;
    z-index: 9999;
    vertical-align: top;
    margin-left: -5%;
    margin-top: 5%;
}

.yiqing_hang_right_title {
    width: 95%;
    padding-left: 5%;
    display: inline-block;
    font-size: 1rem;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*文字溢出的部分隐藏并用省略号代替*/
}

.yiqing_hang_right_xq {
    width: 95%;
    padding-left: 5%;
    display: inline-block;
    font-size: .7rem;
    color: #757575;
    line-height: 30px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.yiqing_hang1 {
    width: 95%;
    padding-left: 5%;
    margin-top: 40px;
    cursor: pointer;
}

.yiqing_list {
    width: 100%;
    margin-top: 30px;
}

.yiqing_list_he {
    width: 32%;
    background: #f8f8f8;
    display: inline-block;
    margin-right: 1%;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

.yiqing_list .yiqing_list_he:nth-child(3n) {
    margin-right: 0;
}

.img_hang {
    width: 100%;
    margin-top: 20px;
    font-size: 0%;
}

.img_hang_left {
    width: 50%;
    display: inline-block;
    text-align: center;
}

.characteristic {
    width: 100%;
    height: 551px;
    margin-top: 25px;
    background-image: url('../images/dngj_02.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 25px;
}

.middle_characteristic {
    width: 1200px;
    margin: auto;
    height: 150px;
}

.char_title {
    width: 80%;
    margin: auto;
    padding-left: 10%;
    display: inline-block;
    font-size: 22px;
    color: #353535;
    font-weight: bold;
    margin-top: 55px;
}

.char_title1 {
    width: 100%;
    display: inline-block;
    font-size: 22px;
    color: #353535;
    font-weight: bold;
    margin-top: 55px;
}

.lan_biao {
   width: 55px;
    margin-top: 20px;
    height: 4px;
    background-color: blue;
    margin-left: 10%;
}
.lan_biao1 {
   width: 55px;
    margin-top: 20px;
    height: 4px;
    background-color: blue;
}

.char_content {
    width: 100%;
    margin-top: 65px;
}

.char_content1 {
    width: 100%;
    margin-top: 35px;
}

.char_wen {
  width: 80%;
    line-height: 35px;
    font-size: 18px;
    margin: auto;
}

.char_wen1 {
    width: 80%;
  	margin:auto;
    font-size: 24px;
    margin-top: 65px;
}

.about_more {
  width: 80%;
    margin: auto;
    height: 25px;
    margin-top: 60px;
    cursor: pointer;
}

.about_more1 {
    width: 100%;
    text-align: right;
    height: 25px;
    cursor: pointer;
}
.about_more3 {
    width: 100%;
    text-align: right;
    height: 25px;
    cursor: pointer;
}

.about_more2 {
    width: 95%;
    display: inline-block;
    margin-left: 2.5%;
    height: 25px;
    margin-bottom: 20px;
    cursor: pointer;
}

.you_tu {
    width: 21px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
}

.you_img {
    width: 100%;
    height: 12px;
    margin-top: 6.5px;
}

.you_wen {
    display: inline-block;
    font-size: 15.84px;
    margin-left: 5px;
    line-height: 25px;
    color: #184586;
    font-weight: bold;
}

.lunbo {
   width: 80%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
   
}

.shang_title {
    width: 100%;
    font-size: 19.97px;
    color: #414141;
    font-weight: bold;
}

.epidemic_situation {
    width: 100%;
    margin-top: 65px;
    height: 536px;
    user-select: none;
    cursor: pointer;
}

.epidemic_situation_img {
    width: 420px;
    display: inline-block;
    vertical-align: top;
}

.shu {
    width: 2px;
    height: 480px;
    background-color: #e4e4e4;
    display: inline-block;
    vertical-align: top;
    margin-left: 35px;
}

.epidemic_situation_right {
    width: 434px;
    display: inline-block;
    height: 536px;
    margin-left: 60px;
}

.epidemic_situation_right_title {
    width: 100%;
    color: #2e2d2d;
    font-weight: bold;
    font-size: 26px;
    margin-top: 25px;
}

.epidemic_situation_content {
    width: 80%;
    margin:auto;
    margin-top: 40px;
}
.epidemic_situation_content1 {
    width: 100%;
  
    margin-top: 40px;
}

.epidemic_wen {
    font-size: 18px;
    color: #676767;
    line-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.epidemic_wen1 {
    font-size: 18px;
    color: #676767;
    line-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.about_hang {
    width: 100%;
    text-align: right;
    margin-top: 25px;
}

.about_botu {
    padding-bottom: 30px;
}

.video_wen {
    width: 80%;
  	margin:auto;
    font-size: 18px;
    margin-top: 60px;
}

.helath_content {
   width: 80%;
    margin-left: 10%;
    /* margin: auto; */
    display: inline-block;
    margin-top: 45px;
}

.helath_content_wen {
    width: 100%;
    margin-top: 10px;
}
.helath_content_wen1 p  {
  width:100%!important;
}

.helath_content_hang {
  width: 80%;
    /* margin: auto; */
    margin-left: 10%;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 45px;
}

.helath_content_hang ul li {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.helath_content_hang ul li:last-child {
    margin-right: 0%;
}

.platform {
    width: 100%;
  margin-top: 108px;
}

.platform_left {
    width: 80%;
    display: inline-block;
    background: #f5f5f5;
    vertical-align: top;
}

.platform_left1 {
  width: 68%;
    display: inline-block;
    background: #f5f5f5;
    vertical-align: top;
}

.platform_right {
  	width: 42%;
    display: inline-block;
    /* transform: translate(-124px, -36px); */
    /* vertical-align: top; */
    /* float: right; */
    position: absolute;
    top: -60px;
    right: 0px;
}

.platform_right1 {
 	width: 38%;
    display: inline-block;
    /* transform: translate(-124px, -36px); */
    /* vertical-align: top; */
    /* float: right; */
    position: absolute;
    top: -60px;
    right: 2%;
}

.platfrom_he {
    width: 100%;
    display: inline-block;
  	position: relative;
}

.platform_wen {
width: 460px;
    display: inline-block;
    font-size: 16px;
    line-height: 35px;
    margin-left: 9%;
    margin-top: 50px;
    padding-bottom: 120px;
    letter-spacing: 3px;
}
.platform_wen1 {
width: 460px;
    display: inline-block;
    font-size: 16px;
    line-height: 35px;
    margin-left: 9%;
    margin-top: 50px;
    padding-bottom: 50px;
    letter-spacing: 3px;
}


.platform_wen p {
    width: 100%;
   
    font-size: 15px;
    line-height: 30px;
}

.money_banner {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 45px;
}

.angle_wen {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #363636;
}

.refrom_hang {
   width: 80%;
    margin: auto;
    margin-top: 30px;
    font-size: 0;
}

.refrom_hang1 {
    width: 80%;
  	margin:auto;
    margin-top: 15px;
    font-size: 0;
}

.refrom_hang_he {
    width: 49%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}

.refrom_hang_he1 {
    width: 60%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}

.refrom_hang_he4 {
    width: 64.6%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
    overflow: hidden;
}

.refrom_hang_he4 img:hover {
    transform: scale(1.1);
}

.refrom_hang_he4 img {
    transition: all .5s;
}

.refrom_hang_he2 {
    width: 36%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
    overflow: hidden;
}

.refrom_hang_he2 img {
    transition: all .5s;
}

.refrom_hang_he2 img:hover {
    transform: scale(1.1);
}

.refrom_hang_he3 {
    width: 31%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
    overflow: hidden;
}

.refrom_hang_he3 img:hover {
    transform: scale(1.1);
}

.refrom_hang_he3 img {
    transition: all .5s;
}

.refrom_hang .refrom_hang_he:last-child {
    margin-right: 0%;
}

.refrom_hang1 .refrom_hang_he:last-child {
    margin-right: 0%;
}

.refrom_hang_wen {
    width: 100%;
    margin-bottom: 15px;
}

.refrom_hang_zi {
  width: 100%;
    font-size: 16px;
    color: #535353;
    line-height: 33px;
    margin-top: 15px;
    letter-spacing: 3px;
    font-family: "微软雅黑";
   display: -webkit-box;    
-webkit-box-orient: vertical;    
-webkit-line-clamp: 8;    
overflow: hidden;

}

.about_img {
    width: 20px;
    height: 12px;
    margin-top: 6.5px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.about_img1 {
    width: 20px;
    height: 12px;
    margin-top: 6.5px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.about_zi {
    display: inline-block;
    font-size: 16px;
    color: #4e4e4e;
    line-height: 25px;
    vertical-align: top;
    margin-right: 15px;
}

.refrom_hang_wen .refrom_hang_zi:last-child {
    margin-bottom: 0px;
}

.refrom_list {
    width: 80%;
  	margin:auto;
    margin-top: 30px;
    font-size: 0;
}

.refrom_list_he {
    width: 32%;
    display: inline-block;
    margin-right: 2%;
    background-color: #fafafa;
    vertical-align: top;
    margin-bottom: 20px;
}

.refrom_list .refrom_list_he:nth-child(3n) {
    margin-right: 0;
}

.refrom_list_h {
    width: 100%;
}

.refrom_list_he_title {
    width: 95%;
    margin-left: 2.5%;
    display: inline-block;
}

.refrom_list_he_title6 {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*文字溢出的部分隐藏并用省略号代替*/
    white-space: nowrap;
    /*文本不自动换行*/
}

.refrom_list_he_xiangq {
    width: 95%;
    margin: auto;
    font-size: 16px;
    color: #838383;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 20px;
}

.refrom_list_he1 {
    width: 31.1%;
    display: inline-block;
    margin-right: 2%;
    background-color: #fafafa;
    vertical-align: top;
    margin-bottom: 20px;
    overflow: hidden;
}

.refrom_list_he1 img:hover {
    transform: scale(1.1);
}

.refrom_list_he1 img {
    transition: all .5s;
}

.reform_img {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.reform_img img {
    transition: all .5s;
}

.reform_img img:hover {
    transform: scale(1.1);
}

.lgo_wen {
    width: 100%;
    font-size: 23px;
    font-weight: bold;
    color: #333333;
    margin-top: 35px;
    text-align: center;
}

.lgo_img {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.lgo_hang {
    width: 100%;
    margin-top: 50px;
    font-size: 0;
}

.lgo_hang ul li {
    width: 49%;
    display: inline-block;
    background-color: #f5f5f5;
    margin-right: 1%;
    vertical-align: top;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 2%;
}

.lgo_hang ul li:nth-child(2n) {
    margin-right: 0%;
}

.logo_hang_num {
    width: 40px;
    height: 40px;
    background-color: #184799;
    text-align: center;
    font-size: 18px;
    color: white;
    font-weight: bold;
    line-height: 40px;
    display: inline-block;
    position: absolute;
    top: -7%;
    right: 5%;
}

.logo_biao {
    width: 80%;
    margin: auto;
    margin-top: 40px;
    font-size: 20px;
    color: #184799;
    font-weight: bold;
}

.logo_ints {
    width: 80%;
    height: 215px;
    margin: auto;
    margin-top: 15px;
    font-size: 18px;
    color: #5d5d5d;
    line-height: 35px;
}

.prospect {
    width: 100%;
    margin-top: 50px;
}

.prospect_url {
    width: 100%;
    margin-top: 50px;
    font-size: 0;
}

.prospect_url ul li:nth-child(5n) {
    margin-right: 0%;
}

.url_he {
    width: 18.94%;
    height: 285px;
    display: inline-block;
    margin-right: 1%;
    background-image: url('../images/b.png');
    background-size: 100% 100%;
}

.url_he:hover {
    width: 18.94%;
    height: 285px;
    display: inline-block;
    margin-right: 1%;
    background-image: url('../images/b1.png');
    background-size: 100% 100%;
}

.url_he1 {
    width: 17.94%;
    height: 285px;
    display: inline-block;
    margin-right: 1%;
    background-image: url('../images/a.png');
    background-size: 100% 100%;
}

.url_he1:hover {
    width: 17.94%;
    height: 285px;
    display: inline-block;
    margin-right: 1%;
    background-image: url('../images/a1.png');
    background-size: 100% 100%;
}

.url_he2 {
    width: 17.94%;
    height: 285px;
    display: inline-block;
    margin-right: 1%;
    background-image: url('../images/c.png');
    background-size: 100% 100%;
}

.url_he2:hover {
    width: 17.94%;
    height: 285px;
    display: inline-block;
    margin-right: 1%;
    background-image: url('../images/c1.png');
    background-size: 100% 100%;
}

.url_he3 {
    width: 17.94%;
    height: 285px;
    display: inline-block;
    margin-right: 1%;
    background-image: url('../images/d.png');
    background-size: 100% 100%;
}

.url_he3:hover {
    width: 17.94%;
    height: 285px;
    display: inline-block;
    margin-right: 1%;
    background-image: url('../images/d1.png');
    background-size: 100% 100%;
}

.url_he4 {
    width: 17.94%;
    height: 285px;
    display: inline-block;
    margin-right: 1%;
    background-image: url('../images/li.png');
    background-size: 100% 100%;
}

.url_he4:hover {
    width: 17.94%;
    height: 285px;
    display: inline-block;
    margin-right: 1%;
    background-image: url('../images/li1.png');
    background-size: 100% 100%;
}

.recruit_title {
    width: 100%;
    margin-top: 35px;
}

.recruit_title1 {
    width: 1400px;
    padding-top: 35px;
    margin: auto;
}

.recruit_hang {
    width: 100%;
    margin-top: 35px;
    font-size: 0;
}

.recruit_hang_left {
    width: 60%;
    display: inline-block;
    vertical-align: top;
}

.recruit_hang_right {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    margin-top: 9.2%;
    height: 200px;
    background-color: #f5f5f5;
}

.recruit_hang_wen {
    width: 80%;
    margin: auto;
    margin-top: 8%;
}

.recruit_hang_zi {
    width: 100%;
    font-size: 16px;
    color: #4c4c4c;
    margin-top: 15px;
}

.recruit_hang2 {
    width:100%;
  	margin:auto;
    margin-top: 35px;
    font-size: 0;
}

.recruit_hang2 ul li {
    width: 23%;
    display: inline-block;
    margin-right: 1%;
}

.recruit_hang2 ul li:nth-child(4n) {
    margin-right: 0;
}

.yong_people {
    width: 100%;
    background-color: #f7fbff;
}

.recruit_heimg {
    width: 1400px;
    margin: auto;
    padding-top: 45px;
    padding-bottom: 50px;
}

.jion_us_hang {
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #363636;
    margin-top: 45px;
}

.jion_us_hang1 {
    width: 100%;
    margin-top: 45px;
    font-size: 0;
    height: 550px;
}

.jion_us_hang1 ul li {
    width: 32.4%;
    display: inline-block;
    margin-right: 1%;
    user-select: none;
    height: 550px;
}

.jion_us_hang1 ul li img {
    transition: all .5s;
}



.jion_us_hang1 ul li:nth-child(3n) {
    margin-right: 0%;
}

.jion_us_he {
    width: 100%;
    margin-top: 45px;
    background-color: #f7fbff;
    padding-bottom: 3%;
    display: inline-block;
    padding-top: 45px;
}

.jion_us_he1 {
    width: 100%;
    margin-top: 45px;
    padding-bottom: 80px;
}

.jion_us_he_title {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #363636;
    font-weight: bold;
}

.Biomedicine_he {
    width: 100%;
    margin-top: 35px;
}

.Biomedicine_hang {
    width: 100%;
    margin-bottom: 45px;
}

.Biomedicine_hang_title {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #363636;
  font-weight:bold;
}

.Biomedicine_hang_content {
    width: 80%;
    background-color: #f5f5f5;
  	margin:auto;
    padding-bottom: 2%;
    margin-top: 35px;
}

.Biomedicine_hang_content_zi {
    width: 95%;
    margin: auto;
    line-height: 35px;
    color: #545454;
    margin-top: 15px;
    text-indent: 3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
  	font-size:16px;
}

.Biomedicine_hang_content_zi img {
    width: 100%;
    height: auto;
}

.weiwenzi {
    width: 95%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    padding-left: 5%;
    margin-top: 15px;
    color: #757575;
    line-height: 25px;
}

.wenzi_titile {
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    /*文字溢出的部分隐藏并用省略号代替*/
    white-space: nowrap;
    /*文本不自动换行*/
    font-size: 16px;
    padding-left: 5%;
    margin-top: 15px;
    font-weight: bold;
}

.enterprises-main ul li .show img {
    width: 80px;
    height: 80px;
    margin: auto;
    display: inline-block;
    margin-top: 112px;
}

.section-container1200{
	max-width:1200px;
}
.layui-nav-child dd a{
	font-size:16px!important;
}

.content p span{
	font-size:16px;
}
.story_content p span{
	font-size:16px!important;
}
.story_content