.gazette {
    margin-top: 40px;
    margin-bottom: 60px;
}

.gazette-left {
    border: 1px solid #e3e3e3;
    padding-left: 27px;
    padding-right: 27px;
    box-sizing: border-box;
}

.gazette-left-border {
    width: 100%;
    height: 8px;
    background-color: #245399;
}

.gazette-title {
    margin-top: 28px;
    margin-bottom: 27px;
    width: 100%;
    box-sizing: border-box;
}

.gazette-title-left {
    width: calc(100% - 120px);
    float: left;
}

.gazette-title-right {
    width: 120px;
    float: right;
    text-align: right;
}

.gazette-title-right a {
    font-size: 12px;
    color: #245399;
}

.gazette-title-right i {
    font-size: 21px;
    color: #245399;
}

.gazette-list {
    width: 100%;
    margin: 0;
}

.gazette-list li.active a {
    background-color: #245399;
    border: 1px solid #7991c3;
    color: #fff;
}

.gazette-list li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    background-color: #fff;
    border: 1px solid #245399;
    color: #245399;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 700;
}

.gazette-search {
    text-align: center;
    padding: 14px 0 13px;
    background: linear-gradient(180deg, #6b88c5, #245399);
    margin-bottom: 31px;
    border-radius: 0px 0px 16px 0px;
}

.gazette-search i {
    color: #fff;
}

.gazette-search .gazette-search-title { 
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding-left: 16px;
}

.gazette-right {
    border: 1px solid #e3e3e3;
    padding-left: 58px;
    padding-right: 58px;
    box-sizing: border-box;
}

.right-contert-list li a {
    display: block;
    padding: 23px 10px 34px 17px;
    background-color: #FFF9EC;
    text-align: center;
}

.right-contert-list li a .gb-logo {
  width: 36px;
}

.right-contert-list li a span {
    display: block;
    color: #9C261C;
    font-size: 14px;
    font-weight: 700;
    margin-top: 28px;
}

.content-title {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: #333333;
    line-height: 29px;
    letter-spacing: 1px;
    padding-bottom: 44px;
}

.content-cont {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #333333;
    letter-spacing: 0px;
}

.content-cont-details {
    padding: 60px 0;
}

/* 简介标题 */
.right-title-jj {
    height: 28px;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    color: #333333;
    line-height: 29px;
    letter-spacing: 1px;
    padding: 50px 0 44px;
}

/* 简介标题 end */
/* 简介内容 */
.right-content-jj {
    font-size: 18px;
    font-family: KaiTi;
    text-align: left;
    color: #333333;
    line-height: 30px;
    letter-spacing: 0px;
    text-indent: 2em;
    font-weight: 400;
}

/* 简介内容 end*/
/* 简介内容1 */
.right-content1-jj {
    font-size: 16px;
    text-align: left;
    color: #333333;
    line-height: 30px;
    letter-spacing: 0px;
    text-indent: 2em;
    font-weight: 600;
}

/* 简介内容1 end*/
/* 简介内容2 */
.right-content2-jj {
    text-indent: 2em;
    font-size: 18px;
    font-family: KaiTi;
    text-align: left;
    color: #333333;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    padding: 64px 0px 64px 0px;
}

/* 简介内容2 end*/

/* 简介内容3 */
.right-content3-jj {
    text-indent: 2em;
    font-size: 18px;
    font-family: KaiTi;
    text-align: left;
    color: #333333;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
}

/* 简介内容3 end*/

.gazette-right div ul div li {
    width: 140px;
    background: #fff9ec;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.gazette-right div ul div li img {
    margin-top: 23px;
}

.gazette-right div ul div li h3 {
    font-size: 14px;
    font-weight: 700;
    color: #9c261c;
    line-height: 19px;
    margin-top: 28px;
    padding-bottom: 34px;
}

.right-contert-title {
    height: 31px;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    line-height: 31px;
    padding-top: 34px;
    margin-bottom: 25px;
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .gazette-title-left {
        padding: 0 5px;
    }

    .gazette-title-right {
        padding: 0 5px;
    }
}

@media (max-width: 992px) {
    .gazette-left,.gazette-right {
        padding-left: 20px;
        padding-right: 20px;
    }
}