html {
    font-size: 625%;
}

ul, ol {
    padding: 0;
}

a {
    text-decoration: none;
}

.pointer {
    cursor: pointer;
}

a:active, a:hover {
    text-decoration: none;
}

.news-sidebar {
    /* height: 5000px; */
}

.u-line-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.u-line-2 {
    -webkit-line-clamp: 2;
}

.u-line-2, .u-line-3, .u-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.u-line-3 {
    -webkit-line-clamp: 3;
}

.u-line-4 {
    -webkit-line-clamp: 4;
}

.nav-logo {
    margin-top: 0.3rem;
}

.menu {
    margin-top: 0.3rem;
}

.menu .nav-menu {
    height: 0.45rem;
    background-image: linear-gradient(rgba(13, 143, 231, 0.6), #0d8fe7);
    font-size: 0.16rem;
    color: #fff;
    text-align: center;
    line-height: 0.45rem;
    border-radius: 0.05rem;
    /* box-shadow: 0px -9px 0px rgba(99,202,234,1), 0px -9px 0px rgba(0,0,0,1); */
}

.bg-img {
    background-size: cover;
    background-position: center;
}

.menu .menu-item:first-child {
    border-radius: 0.05rem 0 0 0.05rem;
}

.menu .menu-item:last-child {
    border-radius: 0.05rem 0.05rem 0 0;
    background: none;
}

.menu .menu-item {
    width: 16.6666666%;
    float: left;
    cursor: pointer;
    transition: 0.3s all;
    background: url(../images/nav_bg.png) repeat-y right center;
    color: #fff;
    text-decoration: none;
}

.menu .menu-item:hover {
    background-color: rgb(45, 169, 253);
}

.menu .search-wrap {
    position: relative;
    outline: none;
    margin-top: 0.07rem;
}

.menu .search-wrap input {
    height: 0.3rem;
    border: 1px solid #6aafef;
    border-radius: 20px;
    font-size: 0.12rem;
    padding: 0 0.13rem;
    outline: none;
    width: 100%;
}

.menu .search-wrap button {
    position: absolute;
    right: 0.1rem;
    top: 0.04rem;
    width: 0.3rem;
    background-color: #fff;
    border: none;
    display: block;
    float: right;
    outline: 0;
    cursor: pointer;
}

.toutiao {
    margin-top: 0.25rem;
}

.toutiao .icon-wrap {
    display: inline-block;
    border: 0.05rem solid rgb(1, 116, 196);
    border-radius: 0.05rem;
    padding: 0.08rem 0.1rem;
    color: rgb(1, 116, 196);
    font-size: 0.2rem;
    font-weight: bold;
}

.toutiao .news-box {
    margin-left: 0.4rem;
    margin-top: 0.18rem;
}

.toutiao .news-box .news-title {
    color: rgb(1, 116, 196);
    font-size: 0.3rem;
}

.toutiao .news-box .news-desc {
    font-size: 0.16rem;
    margin-top: 0.06rem;
    color: rgb(1, 116, 196);
    display: inline-block;
    margin-right: 0.2rem;
}

.banner {
    margin-top: 0.3rem;
}

.banner .carousel-box {
    padding-left: 0;
}

.banner-fluid {
    height: 120px;
    margin-top: 0.3rem;
}

.banner-fluid img {
    width: 100%;
}

.carousel {
    height: 3.9rem;
    overflow: hidden;
}

.carousel .carousel-inner {
    height: 100%;
}

.carousel .carousel-inner .item {
    overflow: hidden;
    height: 100%;
}

.carousel .carousel-inner .item .carousel-caption {
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 0.16rem;
    padding: 0.1rem 0.3rem;
    padding-right: 0.8rem;
    background-color: rgba(0, 0, 0, 0.4);
}

.carousel .carousel-inner img {
    width: 100%;
}

.carousel .carousel-indicators {
    width: auto;
    bottom: 10px;
    left: auto;
    right: 20px;
    margin: auto;
}

.carousel .carousel-indicators li {
    background-color: #fff;
    border: none;
}

.carousel .carousel-indicators li.active {
    background-color: rgb(218, 37, 28);
}

.carousel-side-news .carousel-side-news-top {
    margin-bottom: 10px;
    overflow: hidden;
    height: 1.5rem;
}

.carousel-side-news .news-item {
    overflow: hidden;
    position: relative;
    height: 1.9rem;
    margin-left: -8px;
    margin-right: -8px;
}

.carousel-side-news .news-item-col:nth-child(3),
.carousel-side-news .news-item-col:nth-child(4) {
    margin-top: 10px;
}

.carousel-side-news .news-item .title {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 0.13rem;
    padding: 7px 10px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
}

.carousel-side-news .news-item img {
    width: 100%;
    display: block;
    max-height: 100%;
    height: 1.5rem;
    transition: all 0.4s;
}

.carousel-side-news .news-item img:hover {
    transform: scale(1.15);
}

.carousel-side-news .carousel-side-news-bottom {
    height: 155px;
    overflow: hidden;
}

.carousel-side-news .carousel-side-news-bottom [class*="col"] {
    padding-left: 5px;
    padding-right: 5px;
}

.carousel-side-news .carousel-side-news-top [class*="col"] {
    padding-left: 5px;
    padding-right: 5px;
}

.info-box {
    margin-top: 0.3rem;
}

.info-box .news-list-box {
    padding-left: 0;
}

.info-box .news-menu-box {
    background-image: linear-gradient(rgb(0, 181, 247), rgb(0, 127, 198));
    color: #fff;
    font-size: 0.15rem;
    padding: 0;
    border-radius: 0.05rem;
    margin-left: 0;
    background-color: linear-gradient(rgb(0, 181, 247), rgb(0, 127, 198));
    z-index: 999!important;
}

.info-box .news-menu-box .menu-item {
    width: 12.5%;
    float: left;
    text-align: center;
    height: 0.45rem;
    line-height: 0.45rem;
    transition: 0.3s all;
    cursor: pointer;
}

.info-box .news-menu-box .menu-item:first-child {
    border-radius: 0.05rem 0 0 0.05rem;
}

.info-box .news-menu-box .menu-item:hover {
    background-color: rgb(45, 169, 253);
}

.info-box .news-menu-box .menu-item:last-child {
    border-radius: 0 0.05rem 0.05rem 0;
}

.info-box .news-list-item {
    margin-top: 0.25rem;
    height: 1.3rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid rgb(230, 230, 230);
    box-sizing: content-box;
}

.info-box .news-list-title {
    font-size: 0.18rem;
    color: #333;
    transition: color 0.4s;
}

.info-box .news-list-item:hover .news-list-title {
    color: rgb(0, 180, 246);
}

.info-box .news-list-desc {
    font-size: 0.14rem;
    color: #666;
    margin-top: 0.08rem;
}

.info-box .news-list-footer {
    position: absolute;
    bottom: 0;
    color: #888;
    font-size: 0.13rem;
}

.info-box .news-list-footer>span {
    display: inline-block;
    margin-right: 0.1rem;
}

.info-box .news-list-right {
    height: 100%;
    position: relative;
}

.info-box .news-list-left {
    padding-left: 0;
    height: 100%;
    overflow: hidden;
    border-radius: 6px;
}

.info-box .news-list-item-wrap {
    height: 100%;
}

.info-box .news-list-left img {
    min-height: 100%;
    border-radius: 6px;
    transition: all 0.4s;
}

.info-box .news-list-left img:hover {
    transform: scale(1.2);
}

.info-box .news-sidebar {
    padding-right: 0;
}

.arrow-item-bar {
    background: rgb(239, 248, 255);
}

.arrow-item-bar .arrow-box {
    width: 1.5rem;
    color: #fff;
    font-size: 0.18rem;
    font-weight: bold;
    text-align: center;
    margin-right: 0.05rem;
    height: 0.38rem;
    line-height: 0.38rem;
    padding-right: 0.25rem;
    background: url(../images/arrow_bg.png) no-repeat center;
}

.arrow-item-bar .more-icon {
    height: 0.2rem;
    margin-top: 0.09rem;
    margin-right: 0.1rem;
    cursor: pointer;
}

.arrow-item-bar .more-icon img {
    height: 100%;
}

.info-box .dongtai .side-news-list .side-jiaodian-list{
    padding: 0.15rem;
    border: 1px solid rgb(230, 230, 230);
    margin-top: 0.2rem;
    border-radius: 5px;
}

.info-box .dongtai .top-big-news .title {
    font-size: 0.18rem;
}

.info-box .dongtai .top-big-news .news-info-box {
    height: 0.9rem;
    margin-top: 0.05rem;
}

.info-box .dongtai .top-big-news .news-info-box .left-info {
    width: 1.2rem;
    border-radius: 5px;
    overflow: hidden;
    height: 0.9rem;
}

.info-box .dongtai .left-info img {
    width: 100%;
    min-height: 100%;
}

.info-box .dongtai .top-big-news .news-info-box .right-info {
    margin-left: 0.08rem;
    color: #666;
}

.info-box .dongtai .news-list {
    margin-top: 0.1rem;
}

.info-box .dongtai .side-news-list-item {
    margin: 0.09rem 0;
    position: relative;
    padding-left: 14px;
    color: #666;
    display: block;
    text-decoration: none;
}

.info-box .dongtai .side-news-list-item.active {
    color: rgb(218, 37, 28);
}

.info-box .dongtai .side-news-list-item:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 10px;
    background-color: #999;
    z-index: 100;
    left: 0px;
    top: 8px;
}

.info-box .video {
    margin-top: 0.3rem;
}

.info-box .video .video-item-box {
    border: 1px solid rgb(230, 230, 230);
    padding: 0.15rem;
    margin-top: 0.15rem;
    border-radius: 5px;
}

.info-box .video .video-item {
    text-align: center;
    cursor: pointer;
    padding: 0.06rem 0.2rem;
    color: #fff;
    border-radius: 4px;
    margin-top: 0.2rem;
    transition: all 0.3s;
    background-color: rgb(180, 180, 180);
}

.info-box .video .video-item.active {
    background-color: rgb(0, 181, 247);
}

.info-box .video .col-md-6:nth-child(1) .video-item, .info-box .video .col-md-6:nth-child(2) .video-item {
    margin-top: 0;
}

.info-box .video .video-content {
    margin-top: 0.2rem;
}

.info-box .jump-pic {
    margin-top: 0.3rem;
    border-radius: 3px;
    overflow: hidden;
}

.info-box .jump-pic img {
    width: 100%;
}

.info-box .need-box {
    margin-top: 0.3rem;
}

.info-box .need-box .arrow-box-1 {
    width: 1.5rem;
    color: #fff;
    font-size: 0.18rem;
    font-weight: bold;
    text-align: center;
    height: 0.38rem;
    line-height: 0.38rem;
    padding-left: 0.25rem;
    background: url(../images/arrow_bg_1.png) no-repeat center;
}

.info-box .need-item-box {
    margin-top: 0.2rem;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 5px;
    padding: 0.08rem 0.18rem;
}

.info-box .need-item-box .need-info {
    color: #333;
    width: calc(100% - 0.6rem);
}

.info-box .need-item-box .date {
    color: #999;
    width: 0.4rem;
    text-align: right;
}

.info-box .need-item-box .need-item {
    margin: 0.11rem 0;
    font-size: 0.13rem;
    display: block;
}

.info-box .need-item-box .need-item .title {
    padding-left: 0.08rem;
    text-align: left;
}

.magazine {
    margin-top: 0.3rem;
}

.magazine .book-box {
    border: 1px solid rgb(230, 230, 230);
    margin-top: 0.2rem;
    padding: 0.25rem;
    border-radius: 5px;
}

.magazine .book-box img {
    border-radius: 3px;
    max-width: 100%;
    height:1.72rem;
}

.news-recom {
    margin-top: 0;
}

.news-recom .news-recom-box {
    border: 1px solid rgb(230, 230, 230);
    margin-top: 0.2rem;
    padding: 0.2rem 0.25rem;
    border-radius: 5px;
}

.news-recom .news-recom-item {
    position: relative;
    margin: 0.12rem 0;
    padding-left: 10px;
    display: block;
}

.news-recom .news-recom-item:after {
    content: '';
    height: 4px;
    width: 4px;
    border-radius: 10px;
    background-color: #888;
    left: 0;
    position: absolute;
    top: 9px;
    left: 0px;
}

.load-more {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.load-more .loadm-more-btn {
    font-size: 0.16rem;
    height: 0.3rem;
    cursor: pointer;
    line-height: 0.3rem;
    vertical-align: middle;
    color: #999;
}

.load-more .loadm-more-btn img {
    width: 0.25rem;
}

.foot-link {
    margin-top: 0.4rem;
    padding-top: 0.2rem;
    border-top: 1px solid rgb(230, 230, 230);
;
}

.foot-link .tag {
    color: #fff;
    height: 25px;
    background: url(../images/arrow_bg.png) no-repeat 100%;
    background-size: cover;
    text-align: center;
    padding-right: 10px;
    line-height: 25px;
    width: 100px;
}

.foot-link .link-inner-item-box {
    margin-left: 120px;
}

.foot-link .foot-link-item {
    margin: 0.15rem 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(230, 230, 230);
}

.foot-link .link-inner-item {
    color: #666;
    line-height: 25px;
    display: inline-block;
    line-height: 2;
    margin: 0 5px;
    transition: color 0.3s;
    cursor: pointer;
}

.foot-link .link-inner-item.friend-item a {
    display: inline-block;
    margin-right: 0.1rem;
}

.foot-link .link-inner-item:hover {
    color: #0D8FE7;
}

.web_b_aboutus {
    padding:20px 0;
    margin-top: 10px;
    background: #0D8FE7;
    display:flex;
    justify-content:center;
    align-items:center;
}
.web_b_aboutus_right{
    display:flex;
    justify-content:space-evenly;
    margin-left:10px;
    align-items:center;
    width:280px;
}
.wx-gzh{
    display:flex;
    flex-flow: column;
    justify-content: space-evenly;
    align-items: center;
}
.web_b_aboutus_right_img{
    width: 100px;
    height: 100px;
}
.wx-gzh-top{
    font-size:14px;
    font-weight:bold;
    color:#ffffff;
    padding:10px 0;
}
.wx-gzh-button{
    font-size:12px;
    color:#ffffff;
    padding:5px 0;
}
.web_b_aboutus p {
    text-align: left;
    color: #E4EAF3;
    line-height: 25px;
}

.web_b_aboutus p a {
    color: #F1F4FA;
}

.web_b_aboutus p span {
    margin: 0 4px 0 8px;
}

.con_advfoot {
    height: 50px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 20px -15px 0 -15px;
}
.con_advfoot_content {
    margin:10px -15px 10px -15px;
}
.con_advfoot ul {
    overflow: hidden;
}

.con_advfoot ul li {
    width: 12.5%;
    height: 50px;
    margin-right: 0px;
    float: left;
}

.con_advfoot ul li img {
    max-width: 100%;
}

.main-lists{
    padding:10px 0;
    display:flex;
    flex-wrap:wrap;
}

.main-lists-detail{
    color:#333333;
    width:32%;
    padding:10px 0;
    margin-right:2%;
    display:block;
    cursor:pointer;
}
.main-lists-detail:hover{
    color:#333333;
    text-decoration-line: none;
}
.main-lists-detail:link{
    color:#333333;
    text-decoration-line: none;
}
.main-lists-detail:visited{
    color:#333333;
    text-decoration-line: none;
}
.main-lists-detail:active{
    color:#333333;
    text-decoration-line: none;
}
.main-lists-detail:nth-of-type(3n){
    margin-right:0;
}
.main-lists-detail .main-lists-img{
    height:1.6rem;
    width:100%;
    border-radius:5px;
}

.main-lists-detail .main-lists-author{
    margin-top:12px;
    display:flex;
    justify-content:space-between;
}

.main-lists-detail .main-lists-author-left{
    border-radius:2px;
    background:#fde4e2;
    color:#ff564f;
    font-weight:bold;
}
.main-lists-author-right{
    color:#999999;
}
.main-lists-detail .main-lists-title{
    font-weight:bold;
    font-size:0.15rem;
    margin-top:12px;
    height:0.4rem;
}
.main-lists-title:hover{
    color:#337ab7;
}
.main-lists-detail .main-lists-content{
    margin-top:12px;
    height:0.6rem;
    color:#666666;
}

.wrap-line {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wrap-line2 {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wrap-line3 {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lists-line{
    margin:10px 0 30px 0;
    background:#999999;
    height:2px;
    width:100%;
}
.main-lists-zuoze{
    margin:12px 0;
    color:#666666;
}
.main-lists-date{
    margin-top:12px;
    display:flex;
    justify-content: space-between;
    color:#999999;
}
.qiyedongtai{
    margin-top:0.2rem;
}
.qiyedongtai-lists{
    display:block;
    margin-top:0.12rem;
    position:relative;
    height:1.8rem;
}
.qiyedongtai-lists-img{
    width:100%;
    height:1.8rem;
    border-radius:5px;
}
.qiyedongtai-lists-title{
    width:100%;
    height:0.5rem;
    background: #0c093a42;
    left:0;
    bottom:0;
    position:absolute;
}
.qiyedongtai-lists-title-span{
    font-weight:bold;
    line-height: 0.5rem;
    width:90%;
    height:0.5rem;
    padding:0 10px;
    color: #ffffff;
}
.pull-right-more{
    color:#333333;
}

.jiaodian{
    width:100%;
    display:flex;
    justify-content:space-between;
}
.jiaodian-lists{
    display:block;
    /* margin:0 -15px;
    width:24%; */
    position:relative;
}
.jiaodian-img{
    border-radius:0.1rem;
    width:100%;
    height:2rem;
}
.jiaodian-top{
    border-radius:0.05rem;
    position:absolute;
    color:#ffffff;
    left:0.1rem;
    top:0.1rem;
    width:0.5rem;
    height:0.3rem;
    line-height:0.3rem;
    text-align: center;
}
.jiaodian-top0{
    background:#7631fe;
}
.jiaodian-top1{
    background:#00c6f9;
}
.jiaodian-top2{
    background:#f51e26;
}
.jiaodian-top3{
    background:#7631fe;
}
.jiaodian-background{
    background:#0c093a42;
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:0.25rem;
}
.jianbao-time{
    border-radius:0.05rem;
    position:absolute;
    color:#ffffff;
    left:0.1rem;
    bottom:0.25rem;
    height:0.25rem;
    line-height:0.2rem;
    text-align: center;
}
.jiaodian-title{
    border-radius:0.05rem;
    position:absolute;
    color:#ffffff;
    left:0.1rem;
    bottom:0.05rem;
    height:0.2rem;
    line-height:0.2rem;
    text-align: center;
    font-weight:bold;
}
.jiaodian-con_advfoot {
    height: 50px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 -15px 10px -15px;
}
