/* 新闻中心 */
.information-center {
    background: #f5f5f5;
    height: 100%;
}
.information-center .title-img {
    margin-bottom: 26px;
}
.information-center .title-img img {
    width: 100%;
    height: 100%;
    display: block;
}
.information-center .content {
    padding: 0 30px;
    background: #fff;
    width: 1200px;
    margin: 0 auto;
}
.information-center .content-title {
    color: #333;
    font-size: 26px;
    font-weight: bold;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #e5e5e5;
}
.information-center .content-list {
    height: 80px;
    line-height: 80px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}
.information-center .list-time {
    font-size: 14px;
    color: #4d4d4d;
    margin-right: 30px;
}
.information-center .list-label {
    background: #d6b687;
    padding: 6px 21px;
    line-height: 32px;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    margin-right: 24px;
}
.information-center .list-text {
    font-size: 16px;
    color: #4d4d4d;
}
.information-center .list-link {
    width: 10px;
    height: 18px;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.information-center a {
    text-decoration: none;
}
/* 新闻中心end */

/* 新闻详情 */
.news-detail {
    width: 1200px;
    margin: 0 auto;
}
.news-detail .crumbs {
    margin: 18px 0;
    font-size: 14px;
    color: #333;
}
.news-detail .content {
    background: #fff;
    padding: 0 30px;
    padding-bottom: 30px;
}
.news-detail .content-top {
    padding: 30px 0;
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 26px;
}
.news-detail .content-text {
    font-size: 14px;
    color: #333;
    margin-bottom: 30px;
}
.news-detail .content-title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 30px;
}
/* 新闻详情end */

/* 公开信息披露 */
.information-disclosure .title-img {
    position: relative;
    margin-bottom: 26px;
}
.information-disclosure .title-img img {
    width: 100%;
    height: 100%;
    display: block;
}
.information-disclosure .title-img span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
.information-disclosure .content {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding-bottom:50px ;
}
.information-disclosure .content .content-nav {
    margin: 0;
}
.information-disclosure .content-nav li {
    width: 185px;
}
.information-disclosure .content .min-nav{
    margin: 30px 0 20px 0;
}
.information-disclosure .min-nav li {
    width: 270px;
    padding: 0;
}
.information-disclosure .min-nav li a {
    font-size: 26px;
    font-weight: bold;
    color: #666;
    text-align: left;
}
.information-disclosure .min-nav li.active a {
    color: #333;
}
.information-disclosure .min-nav li.active .item-line {
    margin-left: -0;
    width: 50px;
    left: 0;
}
.information-disclosure .content-title{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 26px;
}
.information-disclosure .content-text{
    font-size: 16px;
    color: #333;
    margin-bottom: 40px;
    padding-left: 22px;
    line-height: 28px;
}
.information-disclosure .content-details{
    padding: 0 30px;
}
.information-disclosure .content-text a{
    font-size: 16px;
    color: #2F69C1;
    font-weight: bold;
}
.information-disclosure .event-list li{
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #E5E5E5;
}
.information-disclosure .event-list li a{
    font-size: 16px;
    color: #4D4D4D;
    display: inline-block;
    width: 100%;
}

.information-disclosure .event-list .icon{
    float:right;
}
.information-disclosure .event-list .icon span{
    display:inline-block;
    margin: 0px 8px;
}
.event-list .event-pagination{
    text-align: right;
    margin-top: 30px;
}
.content-details .nav-title{
    color: #333;
    font-size: 26px;
    font-weight: bold;
    margin: 30px 0 20px 0;
}
.information-disclosure .min-nav2 p{
    font-size: 16px;
}
.information-disclosure .min-nav2 .managers-content-p p{
    font-size: inherit;
}
.information-disclosure .managers-content .blue-text{
    color:#346CC3;
    margin:30px 0 10px;
    font-size: 18px;
    font-weight: bold;
}
.content-details .min-nav .right-return{
    float:right;
    width: 104px;
}
.content-details .min-nav .right-return a{
    width:104px;
    height:40px;
    background:rgba(52,108,195,1);
    border-radius:4px;
    font-size: 18px;
    color:#fff;
    text-align: center;
    line-height: 0;
    margin-top: 10px;
}
.information-disclosure .managers-content p{
    line-height: 30px;
}
.information-disclosure .managers-content a{
    color: #2F69C1;
}
.page-bannner .banner-text {
    padding-left: 0;
    text-align: center;
}