* {
    margin: 0;
    padding: 0;
}

@keyframes photoHover {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.3);
    }
}

.wrapper {
    width: 100%;
    height: auto;
    background-image: url('../img/sgw (11).png?v20211108');
    background-repeat: no-repeat;
    background-size: 100% 188px;
}

.wrapper_dzbk {
    width: 100%;
    height: auto;
    background-image: url('../img/dzbk_head_bg.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
}

a:hover {
    color: red !important;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
    height: auto;
}

.w14000 {
    width: 1400px;
    margin-bottom: 10px;
}

.w650 {
    width: 650px;
    height: 312px;
}

.w450 {
    width: 450px;
    /* height: 591px; */
}

.w430 {
    width: 430px;
}

.w380 {
    width: 380px;
    /* height: 225px; */
    padding: 20px 10px;
}

.flex-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
}

.flex-box1 {
    padding-bottom: 20px;
}

.szyw_container {
    width: 100%;
    padding-top: 50px;
    background: url('../img/szyw_container.png') no-repeat center top;
    background-size: auto;
    margin-top: -5px;
}

.szyw_box {
    padding: 30px 0;
    background: url('../img/szyw_bg.png') no-repeat left top;
    border: 1px solid #f3dfe0;
    text-align: center;
    overflow: hidden;
}

.szyw_box_list {
    width: 85%;
    padding: 0 10%;
}

.szyw_box_list h1 {
    width: 100%;
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.szyw_box_list h1 a {
    color: #000;
    text-decoration: none;
}

.szyw_box_list span {
    text-align: center;
    width: 100%;
    padding: 0 10%;
    color: #717171;
    font-size: 14px;
}

.flash {
    width: 915px;
    height: 576px;
    overflow: hidden;
    margin: 0 !important;
}

.swiper1 {
    width: 915px;
    height: 576px;
    margin: 0;
    border: 1px solid #eee;
    position: relative;
}

.swiper1 .imgInfo {
    display: block;
    text-decoration: none;
    height: 64px;
    padding: 0 20px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    width: 96%;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(left, rgb(188, 72, 55, 1), rgb(229, 156, 87, 0.4));
}

.swiper1 .swiper-pagination {
    position: absolute;
    bottom: 0;
    right: 0;
}

.swiper1 .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.swiper1 .swiper-pagination-bullet-active {
    color: #fff;
    background: #a92b21;
}


/* .flash-title {
  position: absolute;
  left: 0;
  display: inline-block;
  width: -webkit-fill-available;
  padding: 15px;
  color: #fff;
  font-size: 14px;
  background-image: -webkit-linear-gradient(left, rgb(188, 72, 55, .7), rgb(229, 156, 87, .1));
  bottom: 0;
  z-index: 99;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
} */

.jctj_container {
    width: 100%;
    background: url(../img/jctj_container.png) no-repeat left top;
    background-size: 100%;
}

.news-list,
.jctj {
    display: flex;
    padding: 10px 0 0 10px;
    flex-direction: column;
}

.news-list>.main-title,
.jctj>.main-title {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #f2f2f2;
}

.jctj>.main-title {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: none;
}

.news-list>.main-title>.title,
.jctj>.main-title>.title {
    font-size: 20px;
    color: #b80e15;
    font-weight: 400;
    cursor: pointer;
    padding-bottom: 10px;
}

.jctj>.main-title>.title {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    padding-bottom: 10px;
}

.news-list>.main-title>.title,
.jctj>.main-title>.title>label {
    /* border-bottom: 1px solid #C68586; */
}

.szyw_yxxw label,
.item-title label,
.zkjs_llts label,
.yqlj_links label {
    border-bottom: 1px solid #c68586;
    cursor: pointer;
    /* vertical-align: middle; */
    padding-bottom: 10px;
}

.szyw_yxxw label.uhover,
.zkjs_llts label.uhover,
.yqlj_links label.uhover {
    /* background-image: -webkit-linear-gradient(left, #000, #000); */
    background-image: -webkit-linear-gradient(left, #7b7a7a, #7b7a7a);
    font-size: 14px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: none;
}

.news-list>.main-title>.more,
.jctj>.main-title>.more {
    text-decoration: none;
    color: #444;
    font-size: 12px;
    line-height: 25px;
}

.news-list>.content {
    flex: 1;
    margin-top: 10px;
}

.news-list>.content>.item {
    list-style: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dotted #ddd;
    line-height: 30px;
    padding: 10px 0;
}

.news-list>.content>.jydt-item {
    display: flex;
    line-height: 29px;
}

.news-list>.content>.jydt-item>.date-jydt {
    margin: 0 10px;
    text-align: center;
    color: #6e3568;
    font-size: 12px;
}

.news-list>.content>.jydt-item>.date-jydt>h4 {
    color: #6e3568;
    line-height: 14px;
    font-size: 25px;
}

.news-list>.content>.item::before {
    /* content: "●"; */
    font-size: 12px;
    color: #bdbcbc;
    display: inline-block;
    /* line-height: 36px; */
    /* margin-right: 8px; */
}

.news-list>.content>.item>.ico {
    line-height: 12px;
    font-size: 12px;
    color: #b38484;
    display: block;
}

.news-list>.content>.item>.ico {
    line-height: 12px;
    font-size: 12px;
    color: #b38484;
    display: flex;
}

.news-list>.content>.item>.title {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list>.content>.item>.date {
    color: #999;
    margin-left: 50px;
    font-size: 12px;
}


/* 院校新闻 */

.flex-box>.news {
    width: 420px;
    height: 518px;
    background-image: url('../img/demo (31).png');
    background-size: 490px 590px;
    background-repeat: no-repeat;
    padding: 10px 10px 60px;
}

.news>.news-item-title {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px 0 20px;
}

.news>.news-item-title>.more {
    font-size: 12px;
    text-decoration: none;
    color: #444;
}

.news-item-title>.title {
    font-size: 22px;
    color: #d60d03;
}

.news-list1 {
    width: 385px;
    margin: 0 auto;
    overflow: hidden;
    height: 460px;
    margin-top: 20px;
}

.news-list1>.item {
    /* margin-top: 16px; */
    padding-top: 10px;
    line-height: 35px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.news-list1>.item>.date {
    padding-left: 10px;
    text-align: center;
    font-size: 12px;
    color: #cf000a;
    font-weight: 300;
}

.news-list1>.item>.date>.day {
    height: 23px;
    font-size: 30px;
    color: #cf000a;
    padding-bottom: 10px;
}

.news-list1>.item>.date>span {
    color: #d60d03;
    font-size: 10px;
}

.news-list1>.item>.title {
    width: 320px;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-height: 26px;
    -webkit-line-clamp: 2;
}

.news-list1>.item>.title>a {
    text-decoration: none;
    color: #2d2c2c;
}

.ad1 {
    width: 910px;
    height: 90px;
}

.ad_school1>.zjhd {
    width: 915px;
    height: 120px;
    overflow: hidden;
}

.zjhd>.swiper-wrapper>.swiper-slide>.zjhd>.swiper-wrapper>.swiper-slide>a {
    width: 915px;
    height: 120px;
    display: block;
}

.ad_school2 {
    width: 430px;
    height: 120px;
    overflow: hidden;
}

.swiper-wrapper>.swiper-slide>a>img,
.ad_school2>a>img {
    width: 100%;
    height: 100%;
}

.ad2 {
    width: 430px;
    height: 120px;
    background: #ddd;
}

.photo-item {
    width: 225px;
    height: 150px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}

.photo-item>img:hover {
    animation: photoHover 1s forwards;
}

.photo-item:hover>.title {
    display: block;
}

.photo-item>.title {
    position: absolute;
    display: none;
    width: -webkit-fill-available;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    z-index: 99;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.menu-item {
    width: 250px;
    height: 162px;
    position: relative;
}

.menu-item>.title {
    position: absolute;
    z-index: 99;
    width: 100%;
    text-align: center;
    bottom: 40px;
    right: 5px;
    color: #686666;
    font-size: 14px;
}

.menu-item:hover>.title,
.menu-item:hover>img {
    transform: translateY(-8px);
    transition: transform 0.2s;
}

.sjyx {
    width: 100%;
    height: auto;
    background: linear-gradient(to bottom, #fff 50%, #f3f3f3 0);
}

.sjyx>.content {
    width: 1050px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.sjyx>.content>.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sjyx>.content>.title>.value {
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    padding: 0 30px;
    background-image: -webkit-linear-gradient(right, #d60d03, #f97415);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sjyx>.content>.title>.line {
    flex: 1;
    display: inline-block;
    height: 2px;
    background-color: #eee;
}

.sjyx-item {
    width: 191px;
    height: 228px;
    position: relative;
    border-radius: 10px;
}

.sjyx-item>.box {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
}

.sjyx-item>.box>.value {
    display: block;
    font-size: 30px;
    color: #7e88b0;
    text-align: center;
}

.sjyx-item>.box>.summary {
    display: inline-block;
    font-size: 12px;
    color: #c1a5a5;
    padding: 0 15px;
    line-height: 18px;
}


/* 包含文件头部 */

.web-header {
    width: 100%;
    /* height: 185px; */
    padding-top: 0px;
    position: relative;
}

.wrapper_dzbk>.w1400>.web-header {
    padding-bottom: 50px;
}

.logo {
    width: 385px;
    height: 102px;
}

.code {
    width: 82px;
    height: 82px;
}

.searchForm {
    width: 356px;
    height: 32px;
    position: relative;
}

.searchFormDXB {
    width: 356px;
    height: 32px;
    position: relative;
}

.search-input {
    display: block;
    width: -webkit-fill-available;
    height: 100%;
    outline: none;
    border: none;
    box-shadow: 0 0 5px #999;
    border-radius: 5px;
    padding: 0 60px 0 30px;
}

.search-btn {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('../img/search.png');
    background-size: 100%;
    background-repeat: no-repeat;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.header-menu {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
    font-size: 14px;
    color: #838281;
}

.header-menu>.item {
    cursor: pointer;
}

.menu-nav {
    width: 100%;
    /* background-color: #B30003; */
    background: url('../img/menu-nav.png') left center no-repeat;
    background-size: 100% 100%;
}

.flex-box>.nav {
    width: 100%;
    padding: 0 60px;
    /* background-color: #B30003; */
    height: 52px;
    /* border-radius: 10px; */
    display: flex;
    justify-content: space-between;
}

.flex-box>.nav>.item {
    list-style: none;
    line-height: 52px;
    padding: 0 15px;
    position: relative;
    font-size: 16px;
    cursor: pointer;
}

.flex-box>.nav>.item>a {
    text-decoration: none;
    color: #fff;
}

.flex-box>.nav>.item>a:hover {
    /* color: #B30003 !important; */
    color: #fff !important;
}

.flex-box>.nav>.item:hover {
    /* background-color: #fff; */
    background-color: #d9814f;
    /* border-top: 5px solid #B30003; */
    transition-duration: 0.2s;
}

.flex-box>.nav>.item:hover>a {
    /* color: #B30003; */
    color: #fff;
    /* font-weight: bold; */
}

.flex-box>.nav>.item>.child-nav {
    position: absolute;
    width: 100%;
    height: auto;
    top: 52px;
    left: 0;
    line-height: 35px;
    text-align: center;
    /* background-color: #D30B0B; */
    /* background-color: #EBB37F; */
    background: rgba(235, 179, 127, 0.78);
    display: none;
    z-index: 999;
}

.flex-box>.nav>.item>.child-nav>.item:hover {
    background: #e68b36;
}

.flex-box>.nav>.item>.child-nav>.item {
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.flex-box>.nav>.item>.child-nav>.item>a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.flex-box>.nav>.item>.child-nav>.item>a:hover {
    color: #fff !important;
}


/* 包含文件底部 */

.footer {
    width: 100%;
    height: auto;
    /* border-top: 10px solid #BD1A2D; */
    background: url(../img/bg_footer.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 100px 0 80px 0;
}

.footer>.content {
    width: 900px;
    padding: 50px 0;
    margin: 0 auto;
}

.footer>.content>.detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer>.content>.detail>ul {
    color: #797676;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer>.content>.detail>ul>li {
    list-style: none;
    font-size: 14px;
    /* color: rgb(121, 118, 118); */
    color: #750006;
}

.footer>.content>.detail>ul>li>a {
    margin: 0 8px;
    text-decoration: none;
    color: #750006;
    /* color: rgb(121, 118, 118); */
}


/* 常规 列表栏目页 */

.channel-content>.guide {
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    color: #999;
    border-bottom: 1px solid #e5e5e5;
}

.channel-content>.guide>a {
    text-decoration: none;
    color: #999;
}

.channel-content>.guide>.active {
    color: #d22d1e;
}

.channel-content>.container>.list>.item {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 48px;
}

.channel-content>.container>.list>.item::before {
    line-height: 48px;
    font-size: x-small;
    margin-right: 8px;
    color: #999;
}

.channel-content>.container>.list>.item>.ico {
    font-size: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    line-height: 36px;
    margin-right: 10px;
    /* margin-top: 13px; */
    display: inline-block;
    background: #ddd;
}

.channel-content>.container>.list>.item>a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

.channel-content>.container>.list>.item>.date {
    width: auto;
    font-size: 12px;
    color: #999;
    margin-left: 100px;
}

.channel-content>.page {
    /* width: 875px; */
    display: flex;
    padding: 20px 0;
    justify-content: center;
}

.channel-content>.page>.item {
    list-style: none;
    padding: 5px 12px;
    margin: 0 3px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    background-color: #fafafa;
    color: #4e4e4e;
}

.channel-content>.page>.item>a {
    text-decoration: none;
    color: #4e4e4e;
}

.channel-content>.page>.change:hover {
    background-color: #d22d1e;
    border-color: #d22d1e;
}

.channel-content>.page>.change:hover>a {
    color: #fff !important;
}

.pageChange {
    width: 30px;
    height: 100%;
    outline: none;
    border: none;
    background: inherit;
    font-size: 16px;
    color: #4e4e4e;
}


/* 院校领导栏目页 */

.channel-content>.yxldList {
    width: 960px;
    margin-left: 120px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.channel-content>.yxldList>.item {
    width: 154px;
    margin: 30px 30px 0 50px;
}

.channel-content>.yxldList>.item>.pic {
    border: 1px solid #e7e7e7;
}

.channel-content>.yxldList>.item>.pic>img {
    padding: 5px;
}

.channel-content>.yxldList>.item>.job {
    width: 100%;
    height: 78px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
}

.channel-content>.yxldList>.item>.name {
    margin-top: 10px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    background-color: #f0f0f0;
}

.channel-content>.yxldList>.item>.name>a {
    text-decoration: none;
    color: #333;
}


/* 历任领导栏目页 */

.channel-content>.lrldContent {
    width: 100%;
}

.channel-content>.lrldContent>.lrldList {
    width: 780px;
    height: auto;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.channel-content>.lrldContent>.lrldList>.item {
    width: 240px;
    min-height: 320px;
    margin: 10px 5px 0 5px;
}

.channel-content>.lrldContent>.lrldList>.item>.name {
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: rgb(255, 218, 181);
}

.channel-content>.lrldContent>.lrldList>.item>.detail {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.channel-content>.lrldContent>.lrldList>.item>.detail>.pic {
    margin-right: 5px;
}

.channel-content>.lrldContent>.lrldList>.item>.detail>.content {
    flex: 1;
    line-height: 1.8;
}


/* 栏目详情（关于我们、院校简介、、、）栏目页 */

.channel-content>.detailContent {
    width: 100%;
}

.channel-content>.detailContent>.content {
    width: 100%;
    line-height: 32px;
    color: #555;
    font-size: 16px;
    padding: 30px 0;
}


/* 专家学者栏目页 */

.channel-content>.zjxzList {
    width: 1400px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.channel-content>.zjxzList>.item {
    width: 140px;
    margin: 20px 45px;
}

.channel-content>.zjxzList>.item>.pic {
    border: 1px solid #e7e7e7;
}

.channel-content>.zjxzList>.item>.pic>img {
    padding: 5px;
}

.channel-content>.zjxzList>.item>.name {
    padding-top: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}

.channel-content>.zjxzList>.item>.name>a {
    text-decoration: none;
    color: #333;
}


/* 常规内容页  新闻页 */

.channel-content>.container>.newsContent {
    /* width: 875px; */
    width: 1095px;
    padding-right: 100px;
}

.channel-content>.container>.newsContent>.title {
    font-size: 32px;
    line-height: 1.5;
    color: #333;
    text-align: left;
    margin: 30px 0;
}

.channel-content>.container>.newsContent>.property {
    margin-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
    text-align: left;
    font-size: 12px;
    color: #999;
    border-bottom: 1px solid #dbdbdb;
}

.channel-content>.container>.newsContent>.property span {
    margin: 0 5px;
}

.fontSize>.small,
.fontSize>.large {
    color: #333;
    text-decoration: none;
    margin: 0 10px;
}

.channel-content>.container>.newsContent>.picBox {
    overflow: hidden;
}

.channel-content>.container>.newsContent>.picBox>.pic {
    float: left;
    width: 280px;
    height: 350px;
    margin-left: 50px;
}

.channel-content>.container>.newsContent>.picBox>img {
    width: 280px;
    height: 350px;
}

.channel-content>.container>.newsContent>.picBox>.title {
    float: left;
    width: 500px;
    margin: 0 0 40px 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dbdbdb;
    padding-top: 232px;
}

.channel-content>.container>.newsContent>.picBox>.title h1 {
    line-height: 40px;
    font-size: 24px;
    color: #333;
}

.channel-content>.container>.newsContent>.picBox>.picBox .title h2 {
    line-height: 36px;
    border-left: 3px solid #d22d1e;
    padding-left: 25px;
    font-size: 16px;
    color: #666;
}

.channel-content>.container>.newsContent>.content {
    /* width: 895px; */
    padding: 20px 0;
    font-size: 16px;
    line-height: 32px;
    color: #555;
    border-bottom: 1px solid #e0e4e6;
}

.channel-content>.container>.newsContent>.content>p {
    font-size: 16px;
    text-indent: 2em;
}

.channel-content>.container>.newsContent>.content>img:first-child,
.channel-content>.container>.newsContent>.content>p>img:first-child {
    height: 100%;
    max-width: 1100px;
    padding: 32px 0;
    margin-left: -2em;
}

.channel-content>.container>.newsContent>.page {
    margin-top: 12px;
    font-size: 14px;
}

.channel-content>.container>.newsContent>.page>div {
    height: 36px;
    line-height: 36px;
    color: #666;
    padding-left: 14px;
    background: url('../img/otherIcon.png') left center no-repeat;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.channel-content>.container>.newsContent>.page>div>a {
    color: #333;
    text-decoration: none;
}


/* 人物介绍内容页 */

.channel-content>.personContent {
    width: 875px;
    padding: 20px 0;
}

.channel-content>.personContent>.info {
    padding: 20px 0 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.channel-content>.personContent>.info>.detail {
    width: 500px;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #dbdbdb;
}

.channel-content>.personContent>.info>.detail>.name {
    line-height: 40px;
    font-size: 24px;
    color: #333;
    padding-left: 25px;
    border-left: 3px solid #d22d1e;
}

.channel-content>.personContent>.info>.detail>.position {
    line-height: 36px;
    font-size: 16px;
    color: #666;
    padding-left: 25px;
    border-left: 3px solid #d22d1e;
}

.channel-content>.personContent>.content {
    margin-top: 50px;
    line-height: 36px;
}


/**
* 常规 列表栏目页
* 2021年08月25日09:48:59
*  */

.channel-content>.guide {
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    color: #999;
    /* border-bottom: 1px solid #e5e5e5; */
}

.channel-content>.guide>a {
    text-decoration: none;
    color: #999;
}

.channel-content>.guide>.active {
    color: #d22d1e;
}

.channel-content>.channel_nav_div {
    border-bottom: 4px solid #e1e0e1;
    position: relative;
}

.channel-content>.channel_nav_div>.channel_nav {
    display: flex;
    justify-content: space-between;
    position: relative;
    bottom: -4px;
}

.channel-content>.channel_nav_div>.channel_nav>.channel_nav_l {
    border-bottom: 4px solid #b43623;
    padding: 10px 15px;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #b43623;
}

.channel-content>.channel_nav_div>.channel_nav>.channel_nav_r {
    display: flex;
    border-bottom: 4px solid #e1e0e1;
    order: 10;
}

.channel-content>.channel_nav_div>.channel_nav>.channel_nav_r>.channel_nav_r_item {
    padding: 10px 15px;
    line-height: 50px;
    text-align: center;
}

.channel-content>.channel_nav_div>.channel_nav>.channel_nav_r>.channel_nav_r_item>a {
    color: #777877;
    display: block;
}

.channel-content>.container>.list {
    /* 取消便便宽度显示 */
    margin-top: 20px;
    flex: 1;
    padding-right: 70px;
}

.channel-content>.container>.list>.item {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dotted #ddd;
    line-height: 56px;
}

.channel-content>.container>.list>.item>.item_l {
    width: 135px;
    padding: 10px;
}

.channel-content>.container>.list>.item>.item_l>span {
    display: block;
    text-align: center;
}

.channel-content>.container>.list>.item>.item_l>.no {
    font-size: 48px;
    font-weight: bold;
    color: #b1b2b1;
}

.channel-content>.container>.list>.item>.item_l>.date {
    width: auto;
    font-size: 12px;
    color: #999;
    margin-left: 100px;
}

.channel-content>.container>.list>.item>.item_r {
    padding-left: 30px;
    width: 100%;
}

.channel-content>.container>.list>.item>.item_r>a>.tit {
    border-left: 5px solid #b63726;
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 35px;
}

.channel-content>.container>.list>.item>.item_r>a>.tit>h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 1000px;
    color: #000;
    font-weight: bold;
}

.channel-content>.container>.list>.item>.item_r>a>.tit>span {
    width: 15px;
    height: 2px;
    border-top: 3px dotted #df3b32;
}

.channel-content>.container>.list>.item>.item_r>a>.intro {
    margin-top: 20px;
}

.channel-content>.container>.list>.item>.item_r>a>.intro>p {
    line-height: 28px;
    color: #413c58;
    font-size: 13px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.channel-content>.container>.list>.item>.item_r>a>.notes {
    margin-top: 5px;
    line-height: 26px;
    color: #b0a59f;
    font-size: 13px;
}

.channel-content>.newsContent>.picBox {
    overflow: hidden;
}

.channel-content>.newsContent>.picBox>.pic {
    float: left;
    width: 280px;
    height: 350px;
    margin-left: 50px;
}

.channel-content>.newsContent>.picBox>img {
    width: 280px;
    height: 350px;
}

.channel-content>.newsContent>.picBox>.title {
    float: left;
    width: 600px;
    margin: 0 0 40px 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dbdbdb;
    padding-top: 232px;
}

.channel-content>.newsContent>.picBox>.title h1 {
    line-height: 40px;
    font-size: 24px;
    color: #333;
}

.channel-content>.newsContent>.picBox>.picBox .title h2 {
    line-height: 36px;
    border-left: 3px solid #d22d1e;
    padding-left: 25px;
    font-size: 16px;
    color: #666;
}

.channel-content>.newsContent>.content {
    padding: 20px 0;
    font-size: 16px;
    line-height: 32px;
    color: #555;
    border-bottom: 1px solid #e0e4e6;
}

.channel-content>.newsContent>.content>p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 32px;
}

.channel-content>.newsContent>.content>img:first-child,
.channel-content>.newsContent>.content>p>img:first-child {
    height: 100%;
    max-width: 1100px;
    margin-left: -2em;
}

.channel-content>.newsContent>.page {
    margin-top: 12px;
    font-size: 14px;
}

.channel-content>.newsContent>.page>div {
    height: 36px;
    line-height: 36px;
    color: #666;
    padding-left: 14px;
    background: url('../img/otherIcon.png') left center no-repeat;
}

.channel-content>.newsContent>.page>div>a {
    color: #333;
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

td,
th {
    padding: 5px 10px;
    border: 1px solid #ddd !important;
}

.w1400 {
    width: 1400px;
    /* overflow: hidden; */
}

.container {
    display: flex;
    padding-top: 14px;
}

.container>.container-right,
.right-content {
    width: 305px;
}

.right-content>.title {
    background-image: url('../img/detail-title.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    color: #b41f1e;
    height: 45px;
    line-height: 45px;
    padding-left: 36px;
}

.right-content>.title>.more {
    text-decoration: none;
    color: #bebbbb;
    padding-right: 10px;
    font-size: 12px;
}

.right-content {
    padding-bottom: 20px;
}

.right-content>ul {
    list-style: none;
}

.right-content>ul>li {
    padding: 12px 10px;
}

.right-content:not(:nth-child(4))>ul>li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 14px;
}

.right-content:not(:nth-child(4))>ul>li {
    font-size: 14px;
}


/* .right-content>img {
  margin: 10px 10px 10px 0;
  width: 100%;
  height: 70px;
} */

.ztbj a {
    width: 305px;
    height: 100px;
}

.ztbj img {
    width: 305px;
    height: 100px;
    margin-bottom: 5px;
}

.list-style>ul>li>.ico {
    font-size: 12px;
    width: 5px;
    height: 5px;
    line-height: 14px;
    margin-right: 10px;
    display: inline-block;
    background: #ddd;
}

.head>ul {
    width: 305px;
    display: flex;
    flex-direction: row;
}

.head>ul>li {
    padding-left: 0;
}

.head>ul>li>img {
    /* border: 1px solid red; */
    width: 67px;
    height: 90px;
}

.right-content:last-child ul li:not(:last-child) {
    border-bottom: 1px solid #f9f8fb;
}

.container>.container-right>.top>ul>li>span {
    background-color: #b4b1b4;
    width: 14px;
    height: 14px;
    display: inline-block;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    margin-right: 10px;
    color: #ffffff;
    display: none;
}

.container>.container-right>.top>ul>li:nth-child(1)>span {
    background-color: #ce3b31;
}

.container>.container-right>.top>ul>li:nth-child(2)>span {
    background-color: #db8b40;
}

.container>.container-right>.top>ul>li:nth-child(3)>span {
    background-color: #febb39;
}


#yqlj_links label {
    border: 0;
}

.yqlj_links label {
    /* vertical-align: middle; */
    padding-right: 20px;
}

.yqlj_links .news-list .content li {
    padding: 5px 12px;
    float: left;
}

.yqlj_links .news-list>.content>.item {
    border: 0;
    list-style: none;
}



.yqlj_links .news-list .content li a.title {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    white-space: initial;
}