
.content-top .sec-nav {
    width: 100%;
    height: 112px;
    border-bottom: solid 1px #1c1c1c;
}
.content-top .sec-nav .left {
    float: left;
    margin-top: 44px;
}
    .content-top .sec-nav .left .title {
        font-size: 30px;
        font-weight: bold;
        line-height: 30px;
        letter-spacing: 0;
        color: #333333;
    }
.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 .box {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
}
.content .box .list {
    width: 100%;
}
.content .box .list .item {
    width: 100%;
    height: 70px;
    border-bottom: solid 1px #f0f0f0;
}

.content .box .list .item a::after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    top: 31px;
    left: 0px;
    background-color: #f79c42;
}
.content .box .list .item a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.content .box .list .item a .title {
    font-size: 16px;
    line-height: 70px;
    color: #333333;
    margin-left: 35px;
    display: block;
    float: left;
    width: calc(100% - 135px);
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: 0.5s;
}
    .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{
	max-width: 100%;
	margin-top:10px !important;
	margin-bottom: 10px !important;
}
.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:500;font-size:17px;}
