* {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
    color: #333;
}

body,
html {
    color: #333;
    font-size: 15px;
}

/* .left-ul li:nth-child(2){
    display: none;
} */


/*公用样式*/
li {
    list-style: none;
    cursor: default;
}

i {
    font-style: normal;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.clear {
    clear: both;
}

.l {
    float: left;
}

.r {
    float: right;
}

.mrl_10 {
    margin: 0 10px;
}

.mr_10 {
    margin-right: 10px;
}

.mr_15 {
    margin-right: 15px;
}

.mr_20 {
    margin-right: 20px;
}

.mr_30 {
    margin-right: 30px
}

.ml_10 {
    margin-left: 10px;
}

.ml_20 {
    margin-left: 20px;
}

.ml_30 {
    margin-left: 30px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_10 {
    margin-top: 10px;
}

.mb_20 {
    margin-bottom: 20px;
}

.relative {
    position: relative;
}

.clearfix:after {
    display: block;
    content: ' ';
    clear: both;
}

.container {
    width: 1100px;
    margin: 0 auto;
}

.title {
    color: #1f1f1f;
    background: #f8f8f8;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    font-weight: normal;
}

.title i {
    padding: 0 13px;
    min-width: 13px;
    border-right: 1px solid #e5e5e5;
    line-height: 45px;
    height: 40px;
    margin-right: 13px;
    color: #5c5c5c;
    font-size: 18px;
}

.gd img {
    margin-left: 5px;
    vertical-align: unset;
}

.layui-form-select dl dd.layui-this {
    background-color: #d22e2e !important;
}

.layui-btn-primary:hover {
    border-color: #d22e2e !important;
}

/*顶部样式*/
.top {
    /*width: 100%;*/
    /*background: #FBFBFB;*/
    border-bottom: 1px solid #DDDDDD;
    display: none;
}

.notice {
    font-size: 12px;
    height: 31px;
    margin-left: 10px;
    display: inline-block;
    width: 65%;
    overflow: hidden;
}

.notice li {
    line-height: 35px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.notice li a {
    color: #333;
}

.notice li i {
    font-size: 16px;
}

.top-list span {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    color: #444;
}

.top-list span a {
    color: #444;
}

.top-list i {
    font-size: 14px;
    margin-right: 3px;
}

/* 头部 */

.header_main {
    width: 1000px;
    /* height: 110px; */
    margin: auto;
    overflow: hidden;
    z-index: 100;
    /*background: #bd1a2d;*/
}

.header_main .logo {
    float: left;
    display: block;
    padding: 22px 0;
    width: 50%;
}

.header_main .logo img {
    width: 100%;
    height: 100%;
    display: block;
}

.welcom {
    height: 50px;
    float: right;
    margin-top: 45px;
}

.welcom span {
    padding: 0 2px;
}

.welcom a {
    font-weight: 300;
}

.nav_main {
    position: relative;
    width: 100%;
    color: #fff;
    background: #bd1a2d;
    z-index: 1;
}

.nav_main .nav {
    width: 1000px;
    margin: 0 auto;
    margin-top: 8px;
    display: flex;
    flex-wrap: nowrap;
    height: 45px;
    justify-content: space-between;
}

.nav_main .nav li.hover a,
.nav_main .nav li:hover a {
    color: #fff;

}

.nav_main .nav li a.aLink {
    width: 100%;
    height: 91%;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.nav_main .nav .subnav {
    height: auto;
    left: 0px;
    top: 36px;
    position: absolute;
    width: 100%;
    z-index: 99999;
    background: #bd1a2d;
    display: none;
}

.nav li:hover .subnav {
    opacity: 1;
    visibility: visible;
    transition: all .6s ease 0s;
}

.nav_main .nav .subnav li {
    width: 100%;
}

.nav_main .nav li {
    position: relative;
    color: #fff;
    line-height: 43px;
    text-align: center;
    width: 230px;
}

.nav_main .nav .subnav .nav1 a {
    color: #fff;
    display: block;
    font-weight: 500;
    text-align: center;
    border-bottom: #dc7373 1px solid;
}

.nav_main .nav li:hover .subnav {
    display: block !important;
}

.notice {
    font-size: 15px;
    height: 92%;
    line-height: 32px;
    margin-left: 0;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

/*主体背景    */
.layui-this img {
    width: 100%;
    height: 301px;
}

.intro {
    width: 100%;
    background: #f0f0f0;
    min-height: 100px;
}

li.intro_made {
    text-align: center;
    overflow: hidden;
    background: #fff;
    margin: 4px;
}

li.intro_made>a {
    display: block;
    padding: 10px;
}

.intro_made i {
    font-size: 50px;
    color: #7B7D80;
    margin-bottom: 15px;
}

.intro_made p {
    font-size: 14px;
    color: #333;
}

.intro_made p:hover {
    color: rgb(199 26 26)
}

.intro_made span {
    font-size: 14px;
    color: #849099;
    display: block;
    overflow: hidden;
    height: 40px;
    line-height: 21px;
}

/* 全局搜索 */
.section01 {
    position: relative;
    width: 100%;
    height: 301px;
    margin: 0 auto;
    background: url(/pc/images/b1.png) no-repeat top center;
    background-size: 100% 100%;
}

.sel-box {
    position: absolute;
    top: 30%;
}

.sel-inp {
    width: 500px;
    height: 50px;
    border: none;
    padding-left: 20px;
    border-radius: 5px 0px 0px 5px;
    float: left;
}

.sel-btn {
    width: 100px;
    height: 50px;
    border: 3px solid #fff;
    float: left;
    background-color: #bd1a2d;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    border-radius: 0px 5px 5px 0px;
}

.sel-rmss {
    margin-top: 70px;
}

.sel-rmss a,
.sel-rmss span,
.sel-rmss span .demo-class {
    color: #fff;
}

.sel-rmss a {
    margin-right: 10px;
}

/*面包屑导航*/
.breadcrumb_con {
    padding: 15px 0;
    font-size: 14px;
    color: #666;
}

.breadcrumb_con>ul>li {
    float: left;
    max-height: 20px;
    line-height: 20px;
    margin-right: 5px;
    font-size: 14px;
    color: #7c7c7c;
}

.breadcrumb_con>ul>li>i {
    margin-right: 5px;
    color: #7c7c7c;
}

.breadcrumb_con>ul>li>a {
    font-size: 14px;
    color: #7c7c7c;
}

.breadcrumb_con>ul>li>a:hover {
    color: #c12c2c;
}

.carousel {
    position: relative;
    overflow: hidden;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 7px;
    opacity: .7;
    border-radius: 5px;
}

.swiper-pagination-bullet-active {
    background: #d60808;
}

.swiper-button-next,
.swiper-button-prev {
    display: none;
    height: 50px;
    line-height: 50px;
    width: 40px;
    background-image: none;
    text-align: center;
    transition: all .25s ease 0s;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
    display: block;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next i,
.swiper-button-prev i {
    font-size: 50px;
    color: #888;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(75, 75, 75, 0.5);
}

.swiper-button-next:hover>i,
.swiper-button-prev:hover>i {
    color: #fff;
}

.swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.themes_new {
    padding-top: 20px;
}

.themes_new h2 {
    font-size: 24px;
    font-weight: 400;
    padding: 0 20px;
    color: #323F48;
}

.themes_cate {
    padding-right: 3px;
}

.themes_new_nav {
    line-height: 50px;
    padding: 0px 20px 5px;
}

.themes_cate li {
    font-size: 15px;
    height: 32px;
    background: #EEEEEE;
    padding: 0px 40px;
    border-radius: 3px;
    margin: 0 0px;
    display: inline-block;
    line-height: 32px;
}

.themes_cate li:hover {
    background: #c12c2c;
}

.themes_cate li:hover a {
    color: #fff;
}

.themes_cate li a {
    color: #323F48;
}

.themes_show {
    display: none;
}

.theme_new {
    width: 100%;
    overflow: hidden;
}

.theme_new:nth-child(2n) .theme_new_tit {
    background: #eee;
}

.theme_new_show {
    box-shadow: 0 0 5px #ccc;
    border-radius: 2px;
}

.theme_new:hover .theme_new_tit a {
    color: #DA1F2E;
}

.theme_new_tit h3>img {
    width: auto;
    vertical-align: middle;
}

.theme_new_pic {
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.theme_new_pic img {
    width: 100%;
    height: 225px;
    border-radius: 2px;
}

.theme_new_pic a {
    display: block;
}

.theme_new_pic :hover img {
    transform: scale(1.2);
}

.theme_new_tit {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.theme_new_tit h3 {
    padding: 16px 10px;
    border-bottom: 1px dotted #e8e8e8;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
}

.theme_new_tit h3 .bssxtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    width: 68%;
    color: #5c5c5c;
    font-size: 15px;
    display: inline-block;
}

.theme_new_tit span {
    font-size: 12px;
    color: #ccc;
    padding: 10px 10px;
    display: inline-block;
}

.select {
    background: #c12c2c !important;
}

.select a {
    color: #fff !important;
}

/*办事指南 */
.listCon {
    display: none
}

.listCon a {
    width: 100%;
    border: 1px solid #ddd;
    padding: 7px 12px;
    color: #333;
    font-size: 14px;
}

.theme_new_tit h3:hover {
    background: #bd1a2d;
}

.theme_new_tit h3:hover .bssxtitle {
    color: #fff;
}

.theme_new_tit h3:hover .listCon a {
    background: #fff;
    color: #333
}

.theme_new_tit h3:hover .listCon {
    display: inline-block;
}

/*查看更多*/
.more {
    width: 100%;
    text-align: center;
    padding: 10px 0 30px;
}

.more>a {
    color: #827979;
    font-size: 14px;
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #949493;
    background: #f5f5f5;
    border-radius: 3px;
}

.more>a:hover {
    background: #c12c2c;
    border: 1px solid #f8f8f8;
    color: #fff;
}

/*办事大厅*/
.courses_new {
    padding-top: 20px;
    background: #fff;
}

.courses_new h2 {
    font-size: 26px;
    font-weight: 400;
    padding: 20px 20px 0;
    color: #323F48;
    border-bottom: 1px solid #ddd;
}

.jsjg {
    padding: 20px 10px;
}

.jsjg h3 {
    display: inline-block;
}

.jsjg em {
    background-image: url(/image/xian.png);
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: revert;
    transform: rotate(17deg);
}

.courses_new_nav {
    line-height: 50px;
    padding: 10px 20px 15px;
    text-align: center;
}

.courses_cate li {
    font-size: 15px;
    height: 35px;
    background: #EEEEEE;
    padding: 0 10px;
    border-radius: 3px;
    margin: 0 2px;
    display: inline-block;
    line-height: 35px;
}

.courses_cate li a {
    color: #323F48;
}

.courses_cate li:hover {
    background: #c12c2c;
}

.courses_cate li:hover a {
    color: #fff;
}

.courses_show {
    display: none;
}

.courses_show a {
    border-radius: 6px;
    display: block;
    font-size: 16px;
    text-align: center;
    height: 100%;
    color: #666666;
}

.courses_show a img {
    width: 30px;
    height: 30px;
}

.courses_show ul li {
    width: 25%;
    float: left;
}

.course_new {
    width: 50%;
}

.course_new_show {
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 15px 11px;
    border-radius: 3px;
    margin: 5px 10px 10px;
    border: solid 1px #f5f5f5;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.course_new_show:hover {
    background-color: #fafafa;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: solid 1px #99191d;
    -webkit-transform: translate3d(0, -2px, 0);
    -ms-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.course_new_pic img {
    width: 100px;
    height: 75px;
}

.course_new_tit {
    margin-left: 113px;
    height: 75px;
}

.course_new_tit h3:hover a {
    color: #DA1F2E !important;
}

.course_new_tit h3 {
    margin-top: -3px;
    padding-bottom: 8px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.course_new_tit h3 a {
    color: #5c5c5c;
    font-size: 15px;
}

.course_new_tit span {
    font-size: 14px;
    height: 44px;
    margin: 0;
    line-height: 22px;
    display: inline-block;
    overflow: hidden;
}

.course_new_tit span a {
    color: #8d8d8d;
}

.information {
    width: 100%;
    margin-top: 40px;
}

.mes_wall {
    width: 26.8907%;
}

.mes_wall>.widget {
    margin-top: 0;
}

.mes_wall_con {
    max-height: 343px;
    overflow: hidden;
    margin-bottom: 10px;
}

.widget_infor {
    border: none !important;
}

.infor_wall {
    width: 46.2184%;
}

.infor_wall_con {
    border: 1px solid #e3e3e3;
    background: #fff;
}

.infor_wall_list {
    margin: 10px;
}

.infor_wall_single {
    width: 33.3333%;
}

.infor_wall_single_con {
    border-radius: 5px;
    margin: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    max-height: 371px;
}

.infor_wall_single_pic img {
    width: 100%;
    height: 104.4px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.infor_wall_single_pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.infor_wall_single_pic:hover .mask {
    opacity: 1;
}

.infor_wall_single_pic:hover img {
    transform: scale(1.1);
}

.infor_wall_single_con>p {
    overflow: hidden;
    font-size: 14px;
    height: 50px;
    line-height: 25px;
    padding: 5px 10px;
    border-top: 1px solid #ccc;
}

.infor_wall_single_con>p>a {
    color: #5c5c5c;
}

.infor_wall_single_con>p>a:hover {
    color: #c12c2c;
}

.mask {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 104px;
    line-height: 104px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    opacity: 0;
}

.tag_wall {
    width: 26.8907%;
}

.tag_wall>.widget {
    margin-top: 0;
}

.tag_wall_con {
    margin: 10px;
    max-height: 371px;
    line-height: 21px;
    overflow: hidden;
}

.tag_wall_con a {
    color: #726161;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 2px;
    display: inline-block;
    background: #eee;
    font-size: 14px;
}

.post_top {
    position: absolute;
    font-size: 15px;
    color: #fff;
    height: 20px;
    width: 100px;
    top: 10px;
    right: -30px;
    text-align: center;
    line-height: 20px;
    background-color: #ea6000;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 用户中心 */
.gr_banner {
    width: 100%;
    background: url(/pc/images/bn.jpg) no-repeat;
    background-position: center top;
    padding-top: 60px;
    background-size: cover;
}

.content_top {
    width: 1000px;
    margin: 0 auto;
}

.user_title {
    width: 256px;
    height: 42px;
    font-size: 32px;
    color: #b52929;
    text-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}

.info_Box {
    display: flex;
}

.gr_banner .content_top .gr_info {
    margin-top: 70px;
    width: 1150px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgb(153 153 153 / 20%);
}

.gr_banner .gr_info {
    height: 270px;
    border-radius: 16px;
}

.gr_banner .gr_info .info_l {
    height: 33px !important;
}

.gr_banner .gr_info .info_l .info_img {
    width: 86px;
    height: 86px;
    float: left;
    margin: -5% 0px 0px 46%;
    position: relative;
    overflow: hidden;
}

.gr_banner .gr_info .info_l .info_img img {
    width: 86px;
    height: 86px;
    border-radius: 50%;
}

.gr_banner .gr_info .info_l .info_name_box {
    margin: 0px;
    position: relative;
    float: left;
    margin-top: 20px;
    color: #333333;
    left: 0;
}

.gr_banner .gr_info .info_l .info_name_box .info_name {
    font-size: 18px;
}

element.style {
    cursor: default;
}

.gr_banner .gr_info .info_l .info_name_box .info_name .dengj {
    display: inline-block;
    width: 21px;
    height: 18px;
    background: url(/pc/images/djbg.png) no-repeat;
    font-size: 10px;
    color: #FFFFFF;
    text-align: center;
    margin-left: 30px;
}

.gr_banner .gr_info .info_l .info_name_box .info_name .xiug {
    height: 18px;
    display: inline-block;
}

.company {
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

.company span {
    display: block;
    width: 50%;
    margin: auto;
    height: 26px;
    font-size: 20px;
    color: #222222;
    margin-top: 10px;
}

span.tax {
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 28px;
    margin-bottom: 25px;
}

.user_item {
    display: flex;
    position: relative;
    justify-content: space-evenly;
    align-items: center;
}

.gr_banner .gr_info .gr_info_r .size14 {
    border-left: none;
    width: 20%;
}

.gr_banner .gr_info .gr_info_r .size14 {
    font-size: 14px;
    color: #666666;
    text-align: center;
    border-right: 1px solid #D8D8D8;
}

.gr_banner .gr_info .gr_info_r li {
    margin-top: 0px;
    min-width: 102px;
}

.gr_banner .gr_info .gr_info_r .size30 {
    padding-top: 8px;
    font-size: 30px;
    color: #333333;
}

.my_banjian {
    min-height: 540px;
    overflow: hidden;
    margin: 40px auto;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgb(153 153 153 / 20%);
}

.my_banjian .my_left {
    width: 22% !important;
    height: 790px !important;
    background-color: #ffffff !important;
    padding-top: 10px;
    border-radius: 16px;
}

.my_banjian .my_left .current {
    border-left: 4px solid #515EF2 !important;
    border-right: none !important;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.my_banjian .my_left li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 0px;
    margin-bottom: 10px;
    color: #2B2F32;
    cursor: pointer;
    list-style: none;
    text-align: center;
    border-left: 0px !important;
    font-size: 16px;
}

.my_banjian .web_right {
    width: 75% !important;
    height: 790px !important;
    margin-left: 3%;
    padding: 20px 30px;
    min-height: 540px;
    overflow: hidden;
    background-color: #fff;
    float: left;
}

.my_banjian .web_right .my_right_title {
    margin: 30px auto 0px;
    height: 50px;
    border-bottom: 2px solid #73777A;
}

.size30 {
    font-size: 24px;
}

.publicity-table {
    margin-top: 10px;
    border: 1px solid #eee;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 15px auto;
    width: 100%;
}

.bj_title {
    height: 40px;
    background: #F5F5F5;
    font-size: 15px;
    color: #000000;
    margin: 0 auto;
}

.publicity-table tr td {
    text-align: center;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    line-height: 40px;
}

.publicity-table tr td {
    text-align: center !important;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    line-height: 40px;
}

.name_content>a {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
    width: 80%;
    display: inline-block;
}

.publicity-table td img {
    margin-top: 5%;
    width: auto;
}

.bj_list {
    height: 56px;
    font-size: 18px;
    color: rgb(146 146 146);
    text-align: center;
}

.pc {
    display: block
}


/*我要查询css*/
.web_left {
    width: 22%;
    height: 100%;
    height: 900px;
    box-shadow: 0px 1px 10px 0px rgb(159 166 174 / 40%);
}

.lanmu_On {
    color: #9f101a;
}

.pcd_ad {
    margin-bottom: 10px;
    max-width: 1150px
}

.pcd_ad img {
    border-radius: 20px;
    height: 264px;
    width: 1100px;
}

.left-title {
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    font-size: 17px;
    background: #bd1a2d;
}

.left-title span {
    color: #fff;
}

.left-ul li {
    width: 100%;
    height: 66px;
    line-height: 65px;
    border-bottom: 1px solid #bdbdbd;
    font-size: 15px
}

.left-ul li:nth-child(5) {
    /*line-height: 2;*/
}

.left-ul .active i {
    color: brown;
}

.left-ul li:hover {
    background: #f5f5f5;
}

.left-ul li a i {
    padding-left: 15px;
    width: 100%;
    display: block;
}


.web_right {
    width: 76%;
    background-color: #fff;
    box-shadow: 0px 1px 10px 0px rgb(159 166 174 / 40%);
    padding: 20px;
    min-height: 900px;
}

.web_right tr a {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    width: 80%;
    color: #5c5c5c;
    font-size: 15px;
    display: inline-block;
}

.post_show .layui-form-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.web_right table {
    width: 100%;
    margin: auto;
    min-height: 45px;
    line-height: 45px;
    border-collapse: inherit;
    table-layout: fixed
}

.web_right th {
    background: rgb(235, 235, 235);
}

.web_right td,
th {
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.hero-search-suggest {
    color: #b42424;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.hero-search-suggest-title {
    float: left;
    padding: 10px 0;
}

.hero-search-suggest-item {
    background: rgb(151 11 11);
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    font-weight: 500;
    padding: 0 5px;
    margin-right: 20px;
    height: 25px;
    display: inline-block;
    transition: all .4s ease;
}

.cate_post_list {
    margin-bottom: 20px;
}

.cate_post_list li {
    overflow: hidden;
    padding: 15px 20px;
    border-bottom: 1px solid #DDD;
}

.cate_post_l {
    overflow: hidden;
}

.cate_post_l img {
    height: 165px;
    width: 220px;
}

.cate_post_list li:hover img {
    transform: scale(1.1);
}

.cate_post_r {
    margin-left: 235px;
    overflow: hidden;
}

.cate_post_r h3 {
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 35px;
    line-height: 30px;
    font-weight: 500;
    border-bottom: 1px dashed #eee;
    margin-bottom: 5px;
}

.cate_post_r h3>a {
    color: #5c5c5c;
}

.cate_post_r h3>a:hover {
    color: #c12c2c;
}

.cate_post_intro {
    height: 96px;
    overflow: hidden;
    line-height: 24px;
    word-break: break-word;
    text-align: justify;
    font-size: 14px;
    color: #666;
}

.item_meta {
    color: #999;
    font-size: 12px;
    margin-top: 8px;
}

.item_meta span {
    padding-right: 15px;
    white-space: nowrap;
    max-width: 35%;
    overflow: hidden;
    display: inline-block;
}

.item_meta span a {
    color: #999;
}

/* 成绩查询 */
.right_topic {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    width: 100%;
    padding: 10px 0;
    float: right;
    border-bottom: 2px solid #bd1a2d;
}

#btt {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    background: #bd1a2d;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 10px;
}


/* 查询详情页 */
.content {
    padding: 20px 10px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgb(78 107 142 / 23%);
    -webkit-box-shadow: 0px 4px 10px 0px rgb(78 107 142 / 23%);
}

.content-head {
    margin-top: 3px;
    font-size: 24px;
    color: #c12e2e;
    text-align: center;
}

.content-head::before,
.content-head::after {
    display: table;
    line-height: 0;
    content: '';
}

#output {
    margin-top: 10px;
}

*,
::after,
::before {
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.content .small-font {
    height: 45px;
    margin-top: 0px;
    color: #999;
    line-height: 40px;
}

.content .small-font-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.content .small-font-item {
    float: left;
    padding: 0 10px;
}

.fsize {
    display: inline-block;
    position: relative;
}

.fsize .f-sel {
    display: inline-block;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ddd;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #666;
    cursor: pointer;
    margin: 0 10px;
    background: #fff;
    position: relative;
    z-index: 10;
}

.fsize span {
    vertical-align: sub;
}

.fsize .f-sel.cur {
    background: #c63030;
    border-color: #c63030;
    color: #fff;
}

.fsize .line {
    position: absolute;
    top: 17px;
    right: 10px;
    width: 100px;
    height: 1px;
    background: #ddd;
}

.text-area table {
    width: 100%;
    min-height: 55px;
    line-height: 55px;
    margin: 30px auto;
    border-collapse: inherit;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.text-area table td:nth-child(1) {
    font-weight: 600;
    word-break: keep-all;
}

.text-area table td {
    padding: 10px;
    line-height: 20px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    /* text-align: center !important; */
    text-align: left;
}

.map {
    height: 400px;
    margin: auto;
}

/*搜索页css*/
.no_result>h3 {
    font-size: 22px;
    font-weight: normal;
    color: #333;
    margin: 35px 20px 25px;
}

.no_result>span {
    font-size: 13px;
    color: #666;
    margin-left: 20px;
}

.no_result>p {
    margin: 13px 67px;
    color: #333;
    font-size: 13px;
}

/*文章页上下篇css*/
.prev-next {
    border-top: 1px dotted #ddd;
    margin: 0;
    padding: 10px 20px;
    font-size: 14px
}

.prev-next .prev {
    margin-bottom: 10px;
}

.prev-next p>a {
    color: #5c5c5c;
}

.prev-next p>span {
    color: #5c5c5c;
    cursor: default;
}

.article_prev,
.article_next {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.article_prev {
    margin-top: 6px;
}

/*相关文章*/
.related-posts {
    border: 1px solid #e5e5e5;
}

ul.related_list {
    padding: 20px 10px 0;
}

ul.related_list>li {
    width: 25%;
    overflow: hidden;
}

ul.related_list>li>a {
    display: block;
}

.related_pic {
    overflow: hidden;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.related_pic img {
    width: 100%;
    height: 128px;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.noside {
    overflow: hidden;
}

.noside img {
    width: 100%;
    height: 185px;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.related_list p {
    color: #5c5c5c;
    overflow: hidden;
    font-size: 15px;
    height: 46px;
    line-height: 24px;
    padding: 3px 10px 5px;
    border: 1px solid #e5e5e5;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.related_list li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.related_list li:hover p {
    color: #c12c2c;
}

/*评论消息css*/
.com_list {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.com_list>.com_box {
    font-size: 14px;
    padding: 15px;
    border-top: 1px solid #eee;
    border-radius: 5px;
}

.com_box:hover {
    background-color: #fcfcfc;
    box-shadow: 0 5px 30px #dedede;
}

.com_box li p {
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.com_child {
    margin-top: 15px;
}

.no_com i {
    font-size: 1.2em;
}

.no_com {
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    color: #5c5c5c;
    line-height: 30px;
    border-top: 1px solid #e5e5e5;
}

/*页脚*/
.footer {
    background: #b92121;
}

.footer_con {
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_infor ul {
    padding: 15px 0 5px;
    font-size: 0;
}

.footer_infor ul li {
    display: inline;
    font-size: 13px;
    margin-right: 5px;
}

.footer_pic {
    position: relative !important;
    float: left;
    margin: 0px 20px 0 0;
    left: 0;
    top: 0;
}

.footer_jc {
    float: right;
}

.footer_infor {
    margin-right: 15px;
}

.foot_pc img {
    width: 20px;
}

.footer ul li a {
    color: #fff;
}

.footer ul li a:hover {
    color: #fff;
}

.footer_infor p {
    padding: 3px 0;
    line-height: 20px;
    color: #ccc;
    font-size: 13px;
}

.footer_infor p>a {
    color: #ccc;
}

.footer_img {
    width: 25%;
    text-align: center;
    padding: 40px 0 15px;
    font-size: 0;
    overflow: hidden;
    white-space: nowrap;
}

.footer_img img {
    height: 100px;
    width: 100px;
    margin: 0 5px;
}

/* 侧边悬浮 */
.contact-box {
    right: 0%;
    bottom: 50%;
    position: fixed;
    z-index: 999;
    top: 20%;
}

.contact-box ul {
    box-shadow: 0 0px 13px rgb(0 0 0 / 25%);
}

#contact-box ul li .box-itme {
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    margin: auto;
    margin-top: 10px;
    background-image: url(/images/yx.png);
}

#contact-box ul>li:nth-child(2) .box-itme {
    background-image: url(/images/sj.png);
}

#contact-box ul>li:nth-child(3) .box-itme {
    background-image: url(/images/zx.png);
}

#contact-box ul>li:nth-child(5) .box-itme {
    background-image: url(/images/sq.png);
}

#contact-box ul>li:nth-child(4) .box-itme {
    background-image: url(/images/ly.png);
}

#contact-box ul>li,
.back-top {
    min-height: 60px;
    position: relative;
    background: #fbfbfb;
    display: block;
    font-size: 12px;
    text-align: center;
    border: 1px solid #dbdbdb;
    border-bottom: none;
    padding: 3px;
    cursor: pointer;
}

.scan-contact-img {
    display: none;
    position: absolute;
    right: 67px;
    top: -20px;
    width: 110px;
    height: 110px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 10000;
}

.scan-contact-img>img {
    width: 90%;
    height: 90%;
    padding: 5%;
}

.contact-box ul>li:hover .scan-contact-img {
    display: block;
}

.InFixUl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

.InFixUl>li>img {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 25%;
    top: 25%;
}

.InFixUl>li {
    position: relative;
    float: left;
    width: 45px;
    height: 45px;
    border: 1px solid #ddd;
    background: #ffffffd4;
    cursor: pointer;
}

.InFixUl>li p {
    position: absolute;
    top: 0;
    right: 45px;
    width: 0;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
}

.InFixUl>li:hover p {
    width: 86px;
    transition: all 0.2s ease-out 0s;
}

.InFixUl .gb:hover p {
    width: 235px !important;
}

/* 办事事项 */
.container h2 {
    font-size: 20px;
    font-weight: 400;
}

.work_title {
    line-height: 50px;
    /* margin-top: 20px; */
}

.work_title li {
    font-size: 15px;
    font-weight: 600;
    height: 39px;
    background: #f5f5f5;
    padding: 0px 40px;
    border-radius: 3px;
    margin: 0 0px;
    display: inline-block;
    line-height: 39px;
    margin-right: 3px;
}

.worklist li {
    width: 100%;
    overflow: hidden;
}

.list_tltle:nth-child(2n) {
    background: #f5f5f5;
}

.worklist h3 {
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
}

.worklist h3:hover {
    background: #bd1a2d;
}

.worklist h3:hover .bssxtitle {

    color: #fff;
}

.worklist h3 .bssxtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    width: 45%;
    color: #5c5c5c;
    font-size: 15px;
    display: inline-block;
}

.worklist h3 i {
    background: url(/images/dian.png);
    width: 3px;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 15px;
}

.worklist h3:hover i {
    background: url(/images/dianfff.png);
}

.work_box {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list_tltle {
    width: 100%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}

.listCon {
    display: inline-block;
}

.listCon img {
    margin-right: 3px;
    width: 20px;
}

.listCon a {
    width: 100%;
    border: 1px solid #ddd;
    padding: 7px 12px;
    color: #333;
    font-size: 14px;
    margin: 0 1%;
    border-radius: 4px;
}

.worklist h3:hover .listCon a {
    background: #fff;
    color: #333
}

.worklist h3:hover .listCon {
    display: inline-block;
}

/* 办事大厅 */

.cjcx .stat-grid {
    display: flex;
    justify-content: space-between;
    height: 65px;
    overflow: hidden;
}

.sec-title {
    margin-top: 30px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.sec-title h2 {
    font-weight: bold;
    color: #bd1a2d;
    margin: 0;
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
}


.sec-title .line {
    flex: 1;
    height: 8px;
    margin-left: 9px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-bottom: 0;
    background: url(/images/xian.png);
}

.bsdt ul li {
    width: 24%;
    padding: 8px 0;
    box-sizing: border-box;
}

.bsdt .whsc ul li {
    width: 32%;
}

.bsdt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.bsdt ul li a {
    display: block;
    text-align: center;
    height: 100%;
}

.cjcx a {
    display: flex;
    justify-content: center;
    background-color: #f0ecec;
    padding: 20px;
    flex-wrap: nowrap;
    align-items: center;
    width: 49.1%;
}

.kj {
    font-size: 16px;
    letter-spacing: 1px;
    z-index: 9;
}

.kj_link img {
    width: 25px;
    height: 25px;
}

.kj_link {
    width: 45px;
    margin-left: 15px;
    z-index: 9;
}

.cjcx .notchingl {
    position: relative;
    background-color: #fff;

}

.notchingl::after {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 100px;
    height: 80px;
    background: #f0ecec;
}

.notchingl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    right: -7px;
    bottom: 0;
    transform: skewX(325deg);
    z-index: 9;
    background: #f0ecec;
}


.cjcx .notchingr {
    position: relative;
    background-color: #fff;
}

.notchingr::after {
    content: "";
    position: absolute;
    top: 0;
    left: -7px;
    right: 0;
    bottom: 0;
    transform: skewX(325deg);
    background: #f0ecec;
}

.notchingr::before {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 100px;
    height: 80px;
    background: #f0ecec;
}

.notchingl:hover::before,
.notchingl:hover::after {
    background: #b80012;
}

.notchingl:hover .kj {
    color: #fff;
}

.notchingr:hover::before,
.notchingr:hover::after {
    background: #b80012;
}

.notchingr:hover .kj {
    color: #fff;
}

.notchingl:hover .kj_link,
.notchingr:hover .kj_link {
    background: url(/images/jtfff.png) no-repeat !important;
}

.notchingl .kj_link,
.notchingr .kj_link {
    background: url(/images/jt.png) no-repeat;
    width: 18px;
    height: 17px;
    line-height: 17px;
}

.hov a:hover {
    background: #b80012
}

.hov a:hover .kj {
    color: #fff
}

.hov .kj_link {
    background: url(/images/jr.png) no-repeat;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.hov a:hover .kj_link {
    background: url(/images/jrfff.png) no-repeat;
}

/* 数据统计 */
.zwfwhcp h4 {
    padding: 20px 0 0px;
}

.hcp li span {
    color: #fff
}

.jztime {
    font-size: 15px;

}

.zwfwhcp h4 span {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.45);
    line-height: 24px;
    margin-left: 10px;
}

.zwfwhcp ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hcp li img {
    width: 137px;
}

.hcp li {
    position: relative;
}

.hcp li .sjnum {
    position: absolute;
    left: 50%;
    bottom: 18%;
    transform: translateX(-50%);
    writing-mode: inherit;
    color: #fff;
    font-size: 20px;
}

.hcp .sjtitle {
    position: absolute;
    left: 50%;
    top: 55px;
    transform: translateX(-50%);
    writing-mode: vertical-lr;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
}

.hcp li .sj {
    position: absolute;
    top: 72%;
    left: 9%;
    transform: translateX(-3%);
}

.hcp li .sj div {
    color: #fff;
    font-size: 13px;
    line-height: 28px;

}

.hcp li .sj span {
    color: #fff;
}

.zwfwhcp .hcp li p:first-of-type {
    position: relative;
    /* color: #000000; */
    line-height: 50px;
    margin-bottom: 0;
    /* font-weight: bold; */
}


.zwfwhcp .hcp li p:last-of-type {
    margin-bottom: 35px;
    font-size: 26px;
    color: #b80012;
    line-height: 16px;
}

.zwfwhcp .hcp li h3 {
    line-height: 70px;
    font-weight: 600;
    font-size: 20px;
    height: 60px;

}

.zwfwhcp .cjly li {
    width: 48%;
    background: #f5f5f5;
    padding: 2%;
}

.lxs p,
.zby p,
.lxs,
.zby {
    display: inline-block;
}

.zby {
    margin-left: 20%;
}

.num {
    /* margin-bottom: 35px; */
    font-size: 26px;
    color: #b80012;
    line-height: 16px;
}

.lxs p:nth-child(2),
.zby p:nth-child(2) {
    color: #b80012;
    font-size: 14px;
}

.zwfwhcp span {
    font-size: 16px;
}

/* 业务链接 */
.ywlj ul {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.ywlj li {
    height: 66px;
    margin-left: 1%;
    width: 24%;
    border: 1px solid #ddd;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
}

.ywlj li a {
    display: block;
    height: 100%;
    padding-top: 22px;
}

.ywlj li:hover {
    background: #b80012;

}

.ywlj li:hover a {
    color: #fff
}

/* 在线文化艺术服务 */
.whys ul {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    padding: 5px 0;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}

.countSer {
    width: 100%;
    min-width: 1000px;
    background: url(/images/bj.png) bottom center no-repeat;
    background-size: contain;
}

.whys ul li {
    width: 23%;
    background: #ffffff;
}

.whys ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.whys ul li:hover,
.whys ul li:hover p {
    background: #b80012;
    color: #fff;
    border-radius: 5px;
}

.whys ul li:hover h5 {
    color: #fff
}

.whys ul li:hover .desc::after {
    border-bottom: 3px solid #fff
}

.whys .entry {
    cursor: pointer;
}

.entry h5 a {
    /* font-size: 1rem; */
    /* color: #000; */
}

.entry {
    box-shadow: 0 2px 8px rgb(0 0 0 / 25%);
    /* border-radius: 5px; */
}

.entry img {
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 0 0;
}

.entry .desc {
    padding: 15px 20px 30px;
}

.entry h5 {
    font-size: 17px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    width: 95%;
    display: inline-block;
}

.entry p {
    margin: 10px 0px 25px 0;
    font-size: 14px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    width: 95%;
    display: inline-block;
}

.desc::after {
    content: "";
    border-bottom: 3px solid #b80012;
    width: 35px;
    height: 5px;
    display: block;
}

/*分页*/
.fy {
    text-align: center;
    padding: 10px;
}

.fy ul li {
    display: inline-block;
}

/*个人法人中心左侧*/

.section_left {
    float: left;
    width: 24%;
    /*border: 1px solid #ddd!important;*/
}

.left {
    float: left;
}

.nav_2 {
    padding: 10px 0px 10px 39px;
    background: #ba3523;
    color: #fff;
    font-size: 15px;
    background: url(/images/11.png) repeat-x;
}

.section_left li a {
    padding-left: 13px;
}

.lanmu_On {
    display: block;
    height: 50px;
    line-height: 50px;
    /* text-align: center; */
    background: url(/images/13.png) 90% 50% no-repeat #ebebeb;
    border-bottom: 1px solid #cfcfcf;
    color: #b92121;
    padding-left: 0;
}

.lanmu_old {
    display: block;
    /*width: 100%;*/
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #cfcfcf;
    background: url(/images/12.png) 90% 50% no-repeat #fff;
    color: #333333;
    padding-left: 0;
}

.section_right {
    float: right;
    width: 68.5%;
    background: #fff;
    padding: 10px 20px;
}

.wrap_1-list li {
    border-bottom: #CCC dashed 1px;
    line-height: 30px;
    height: 24px;
    clear: both;
    padding: 11px;
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 70%;
}

.userWrap #ulOrglevelcode li a .arrow-r {
    display: inline-block;
    width: 10px;
    height: 16px;
    background-image: url(/images/arrow_r.png);
    background-repeat: no-repeat;
    background-size: 8px 12px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 15px;
    transition: all 0.4s ease;
}

.userWrap #ulOrglevelcode .blsx_list li a {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    border-bottom: none;
    background: url(/images/fkd_2.png) no-repeat 20px center;
    padding-left: 40px !important;
    color: #666;
}

.userWrap .cur .arrow {
    -webkit-transform: rotate(90deg) !important;
    margin-right: 0px !important;
}

.personal-avator {
    float: left;
}

.personal-info-intro {
    width: 81%;
    float: right;
}

.items-box-list li {
    display: inline;
}

#content {
    float: right;
}

.userWrap .user_nav {
    /*width: 240px;*/
    height: 50px;
    background: #b9282d;
}

.userWrap .user_nav a {
    line-height: 50px;
    color: #FFF;
    font-size: 20px;
    margin-left: 25px;
}

.userWrap #ulOrglevelcode li {}

.userWrap #ulOrglevelcode li a {
    color: #222;
    border-bottom: 1px solid #efefef;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    width: 100%;
    padding-left: 60px;
    box-sizing: border-box;
    position: relative;
}

.userWrap #ulOrglevelcode li a img {
    width: 26px;
    vertical-align: -6px;
    margin-right: 8px;
}

#content {
    border-left: 20px solid #efefef;
    /*float: right;*/
    min-height: 765px;
    width: 76%;
    padding: 0 20px;
    box-sizing: border-box;
    background: #fff;
}

.userWrap .section_left {
    min-height: 765px;
    background: #fff;
}

#ljzz {
    width: 75px;
    background-color: #c3040f;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 3px;
}

.userMenu {
    background: #fff;
}

.userWrap {
    display: flex;
}

.blsx_list {
    padding-left: 35px;
    border-bottom: 1px solid #efefef;
}

.my_right_title {
    margin: 30px auto 0px;
    /* width: 940px; */
    height: 50px;
    border-bottom: 2px solid #bababa;
}


/* 社会艺术水平 详情页 */
.shysxq_content td {
    border-bottom: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    text-align: center !important;
    height: 45px;
}

.shysxq_content table {
    border-spacing: 0;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
}

.shysxq_content .content .title {
    text-align: center;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
}

.shysxq_content .fontstyle {
    background: #c53c3c;
    color: #fff;
    font-size: 16px !important;
    font-weight: 400;
    height: 45px;
    padding: 0px;
}
.layui-form-item-wh .layui-inline .layui-input-inline{
    width: 165px;
}

.layui-form-item-yk {
    margin-bottom: 5px;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
}

.layui-form-item-yk .layui-col-md4 .layui-input-inline {
    width: 100%;
}

.layui-form-item-yk .layui-col-md4 {
    width: 43%;
}

.yk_title {
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
}

.yk_title .left {
    float: left;
    font-size: 15px;
    color: #9f101a;
}

.yk_title .right {
    background: #9f101a;
    padding: 0 6px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    float: right;
}

/* 
.right-page-list {
    border-top: 2px solid #9f101a;
} */

td.td_title {
    color: #9f101a;
}

td.td_title span {
    color: #333;
}
@media only screen and (max-width: 768px) {
    .container {
        width: 100%;
        margin: 0 auto;
    }

    .breadcrumb_con {
        padding: 0.1rem 0.2rem;
        box-sizing: border-box;
    }

    .breadcrumb_con>ul>li {
        float: left;
        max-height: initial;
        line-height: 0.4rem;
        margin-right: 5px;
        font-size: 0.24rem;
        color: #7c7c7c;
    }

    .pcd_ad {
        max-width: initial;
    }

    .pcd_ad img {
        border-radius: 0;
        height: auto;
        width: 100%;
    }

    .web_left {
        display: none;
    }
    .web_right{
        width: 100%;
        padding: 0.2rem;
        min-height: initial;
    }
    .layui-form-item .layui-input-inline{
        margin: 0 0.2rem 0 0 !important;
        font-size: 0.28rem;
    }
    .layui-form-select .layui-input {
        font-size: 0.28rem;
    }
    .page_cons{
        line-height: 0.6rem;
    }
    .layui-form-item .layui-inline{
        margin-bottom: 0 !important;
    }
    .web_right table{
        min-height: 0.7rem;
        line-height: 0.7rem;
        font-size: 0.26rem;
    }
    .web_right tr a{
        font-size: 0.26rem;
    }

    .foot_mobile p{
        text-align: center;
        color: #fff;
    }
    .layui-form-select .layui-edge{
        right: 5px;
    }
    .layui-form-select .layui-input{
        padding-left: 0.1rem;
        padding-right: 0.1rem;
    }
    .layui-form-item-wh{
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        gap: 0.2rem 0;
    }
    .layui-form-item-wh .layui-inline {
        width: 33%;
        font-size: 0.28rem;
    }
    .layui-form-item-wh .layui-inline .layui-input-inline{
        width: auto;
    }

    .layui-form-item-yk {
        margin-bottom: 5px;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        gap: 0.2rem;
    }

    .layui-form-item-yk .layui-col-md4 .layui-input-inline {
        width: 100%;
    }

   .layui-form-item-yk .layui-col-md4 {
        width:37%
    }

    .yk_title {
        overflow: hidden;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .yk_title .left {
        float: left;
        font-size: 15px;
        color: #9f101a;
    }

    .yk_title .right {
        background: #9f101a;
        padding: 0 6px;
        border-radius: 5px;
        color: #fff;
        font-size: 14px;
        height: 26px;
        line-height: 26px;
        float: right;
    }

    /* 
    .right-page-list {
        border-top: 2px solid #9f101a;
    } */

    td.td_title {
        color: #9f101a;
    }

    td.td_title span {
        color: #333;
    }
    .right_topic .l{
        display: none;
    }
    .right_topic .r{
        float: left;
    }
}