
.content-top .sec-nav {
    width: 100%;
    height: 135px;
    /*border-bottom: solid 1px #1c1c1c;*/
}
.content-top .sec-nav .left {
    float: left;
    margin-top: 24px;
    width:32%;
    height:105px;
}
    .content-top .sec-nav .left .title {
        height:100%;
        font-size: 30px;
        font-weight: bold;
        line-height: 30px;
        letter-spacing: 0;
        color: #333333;
        text-align:center;
        cursor: pointer;
    }
.content-top .sec-nav .left .en {
    font-family: 'Arial';
    font-size: 0.18rem;
    line-height: 0.18rem;
    color: rgba(51, 51, 51, 0.6);
    margin-top: 0.15rem;
}
.content-top .sec-nav .right {
    float: right;
    margin-top: 54px;
}
.content-top .sec-nav .right nav {
    float: left;
}
    .content-top .sec-nav .right nav ul li {
        float: left;
        height: 36px;
        border-radius: 18px;
        text-align: center;
        position: relative;
        overflow: hidden;
        padding-left: 18px;
        padding-right: 18px;
    }
.content-top .sec-nav .right nav ul li a {
    width: 100%;
    height: 100%;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    transition: 0.5s;
    position: relative;
    z-index: 2;
}
.content-top .sec-nav .right nav ul li::after {
    content: "";
    width: 100%;
    height: 0;
    background-color: #01a3c9;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s;
}
.content-top .sec-nav .right nav ul li:hover::after {
  height: 100%;
}
.content-top .sec-nav .right nav ul li:hover a {
  color: white;
}
.content-top .sec-nav .right nav ul li.active::after {
  height: 100%;
}
.content-top .sec-nav .right nav ul li.active a {
  color: white;
}
    .content-top .sec-nav .title span {
        display: inline-block;
        vertical-align: middle;
        color: #000;
        font-size: 27px;
        position: relative;
        top: 28px;
        transition: 0.5s;
        z-index: 999;
    }

        .content-top .sec-nav .title::after {
            content: "";
            width: 0;
            height: 100%;
            background-color: #00a2e9;
            position: absolute;
            left: 0;
            top: 0;
            transition: 0.5s;
        }
        .content-top .sec-nav .title:hover::after {
            width: 100%;
        }

        .content-top .sec-nav .title:hover span{
            color: #fff !important;
        }
    .check {
        color: #00a2e9 !important;
    }


/* 新闻列表展示内容 */
.content .box {
    width: 1200px;
    margin: 0 auto;
    /*margin-top: 20px;*/
    margin-bottom: 50px;
}
.content .box .list {
    width: 100%;
   /* width: 49%;
    float:left;*/
}
    .content .box .list .item {
        width: 100%;
        /*height: 50px;*/
        border-bottom: solid 1px #f0f0f0;
        padding: 15px 0px 0px;
        margin-bottom:10px;
    }

      /*  .content .box .list .item a::after {
            content: "";
            width: 8px;
            height: 8px;
            display: block;
            position: absolute;
            top: 31px;
            left: 0px;
            border-radius:10px;
            background-color: #00a2e9;
        }*/
.content .box .list .item a {
    width: 66%;
    height: 100%;
    display: inline-block;
    position: relative;
}
.content .box .list .item a .title {
    font-size: 25px;
    line-height:60px;
    color: #333333;
    /*margin-left: 35px;*/
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: 0.5s;
    font-weight:bold;
    text-align:center;
}
    .content .box .list .item a .time {
        /*font-family: 'Arial';*/
        /*font-size: 18px;*/
        line-height: 70px;
        color: #b2b2b2;
        display: block;
        float: right;
    }

/* 分页样式 */
.page a {
    display: block;
    margin: 0 3px;
    margin-bottom: 10px;
    width: 80px;
    height: 46px;
    line-height: 46px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    font-size: 18px;
    text-align: center;
    font-family: Arial;
    color: #9FA3A4;
    transition: all 0.5s;
}

.content .box img {
    float: left;
    display: inline-block;
    /*height: 300px;*/
    margin-right: 30px;
    width:360px;
}
.content .newcon{margin-bottom: 80px;padding: 0 20px;}
.content .right_con .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    color: #333333;
    text-align: center;
}
.page form{width:1200px;margin:0 auto;display:flex;justify-content:center;}
.page form {
    font-size: 16px;
    line-height: 46px;
    color: #9FA3A4;
}
    .page #PageNavigator_txtNewPageIndex {
        width: 60px !important;
        height: 46px !important;
        text-align: center;
        border: 1px solid #eee;
        font-size: 18px;
        border-radius: 4px;
    }
.page #PageNavigator_LnkBtnFirst{margin-left:15px;}
.content .right_con .line {
    width: 100%;
    height: 1px;
    background-color: #e9eef4;
    margin-top: 15px;
}
.right_con_line{margin-top: 15px;margin-bottom: 15px;text-align:center;}
.content .newcon p {
    font-size: 16px;
    line-height: 36px;
    line-height: 2;
    color: #666;
    text-indent: 2em;
}
.content .box .list div:hover a .title {
    color: #01a3c9;
    font-weight: bold;
    font-size: 26px;
    cursor: pointer;
}
.content .box .list .item:hover {
    background: #def5ff;
}

.content-top .sec-nav .left .title:hover span {
    color:#000;
}
.None {
    display: none !important;
}
.describe {
    display: inline-block;
    color: #959595;
    line-height: 0.23rem;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 2;*/
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    height: 185px;
    font-size: 14px;
}

.shadow1{
    width:100%;
    height:100%;
    background:#000;
    opacity:0.1;
    position:absolute;
    top:0;
}
.shadow2 {
    width: 100%;
    height: 100%;
    background: #00a2e9;
    opacity:0.8;
    position: absolute;
    top: 0;
}

.leftImg {
    float: left;
    display: inline-block;
}
.deptTitle{
    color:#fff !important;
}