/* *
* @authors @SilentBlue
* @date 2020-10-27 09:04:41
* @version Common Pages Layout
*
* */
body {
    background-color: #f5f5f5;
}



.yqkq-toolbar {
    height: 28px;
    width: 100%;
    overflow: hidden;
    background-color: #002b45;
}

.yqkq-toolbar-box {
    width: 1300px;
    height: 28px;
    overflow: hidden;
    margin: 0 auto;
    line-height: 28px;
}

.yqkq-toolbar-box>li:first-child {
    float: left;
}


.yqkq-toolbar-box>li:last-child {
    float: right;

    color: #fff;
    font-size: 12px;
}

.yqkq-toolbar-box>li:last-child>a {
    color: #fff;
    font-size: 12px;
    margin: 0 5px;
}

.yqkq-banner {
    width: 1300px;
    height: 142px;
    padding: 12px 0;
    overflow: hidden;
    margin: 10px auto;
    background-color: #fff;
}

.yqkq-banner>dt {
    float: left;
    text-align: center;
    width: 160px;
}

.yqkq-banner>dd {
    float: right;
    width: 1130px;
}

.yqkq-nav-logo>dt {
    height: 70px;
    border-bottom: 2px solid #cbdaea;
    overflow: hidden;
}

.yqkq-nav-logo>dt>h1 {
    float: left;
    margin-top: 15px;
}

.yqkq-nav-logo>dt>h3 {
    float: right;
    margin-top: 35px;
    margin-right: 10px;
}

.yqkq-nav-logo>dt>h3 img {
    height: 16px;
}

.yqkq-nav-logo>dd {
    height: 72px;
    overflow: hidden;
}

.yqkq-nav {
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    overflow: hidden;
    width: 780px;
    float: left;
}

.yqkq-nav>li {
    float: left;
    font-size: 20px;
    width: 150px;
    text-align: center;
    height: 24px;
    border-left: 1px solid #f5f5f5;
    line-height: 24px;
    margin-top: 13px;
}

.yqkq-nav>li a:hover {
    color: #369;
}

.yqkq-nav>li:first-child {
    border-left: 0;
}

.yqkq-nav>li a {

    color: #3a495b;
}

.header-search_form {
    width: 330px;
    float: right;
    height: 40px;
    margin-top: 15px;
    overflow: hidden;
    background-color: #fbfbfb;
    border: 1px solid #f5f5f5;
    margin-right: 10px;
}

.header-search_form label {
    float: left;
}

.header-search_kwd {
    height: 40px;
    width: 270px;
    margin: 0 5px;
    border: 0;
    background: transparent;
    color: #96989b;
}

.header-search_submit {
    border: 0;
    width: 40px;
    height: 40px;
    background: url(icon-search_new.png) center center no-repeat;
    cursor: pointer;

}

.yqkq-toutiao {
    padding: 10px;
    width: 1280px;
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #fff;
}

.yqkq-toutiao>dt {
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    font-weight: 600;
    overflow: hidden;
    text-align: center;
}

.yqkq-toutiao>dt a {

    color: #369;
}

.yqkq-toutiao>dd {
    height: 50px;
    overflow: hidden;
    line-height: 25px;
    font-size: 14px;
    color: #74777b;
    padding: 0 28px;
}

.yqkq-topnewswrap {
    padding: 10px;
    overflow: hidden;
    margin: 10px auto;
    width: 1280px;
    height: 390px;
    background-color: #fff;
    position: relative;
}

/* Common Slide */

.shxidx-carousel .shxidx-wrapper::after {
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}

.shxidx-carousel {
    position: relative;
    display: none;
    width: 100%;
    -ms-touch-action: pan-y;
}

.shxidx-carousel .shxidx-wrapper {
    position: relative;
    display: none;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.shxidx-carousel .shxidx-wrapper-outer {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.shxidx-carousel .shxidx-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.shxidx-carousel .content-imgs-slide-item {
    float: left;
}

.shxidx-controls .shxidx-page,
.shxidx-controls .shxidx-buttons div {
    cursor: pointer;
}

.shxidx-controls {
    /* position: relative; */
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.shxidx-carousel img {
    display: block;
}

.grabbing {
    cursor: url(grabbing_new.png) 8 8, move;
}

.shxidx-carousel .shxidx-wrapper,
.shxidx-carousel .shxidx-item {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.shxidx-carousel .content-imgs-slide-item {
    position: relative;
    display: block;
}

.shxidx-carousel b {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}

.shxidx-carousel span {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    overflow: hidden;
    /* width: 100%; */
}

.shxidx-pagination {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}

.shxidx-pagination .shxidx-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 10px 5px;
}

.shxidx-pagination .active {
    width: 25px;
}

.shxidx-buttons {
    display: none;
}

.shxidx-buttons div {
    position: absolute;
    top: 50%;
}

.shxidx-prev {
    left: 0;
}

.shxidx-next {
    right: 0;
}

/* Common Slide */
/* slide */

.yqkq-slidetop {
    width: 700px;
    height: 390px;
    margin: 0 auto;
    float: left;
}

.yqkq-slidetop .content-imgs-slide-item {
    overflow: hidden;
}

.yqkq-slidetop .slide-item-pics {
    width: 700px;
    height: 390px;
    overflow: hidden;
    background-color: #ededed;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(181, 181, 181, 0.30);
    -moz-box-shadow: 0px 0px 3px 3px rgba(181, 181, 181, 0.30);
    box-shadow: 0px 0px 3px 3px rgba(181, 181, 181, 0.30);
    float: right;
    /* margin: 6px 6px 6px 0; */

}

.yqkq-slidetop .slide-item-pics img {
    width: 700px;
    height: 390px;
    /* width: auto;
    margin: 0 auto; */
    /* margin: 10px; */
}

.yqkq-slidetop .slide-item b {
    height: 36px;
    opacity: .88;
    background-color: #306bab;
    filter: alpha(opacity=88);
    left: 0;
    bottom: 0;
    width: 700px;
}

.yqkq-slidetop span {
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    color: #fff;
}

.yqkq-slidetop .news-text {

    width: 700px;
    position: absolute;
    left: 0;
    /* height: 478px; */
    overflow: hidden;
    bottom: 20px;
}

.yqkq-slidetop .news-title {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    /* font-style: italic; */
    line-height: 36px;
    margin: 0 30px;
    display: block;
    position: relative;
    z-index: 2;
}

.yqkq-slidetop .news-more {
    display: block;
    width: 100px;
    height: 35px;
    border-bottom: 1px solid #9b0001;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #0f172b;
    float: right;
    margin-top: 20px;
}

.yqkq-slidetop .news-more:hover {
    color: #9b0001;
}

.yqkq-slidetop .news-text ul {
    margin: 30px 0 16px;
    color: #9b0001;
    padding: 0 20px;
}

.yqkq-slidetop .news-text li {
    line-height: 32px;
    font-size: 18px;
}

.yqkq-slidetop .news-text div {
    border-top: 1px solid #cfcfcf;
    padding: 0 20px;
}

.yqkq-slidetop .news-text div ol {
    overflow: hidden;
}

.yqkq-slidetop .news-text div ol li {
    float: left;
    margin-right: 25px;
    font-size: 16px;
    color: #253051;
    line-height: 52px;
}

.yqkq-slidetop .news-text div p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    font-size: 16px;
    text-indent: 2em;
    margin-top: 8px;
}

/* .yqkq-slidetop .news-title:hover {
    color: #9b0001;
}
 */
.yqkq-slidetop .shxidx-pagination {
    height: 30px;
    text-align: center;
    /* background-color: #f7f5f4; */
    right: 10px;
    width: 700px;
    bottom: 60px;
}

.yqkq-slidetop .shxidx-buttons {
    display: block;
}

.yqkq-slidetop .shxidx-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 10px 5px;
    border-radius: 10px;
    background-color: #6aa6e8;
}

.yqkq-slidetop .shxidx-pagination .active {
    width: 25px;
    background-color: #fff;
}

.yqkq-slidetop .shxidx-buttons div {
    width: 25px;
    height: 36px;
    margin-top: 139px;
    opacity: .66;
    filter: alpha(opacity=66);
    transition: all .2s;
}

.yqkq-slidetop .shxidx-buttons .shxidx-prev {
    background: url(btn-slide-l_new.png) 0 0 no-repeat;
    /* margin-left: 10px; */
}

.yqkq-slidetop .shxidx-buttons .shxidx-prev:hover {

    opacity: 1;
    filter: alpha(opacity=100);
}

.yqkq-slidetop .shxidx-buttons .shxidx-next {
    background: url(btn-slide-r_new.png) 0 0 no-repeat;
    margin-right: 60px;
}

.yqkq-slidetop .shxidx-buttons .shxidx-next:hover {

    opacity: 1;
    filter: alpha(opacity=100);
}

.yqkq-slidetop .shxidx-controls {
    display: block;
}

.slidebox-news-more {
    font-size: 12px;
    line-height: 36px;
    position: absolute;
    z-index: 3;
    left: 650px;
    bottom: 30px;
    width: 60px;
    height: 36px;
    text-align: center;
}

.slidebox-news-more>b {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 60px;
    height: 36px;
    opacity: .88;
    background-color: #255f9f;
    filter: alpha(opacity=88);
}

.slidebox-news-more:hover>b {
    opacity: .8;
    filter: alpha(opacity=80);
}

.slidebox-news-more>a {
    position: relative;
    z-index: 2;
    color: #fff;
}

.slidebox-news-more>a>i {
    line-height: 12px;
    display: inline-block;
    width: 0;
    width: 0;
    height: 0;
    height: 0;
    margin-left: 4px;
    border-width: 4px 4px 4px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

/* slide */
.topnews-cntcon {
    width: 560px;
    float: right;
    overflow: hidden;
}

.common-text-title-box {
    height: 47px;
    line-height: 47px;
    overflow: hidden;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}

.common-text-title-bar2>li {
    float: left;
    padding: 0 10px;
    border-left: 1px solid #f5f5f5;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    margin-top: 12px;
}

.common-text-title-bar2>li:first-child {
    border-left: 0;
}

.common-text-title-bar2>li a {
    color: #74777b;
    font-size: 20px;
    font-weight: 600;
}

.common-text-title-bar2>.tab-current a {
    color: #333;
}

.yqkq-rss {
    width: 100px;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 12px;
    overflow: hidden;
}

.yqkq-rss img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.yqkq0811-small-top {
    height: 79px;
    overflow: hidden;
    margin: 6px 0;
    border-bottom: 1px dotted #f5f5f5;
    padding: 2px 0 3px;
}

.yqkq0811-small-top>dt {
    font-size: 16px;
    font-weight: 600;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
}

.yqkq0811-small-top>dt a {
    color: #333;
}

.yqkq0811-small-top>dd {
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
}

.yqkq0811-small-top a:hover,
.yqkq0811-small-top-item>li a:hover {
    color: #369;
}

.yqkq0811-small-top-item {
    margin-top: 10px;
    overflow: hidden;
}

.yqkq0811-small-top-item>li {
    height: 31px;
    line-height: 31px;
    overflow: hidden;
    font-size: 14px;
}

.yqkq0811-small-top-item>li:before {
    content: '';
    width: 3px;
    height: 3px;
    margin-top: 14px;
    float: left;
    background-color: #8498ad;
    margin-right: 7px;
}

.yqkq0811-small-top-item>li a {
    color: #333;
}

.yqkq0811-small-top-item>li span {
    float: right;
    color: #8498ad;
    font-size: 12px;
}

.yqkq-midtopic {
    width: 1300px;
    height: 130px;
    overflow: hidden;
    margin: 10px auto;
}

.yqkq-midtopic img {
    width: 100%;
    height: 100%;
}

.yqkq-conbox {
    overflow: hidden;
    width: 1300px;
    margin: 0 auto;
}

.yqkq-conbox>li {
    float: left;
    /* overflow: hidden; */
}

.yqkq-conbox>li:first-child {
    width: 410px;
}

.yqkq-conbox>li:nth-child(2) {
    margin: 0 10px;
    width: 550px;
}

.yqkq-conbox>li:last-child {
    width: 320px
}

.yqkqnews-cntcon {
    padding: 10px;
    background-color: #fff;
}

.yqkqnews-cntcon .yqkq0811-small-top-item>li {
    height: auto;
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
}

.yqkqnews-cntcon .yqkq0811-small-top-item>li span {
    float: none;
    margin-left: 6px;
}

.yqkqnews-cntcon .yqkq0811-small-top-item>li:before {

    margin-top: 10px;
}

.yqkqnews-cntcon .yqkq0811-small-top-item>li i {
    margin: 0 3px;
    font-style: normal;
}

.yqkqnews-cntcon .yqkq0811-small-top-item>li i+a {
    color: #369;
}

.yqkqnews-cntcon .common-tab-content-box2 {
    height: 280px;
    overflow: hidden;
}

.yqkqnews-cntcon-mt10 {
    margin-top: 10px;
}

.yqkq-xxgkzl {
    overflow: hidden;
    margin: 5px 0;
}

.yqkq-xxgkzl li {
    line-height: 36px;
    float: left;
    overflow: hidden;
    width: 120px;
    height: 36px;
    margin: 0 5px;
    font-size: 14px;
}

.yqkq-xxgkzl li:before {
    content: '';
    width: 12px;
    height: 12px;
    float: left;
    margin-top: 10px;
    margin-right: 5px;
    border: 1px solid #8498ad;
    line-height: 12px;
}

.yqkq-xxgkzl li:hover:before {
    border: 1px solid #369;
    content: '√';
    color: #369;
}

.yqkq-xxgkzl li a:hover {
    color: #369;
}

.yqkq-bsh {
    position: absolute;
    right: 10px;
    color: #306bab;
    font-size: 14px;
    bottom: -5px;
}

.common-tab-content-box {
    /* height: 72px; */
    overflow: hidden;
}

.yqkq-bsh-item {
    border: 1px solid #f5f5f5;
    padding: 10px;
    height: 40px;
    margin-top: 10px;
}

.yqkq-bsh-item>li {
    float: left;
    width: 50%;
    overflow: hidden;
    font-size: 16px;
}

.yqkq-bsh-item>li i {
    width: 80px;
    height: 40px;
    background-color: #f5f5f5;
    text-align: center;
    display: block;
    float: left;
}

.yqkq-bsh-item>li i img {
    height: 30px;
    margin: 5px auto;
}

.yqkq-bsh-item>li a {
    display: block;
    height: 40px;
    background-color: #306bab;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.yqkq-bsh-item>li a:hover {
    background-color: #377cc6;
}

.yqkq-newspaper {
    margin: 10px;
    overflow: hidden;
    text-align: center;
}

.yqkq-newspaper img {
    height: 200px;
    transition: transform .3s;
}

.yqkq-newspaper img:hover {
    transform: scale(1.05);
}

.common-tab-content-box3 {
    height: 200px;
    overflow: hidden;
}

.common-tab-content-box4 {
    height: 153px;
    overflow: hidden;
}

.yqkq-4topic {
    height: 130px;
    width: 1300px;
    overflow: hidden;
    margin: 10px auto 0;
}

.yqkq-4topic>li {
    float: left;
    width: 310px;
    height: 130px;
    overflow: hidden;
    margin-left: 20px;
}

/* .yqkq-4topic>li:first-child {
    margin-left: 0;
} */

.yqkq-4topic>li img {
    width: 100%;
    height: 100%;
}

.yqkq-4topic>li img:hover {
    opacity: .88;
}

/* footer */
.footer-box {
    overflow: hidden;
    padding: 20px 0 0;
    width: 100%;
    min-width: 1100px;
    box-shadow: 0px 0px 20px 0px rgba(216, 218, 219, 0.75);
    background-color: #fff;
    margin-top: 30px;

}

.footer-line {
    margin: 0 auto;
    border-top: 3px solid #306bab;
    border-bottom: 1px solid #306bab;
}

.friend-link-menu {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
}

.friend-link-menu>li {
    height: 46px;
    line-height: 46px;
    float: left;
    padding: 0 30px 0 15px;
    cursor: pointer;
    color: #454545;
    font-size: 13px;
    flex: 1;
}

.friend-link-menu>li span {
    float: left;
}

.friend-link-menu>li i {
    float: left;
    margin-top: 20px;
    margin-left: 5px;
    width: 12px;
    height: 8px;
    transition: all .3s linear;
    background: url(footer-down_new.png) 0 0 no-repeat;
    background-size: 10px;
}

.friend-link-menu>.current {
    font-weight: 600;
}

/* .friend-link-menu>.current i {

    background: url('footer-up_new.png') 0 0 no-repeat;
} */
.friend-link-menu>li:hover i,
.friend-link-menu>.current i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.friend-link-inner {
    display: none;
    width: 1100px;
    margin: 0 auto 5px auto;
    background-color: #f5f5f5;
}

/* .friend-link-inner:after,
.friend-link-inner::after {
    border-bottom: 2px solid #f5f5f5;
    width: 1260px;
    margin-top: 5px;
    display: block;
    content: "";
} */

.friend-link-submenu {
    overflow: hidden;
    width: 96%;
    padding: 20px 2%;
}

.friend-link-submenu li {
    line-height: 24px;
    float: left;
    margin: 10px;
    white-space: nowrap;
    font-size: 14px;
}

/*copyright*/

.copyright {
    width: 760px;
    padding: 20px 0;
    margin: 0 auto;
    font-size: 14px;
    width: 1000px;
}

.inspection-id {
    width: 80px;
    /* height: 62px; */
}

.inspection-id img {
    width: 100%;
}


.copyright-info {
    line-height: 30px;
    margin: 0 30px;
}

.footer-nav a {
    padding-right: 5px;
    font-size: 13px;
}

.site-feature a {
    margin: 0 8px;
}

.footer-declare {
    color: #667f97;
    font-size: 12px;
}

.footer-text {
    padding: 0 12px;
    background-color: #f5f5f5;
    font-size: 12px;
}

/* 走进矿区 */
.yqkq-breadcrumb {
    background-color: #fff;
    width: 1300px;
    height: 50px;
    overflow: hidden;
    margin: 10px auto;
    line-height: 50px;
    font-size: 15px;
}

.yqkq-breadcrumb a {
    margin-right: 6px;
}

.yqkq-breadcrumb a:last-child {
    color: #369;
}

.yqkq-breadcrumb a:last-child:before {
    content: '/';
    color: #ddd;
    margin-right: 6px;
}

.yqkq-breadcrumb a:hover {
    color: #369;
}

.yqkq-breadcrumb>span {
    margin-left: 30px;
    color: #666;
}

.yqkq-desc {
    width: 1240px;
    height: 410px;
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
    padding: 25px 30px;
}

.yqkq-desc>dt {
    float: left;
    height: 100%;
    overflow: hidden;
    margin-right: 30px;
    width: 432px;
}

.yqkq-desc>dt img {
    height: 100%;
}

.yqkq-desc>dd {
    width: 770px;
    float: right;
}

.yqkq-desc>dd p {
    font-size: 16px;
    color: #333;
    line-height: 32px;
    height: 250px;
    overflow: hidden;
}

.yqkq-desc>dd p a {
    color: #369;
    font-size: 14px;
    float: right;
}

.yqkq-desc>dd p a:hover {
    text-decoration: underline;
}

.yqku-descbtn {
    height: 120px;
    overflow: hidden;
    margin: 20px 0;
}

.yqku-descbtn>li {
    width: 230px;
    height: 50px;
    overflow: hidden;
    background: url('icon-zjkq-btng_new.png') 0 0 no-repeat;
}

.yqku-descbtn>li {
    float: left;
    margin-left: 40px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
}

.yqku-descbtn>li:nth-child(3n+1) {
    margin-left: 0;
}

.yqku-descbtn>li a {
    color: #394351;
}

.yqku-descbtn>li a:hover {
    color: #369;
}

.yqkq-resorce {
    width: 1300px;
    height: 400px;
    background: #fff url('zjkq-bg-1_new.png') center bottom no-repeat;
    margin: 10px auto;
}

.yqkq-resorce-item {
    width: 260px;
    height: 260px;
    float: left;
    margin: 70px 86px;
    overflow: hidden;
    position: relative;
}

.octagon>img {
    width: 100%;
    height: 100%;
    transform: rotate(-45deg);
}

.octagon-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.octagon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    transform: rotate(45deg);
    background: #fff;
    border: 0 solid red;
    text-align: center;
}

.octagon:before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    transform: rotate(45deg);
    background: rgba(0, 0, 0, .33);
    content: '';
    border: inherit;
    z-index: 2;
    transition: all .3s;
}

.yqkq-resorce-item:hover .octagon:before {
    background: rgba(0, 0, 0, .22);
}

.octagon-txtbd-wrap {
    width: 240px;
    height: 240px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    top: -250px;
    left: 10px;
}

.octagon-txtbd {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    transform: rotate(45deg);
    border: 1px solid #fff;
}

.octagon-txtbd:before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    transform: rotate(45deg);
    content: '';
    border: inherit;
}

.octagon-txtbd-wrap>a {
    display: block;
    width: 36px;
    /* height: 126px; */
    padding: 16px 0;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    overflow: hidden;
    text-align: center;
    margin-left: 100px;
    margin-top: 55px;
    position: relative;
    z-index: 3;
    line-height: 24px;
    transition: all .2s;
}

.octagon-txtbd-wrap>a:hover {
    border-color: #e5e5e5;
    margin-top: 50px;
}

.yqkq-landscape {
    width: 1300px;
    height: 480px;
    overflow: hidden;
    background: #fff url('zjkq-bg-2_new.png') center bottom no-repeat;
}

.zj-yingxiang-box {
    width: 1260px;
    height: 420px;
    margin: 30px 20px;
}

.zj-szslide {
    width: 100%;
    height: 420px;
}

.zj-szslide img {
    width: 400px;
    height: 420px;
    margin: 0 auto;
}

.zj-szslide img:hover {

    opacity: .88;
    filter: alpha(opacity=88);
}

.zj-szslide .content-imgs-slide-item {
    height: 100%;
}

.zj-szslide b {
    height: 36px;
    opacity: .9;
    background-color: transparent;
    filter: alpha(opacity=90);
}

.zj-szslide a:hover {
    border-bottom: none;
}

.zj-szslide span {
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    padding: 0 20px;
    color: #fff;
    width: 360px;
    left: 10px;
}

.zj-szslide .shxidx-pagination {
    height: 30px;
    text-align: center;
    background-color: transparent;
    right: 0;
    bottom: 36px;
    width: 100%;
    display: none;
}

.zj-szslide b {
    height: 36px;
    bottom: 0;
    opacity: .50;
    background-color: #000;
    filter: alpha(opacity=50);
    width: 400px;
    left: 10px;
}

.zj-szslide .shxidx-pagination>div {
    background-color: #9a9b9c;
    border-radius: 5px;
}

.zj-szslide .shxidx-buttons {
    display: block;
}

.zj-szslide .shxidx-buttons>div {
    width: 48px;
    height: 60px;
    overflow: hidden;
    margin-top: -30px;
}

.zj-szslide .shxidx-buttons>div:hover {

    opacity: .88;
    filter: alpha(opacity=88);
}

.zj-szslide .shxidx-buttons>.shxidx-prev {
    background: url('zj-slide-bl_new.png') 0 0 no-repeat;
    /* margin-left: 8px; */
}

.zj-szslide .shxidx-buttons>.shxidx-next {
    background: url('zj-slide-br_new.png') 0 0 no-repeat;
    right: -20px;
}

.zj-szslide .shxidx-pagination .active {
    background-color: #264fab;
}

/* mend */
.yqkq-midtopic img {
    height: 130px;
}

.shxidx-pagination .shxidx-page {
    background: #f0f0f0;
    border-radius: 10px;
}

.shxidx-pagination .active {
    background: #369;
}

.shxidx-pagination {
    text-align: center;
}

/* mend */
/* editfix20201208 */
body {
    background-color: #fff;
}

.yqkq-toolbar {
    height: 36px;
    background-color: #3660c9;
}

.yqkq-toolbar-box {
    margin: 4px auto;
    width: 1100px;
}

.yqkq-wrap {
    background: url(body-bg_new.png) top center no-repeat;
    height: 288px;
    overflow: hidden;
}

.yqkq-banner {
    background-color: transparent;
    width: 1100px;
    padding: 0;
    margin: 20px auto 0;
}

.yqkq-banner>dt {
    width: 110px;
    margin: 0 25px;
}

.yqkq-banner>dd {
    width: 930px;
}

.yqkq-nav {
    width: 620px;
}

.header-search_form {
    width: 280px;
}

.yqkq-nav>li {
    width: auto;
    padding: 0 25px;
}

.yqkq-nav-logo>dd {
    height: auto;
    overflow: hidden;
}

.header-search_form {
    margin-top: 10px;
}

.yqkq-nav {
    margin-top: 5px;
}

.header-search_kwd {
    width: 220px;
}

.header-search_form {
    border-color: #bbc7e5;
}

.header-search_submit {
    width: 46px;
    background: #cc0000 url(icon-search_new.png) center center no-repeat;
}

.header-search_submit:hover {

    background-color: #d40808;
}

a:hover {
    color: #f00 !important;
}

.yqkq-toutiao {
    background: url(bg-toutiao_new.png) center top no-repeat;
    width: 1080px;
    height: 110px;
    margin-top: -120px;
}

.yqkq-toutiao>dt {
    font-size: 24px;
}

.yqkq-toutiao>dd {
    font-size: 14px;
    color: #74777b;
}

.yqkq-topnewswrap {
    padding: 0;
    width: 1100px;
    height: 360px;
}

.yqkq-slidetop {
    width: 620px;
    height: 340px;
    background-color: #eff1f5;
    border: 10px solid #eff1f5;
}

.yqkq-slidetop .slide-item-pics {
    width: 620px;
    height: 340px;
}

.yqkq-slidetop .news-text {
    width: 620px;
    bottom: 0;
}

.yqkq-slidetop .slide-item b {
    opacity: .55;
    background-color: #000;
    filter: alpha(opacity=55);
    width: 620px;
}

.yqkq-slidetop .shxidx-buttons div {
    margin-top: 134px;
}

.yqkq-slidetop .news-title {
    font-weight: 500;
}

.yqkq-slidetop a:hover {
    color: #fff !important;
}

.slidebox-news-more {
    bottom: 10px;
    left: 570px;
}

.slidebox-news-more>b {
    opacity: .10;
    background-color: #fff;
    filter: alpha(opacity=10);
}

.slidebox-news-more:hover>b {

    opacity: .18;
    filter: alpha(opacity=18);
}

.slidebox-news-more>a {
    color: #fff;

}

.slidebox-news-more>:hover {
    color: #fff !important;
}

/* .yqkq-slidetop .shxidx-pagination {
    width: 620px;
    bottom: 36px;
} */

.yqkq-slidetop .shxidx-pagination {
    width: auto;
    bottom: 4px;
    right: 90px;
    text-align: right;
}

.shxidx-pagination .shxidx-page {
    background: #ccc;
}

.shxidx-pagination .active {
    background-color: #fff;
}

.yqkq-slidetop span {
    font-size: 20px;
    line-height: 1;
    height: auto;
    padding: 0;
    color: #fff;
}

.topnews-cntcon {
    width: 450px;
    padding-left: 10px;
    background-color: #f7f8f9;
    height: 360px;
}

.common-tab-content-box2 {
    width: 440px;
    margin-right: 10px;
}

.common-text-title-box {
    height: 36px;
    line-height: 36px;
    border-bottom: 0;
    background-color: #f0f3f9;
}

.common-text-title-bar2>li {
    float: left;
    padding: 0 22px;
    border-left: 0;
    height: 36px;
    line-height: 36px;
    margin-top: 0;
    display: block;
}

.common-text-title-bar2>li a {
    color: #333;
    font-size: 15px;
    font-weight: 500;
}

.common-text-title-bar2>li a:hover {
    color: #fff !important;
}

.common-text-title-bar2>.tab-current {

    background-color: #1569be;
}

.common-text-title-bar2>.tab-current a {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}

.yqkq0811-small-top {
    border-bottom-color: #eaeaea;
}

.yqkq0811-small-top>dt {
    font-size: 15px;
    text-align: center;
    height: 34px;
    line-height: 34px;

}

.yqkq0811-small-top>dt a {
    color: #cc1c1c;
}

.yqkq0811-small-top>dd {
    font-size: 13px;
    color: #666;
}

.yqkq0811-small-top-item>li {
    height: 36px;
    line-height: 36px;
    font-size: 15px;
}

.yqkq-midtopic {
    width: 1100px;
    height: 150px;
}

.yqkq-midtopic img {
    height: 150px;
}

.yqkq-4topic {
    width: 1098px;
    height: 118px;
    border: 1px solid #99cdd6;
    background-color: #fafdff;
}

.yqkq-4topic>li {
    width: 248px;
    height: 78px;
    box-shadow: 0px 0px 10px 0px rgba(199, 199, 199, 0.75);
    border: 1px solid #f5f8fd;
    margin-top: 20px;
    margin-left: 20px;
}

.yqkq-conbox {
    width: 1100px;
}

.yqkq-conbox>li {
    width: 350px !important;
}

.yqkq-conbox>li:nth-child(2) {
    margin: 0 25px;
}

.yqkqnews-cntcon {
    padding: 0;
}

.yqkqnews-cntcon .common-text-title-box {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #c8c7c6;

    background-color: #fff;
}

.yqkqnews-cntcon .common-text-title-bar2>.tab-current {
    background-color: #fff;
    border-bottom: 2px solid #2589d0;
    height: 34px;
}

.yqkqnews-cntcon .common-text-title-bar2>li {
    padding: 0 15px;
}

.yqkqnews-cntcon .common-text-title-bar2>li a {
    color: #3d3d3d;
    font-size: 17px;
}

.yqkqnews-cntcon .common-text-title-bar2>li a:hover {
    color: #3d3d3d !important;
}

.yqkqnews-cntcon .common-text-title-bar2>.tab-current a {
    font-weight: 600;
    color: #3d3d3d;
}

.yqkqnews-cntcon .yqkq0811-small-top-item>li {
    height: auto;
    line-height: 36px;
    overflow: hidden;
    font-size: 15px;
}

.yqkqnews-cntcon .yqkq0811-small-top-item>li:before {
    margin-top: 16px;
}

.yqkqnews-cntcon .common-tab-content-box2 {
    height: auto;
    width: 350px;
    margin-right: 0;
}

.yqkqnews-cntcon .yqkq0811-small-top-item>li span {
    float: right;
}

.files-search_form {
    width: 348px;
    height: 28px;
    margin-top: 10px;
    float: none;
    background-color: #f5f8ff;
    border-color: #f5f5f5;
    margin-bottom: -4px;
}

.files-search_kwd {
    height: 28px;
    width: 304px;
}

.files-search_submit {
    width: 30px;
    height: 30px;
    background: #1569be url(icon-search_new.png) center center no-repeat;
    background-size: 20px;
    border-radius: 3px;
}

.yqkq-slidetop .slide-item-pics img {
    width: 100%;
    height: 340px;
    /* margin: 10px; */
}

.yqkq-toptab-box .yqkq0811-small-top-item {
    height: 288px;
}

.files-search_form~.yqkq-toptab-box .yqkq0811-small-top-item {
    height: 252px;
}

.yqkq-xxgkzl {
    margin: 0;
    width: 350px;
    height: 280px;
    background: url(bg-xxgk_new.png) center top no-repeat;
}

.yqkq-xxgkzl>li:before {
    display: none;
}

.yqkq-xxgkzl>li {
    width: 298px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #e3e6ea;
    overflow: hidden;
    margin: 9px 25px 0;
    border-radius: 3px;
    background: linear-gradient(120deg, #fff, #f4f8fc);
}

.yqkq-xxgkzl>li img {
    width: 24px;
    height: 24px;
    margin: 5px 10px 5px 30px;
    float: left;
}

.yqkq-xxgkzl>li a {
    font-size: 15px;
    color: #666;
}

.yqkq-bsh-box {
    width: 350px;
    height: 280px;
    overflow: hidden;
}

.yqkq-bsh-box>dt {
    height: 290px;
    width: 120px;
    float: left;
}

.yqkq-bsh-box>dt p {
    width: 118px;
    height: 78px;
    border: 1px solid #f0f3f9;
    margin: 12px 0 2px;
    background: url(bg-bsh_new.png) right top no-repeat;
    text-align: center;
    box-shadow: 0px 0px 5px 0px #eaedf3;
    margin-left: 5px;
    transition: box-shadow .2s;
}

.yqkq-bsh-box>dt p:hover {

    box-shadow: 0px 0px 5px 0px #cbd0d9;
}

.yqkq-bsh-box>dt p a {
    font-size: 15px;
    color: #3d3d3d;
}

.yqkq-bsh-box>dt p img {
    width: 44px;
    height: 44px;
    display: block;
    margin: 5px 37px 0;
}



.yqkq-bsh-box>dd {
    float: right;
    width: 215px;
    height: 78px;
    border-radius: 10px;
    margin: 12px 0 2px;
    overflow: hidden;
}

.yqkq-bsh-box>dd:first-child {
    margin: 15px 0 2px;
}

.yqkq-bsh-box>dd img {
    width: 100%;
    height: 100%;
    transition: transform .3s;
}

.yqkq-bsh-box>dd img:hover {
    transform: scale(1.05);
}

.yqkq-fixed-sidebar {
    border: 1px solid #99cdd6;
    background-color: #fafdff;
    height: 662px;
}

.yqkq-sidebar-box {
    margin-top: 5px;
}

.yqkq-sidebar-box>dt {
    height: 36px;
    line-height: 36px;
}

.yqkq-sidebar-box>dt a {

    font-size: 17px;
    font-weight: 600;
    color: #065faf;
}

.yqkq-sidebar-box>dt:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    float: left;
    background-color: #095fad;
    border-radius: 100%;
    margin-left: -5px;
    margin-top: 13px;
    margin-right: 12px;
}

.yqkq-sidebar-box>dd {
    margin-left: 20px;
    margin-top: 10px;
    overflow: hidden;
}

.yqkq-news {
    height: 242px;
    /* overflow: hidden; */
}

.yqkq-news dd>p {
    width: 135px;
    height: 190px;
    box-shadow: 1.414px 1.414px 6px 0px rgba(141, 141, 141, 0.75);
    float: left;
}

.yqkq-news dd>p img {
    width: 100%;
    height: 100%;
}

.yqkq-news dd>ul {
    float: right;
    width: 124px;
    margin-right: 36px;
}

.yqkq-news dd>ul>li {
    font-size: 13px;
    color: #4c699c;
    height: 30px;
    line-height: 30px;
    margin: 14px 0;
}

.yqkq-news dd>ul>li span {
    display: block;
    float: left;
    width: 60px;
    height: 30px;
    background-color: #e6ebf4;
    text-align: center;
}

.yqkq-news dd>ul>li a {
    display: block;
    float: left;
    border: 1px dashed #dbe2ef;
    background-color: #fff;
    width: 58px;
    line-height: 28px;
    text-align: center;
    height: 28px;
}

.yqkq-video-big {
    height: 115px;
    overflow: hidden;
}

.yqkq-video-big>a {
    float: left;
    width: 140px;
    height: 115px;
    overflow: hidden;
}

.yqkq-video-big>a img {
    width: 100%;
    height: 100%;
}

.yqkq-video-big>p {
    float: right;
    height: 115px;
    width: 170px;
    margin-right: 10px;
}

.yqkq-video-big>p>a {
    display: block;
    max-height: 44px;
    line-height: 22px;
    font-size: 15px;
    color: #3d3d3d;
    font-weight: 600;
    overflow: hidden;
    margin-bottom: 5px;
}

.yqkq-video-big>p>span {
    font-size: 13px;
    color: #666;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
}

.yqkq-video-list>li:before {
    display: none;
}

.yqkq-video-list>li {
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    margin-right: 5px;
}

.yqkq-topic>dd {
    margin-top: 0;
}

.yqkq-topic-list {
    overflow: hidden;
    margin-top: 0;
}

/* editfix20201208 */
/* pages */
.oltalk_item_fields-toic a:hover,
.relatived-articles_lcj .common-tab-content-box>li a:hover {
    color: #1569be;
}

/* breadcrumb */

.common-list-breadcrumb {


    background-color: #f5f5f5;
}



.common-list-breadcrumb-box>li>b {

    color: #1569be;
}

.common-list-breadcrumb-box>.path-cur {
    color: #545454;
}

.common-list-breadcrumb-box>.path-dsc:before,
.common-list-breadcrumb-box>.path-dsc::before {

    border-left: 5px solid #1569be;
}

/* list-left */
.common-list-box-left h5 {
    color: #fff;
    background: #1569be;
}

.common-list-box-left>ul>li:hover a,
.common-list-box-left>ul>.current a {

    color: #1569be;
}

.listcon-right_title {
    color: #1569be;
    border-bottom: 5px solid #1569be;
}

.common-list-box-items_box>li:hover>i {
    border: 1px solid #2f5398;
}

.common-list-box-items_box>li:hover a,
.common-list-box-items_box>li:hover span,
.common-list-box-items_box>li>a:hover {
    color: #1569be;
}

/* letter */
.right-titlebar_conver>a {
    color: #c93;
}

.right-titlebar_conver>ul>li {
    text-indent: 0;
}

.right-titlebar_conver>ul>li>a {
    background-color: #f5f5f5;
    color: #c93;
}

.right-titlebar_conver>ul>li>a:hover {
    background-color: #e5e5e5;
}

.right-titlebar_conver>ul>li>.icon-conver_1 {
    background: #c93 url(icon-write_new.png) center center no-repeat;
}

.right-titlebar_conver>ul>li>.icon-conver_2 {

    background: #c93 url(icon-sear_new.png) center center no-repeat;
}

.right-titlebar_conver>ul>li>.icon-conver_3 {

    background: #c93 url(icon-stats_new.png) center center no-repeat;
}

.common-letters-box thead {
    background-color: #faf7ee;
}

.common-letters-box thead th {
    color: #c93;
}

.common-letters-box>tbody>tr {
    border-bottom: 1px dotted #f5f5f5;
}

.common-letters-box>tbody>tr:hover {
    background-color: #f5f5f5;
}

.common-letters-box>tbody>tr td {
    color: #7c92bd;
}

.common-letters-box>tbody>tr .letters-items_box_sbtime {
    color: #bfab1b;
}

/*  */

.shanxi-gov-page-box a {
    color: #666;
    background-color: #e9e9e9;
}

.shanxi-gov-page-hide .shanxi-gov-page-current,
.shanxi-gov-page-hide .shanxi-gov-page-current:hover {
    color: #fff;
    background: #1569be;
}

.shanxi-gov-page-box a:hover {
    background-color: #1569be;
    color: #fff;
}

.shanxi-gov-page-form-btn:hover {
    color: #fff;
    background-color: #1569be;
}

.shanxi-gov-page-form-text {
    font-size: 14px;
    border: 1px solid #e9e9e9;
}

/* mend20201126 */
.relatived-articles {
    border-top: 3px solid #1569be;
}

.relatived-articles-title {
    color: #1569be;
}

/* sxxc */
.common-list-wrap {
    width: 1100px;
    margin-top: -120px;
}

.common-list-box-left {
    /* background: url(bg-listnav_new.png) center bottom no-repeat; */
    background-size: 100%;
}

.common-list-box-left>ul>li:hover,
.common-list-box-left>ul>.current {
    background-color: #f8f8f8;
}

.common-list-box-left>ul>li {
    border-bottom: 1px dotted #f0f0f0;
}

.yqkq-letter-stats {
    position: absolute;
    /* width: 300px; */
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    font-size: 13px;
    font-weight: 500;
    top: 20px;
    right: 270px;
    color: #c93;
}

.yqkq-letter-stats>em {
    background-color: #c93;
    color: #fff;
    height: 26px;
    display: inline-block;
    border-radius: 3px 0 0 3px;
    text-indent: 0;
    padding: 0 .5em;
    transition: all .3s;

}

.yqkq-letter-stats>em:hover {
    background-color: #bc8b2b;
}

.yqkq-letter-stats>em>a,
.yqkq-letter-stats>em>a:hover {
    color: #fff;
    transition: all .3s;
}

.yqkq-letter-stats>span {
    background-color: #f5f5f5;
    color: #c93;
    display: inline-block;
    border-radius: 0 3px 3px 0;
    text-indent: 0;
    padding: 0 5px;
}

.yqkq-letter-stats>span i {
    font-style: normal;
    color: #c00;
}

.right-titlebar_conver>ul>li>a {
    background-color: #f5f5f5;
    color: #c93;
}

/* pages */
/* 1210 */
.yqkq-desc-box {
    width: 1100px;
    overflow: hidden;
}

.zjkq-topnav-box {
    height: 148px;
    width: 1098px;
    border: 1px solid #f0f0f0;
    margin-top: 10px;
    background: url('bg-zjkq_new.png') center top no-repeat;
    position: relative;
}

.zjkq-topnav-items {
    height: 120px;
    overflow: hidden;
    margin: 15px 30px;
}

.zjkq-topnav-items>li {
    width: 48px;
    height: 118px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-right: 15px;
    background-color: #f5f5f5;
    transition: all .3s;
}

.zjkq-topnav-items>li:hover {
    background-color: #f9f9f9;
}

.zjkq-topnav-items>li>a {
    font-size: 17px;
    color: #306bab;
    margin: 15px;
    width: 18px;
    display: block;
    height: 90px;
    line-height: 22px;
}

.zjkq-slogan {
    width: 330px;
    height: 37px;
    position: absolute;
    right: 160px;
    top: 52px;
}

.zjkq-cnt-box {
    margin-top: 10px;
    overflow: hidden;
}

.zjkq-cnt-box>dt {
    height: 35px;
    border-bottom: 1px solid #c8c7c6;
    background-color: #f5f5f5;
}

.zjkq-cnt-box>dt>a {
    display: block;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    /* padding: 0 16px; */
    text-align: center;
    background-color: #306bab;
    width: 110px;
    color: #fff;
    font-size: 17px;
}

.zjkq-cnt-box>dt>a:hover {
    color: #fff !important;
}

.zjkq-street {
    height: 30px;
    margin: 10px 0;
    overflow: hidden;
}

.zjkq-street>li {
    font-size: 15px;
    height: 28px;
    line-height: 28px;
    border: 1px dashed #efefef;
    background-color: #fefcfc;
    float: left;
    padding: 0 20px;
    margin: 0 5px;
    transition: all .3s;
}

.zjkq-street>li:hover {
    background-color: #f9f7f7;
}

.zjkq-desc-inner {
    height: 400px;
    width: 1100px;
    overflow: hidden;
    background-color: #e0eaf7;
}

.zjkq-desc-inner>dt {
    width: 480px;
    overflow: hidden;
    float: left;
    position: relative;
    z-index: 1;
    height: 400px;
}

/*.zjkq-desc-inner>dt::after {
    content: '';
    width: 100%;
    height: 330px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 0 0 80% 80%;
    background: linear-gradient(160deg, #1496f1, #E0F0FA);

} */

.zjkq-desc-inner>dd {
    width: 620px;
    position: relative;
    z-index: 1;
    float: right;
    background: url('bg-zjkq-line_new.png') 0 0 no-repeat;
}

.kqmap-title>li {
    float: left;
    overflow: hidden;
}

.kqmap-title>li:first-child {
    width: 40px;
    height: 190px;
    margin-top: 105px;
    margin-left: 30px;
}

.kqmap-title>li:last-child {
    height: 330px;
    margin: 35px 30px;
}

.kqmap-title>li:last-child img {
    height: 100%;
}

.zjkq-desc-inner>dd {
    width: 620px;
    position: relative;
    z-index: 1;
    float: right;
    background-color: #f5f5f5;
    height: 400px;
}

.zjkq-desc-txt {
    width: 540px;
    height: 360px;
    margin: 20px 20px 20px 60px;
}

.zjkq-desc-txt>dt {
    height: 35px;
    line-height: 35px;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px solid #d2d6dc;
}

.zjkq-desc-txt>dt a {
    color: #3d3d3d;
    margin: 0 10px;
}

.zjkq-desc-txt>dd {
    line-height: 32px;
    font-size: 15px;
    height: 315px;
    overflow: hidden;
    position: relative;
    top: 10px;
}

.zjkq-desc-txt>dd a {
    position: absolute;
    font-size: 15px;
    color: #306bab;
    right: 0;
    bottom: 0;

}

.zjkq-letter-search {
    width: 1098px;
    height: 398px;
    border: 1px solid #99cdd6;
}

.lettersearch {
    margin: 75px auto;
    width: 464px;
    height: 252px;
    overflow: hidden;
}

.search-code {
    width: 100%;
    border-bottom: : 1px solid #e9e9e9;
}

.search-code caption {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #c00;
}

.search-code td {

    height: 50px;
    line-height: 50px;
}

.search-code tr>td:first-child {
    background-color: #f7f7f7;
    text-align: right;
    font-size: 15px;
    padding-right: 20px;
    width: 100px;
}

.search-code tr>td:last-child input {
    width: 290px;
    height: 34px;
    border: 0;
    background-color: #ededed;
    line-height: 35px;
    margin: 8px 9px;
    font-size: 13px;
    color: #333;
    padding: 0 5px;
}

.search-code tr {
    border: 1px solid #e9e9e9;
}


.search-code th>td {
    font-size: 16px;
    text-align: center;
    color: #c00;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
}

.search-code tr:last-child {
    border: 0;
    text-align: center;
}

.search-code tr:last-child button {
    width: 110px;
    height: 36px;
    color: #fff;
    line-height: 36px;
    font-size: 16px;
    border: 0;
    transition: all .2s;
    margin: 16px 0 0 0;
    border-radius: 5px;
    background-color: #1569be;
    cursor: pointer;


}

.search-code tr:last-child button:hover {

    background-color: #1874d0;
}

.search-code tr:last-child>td {
    background-color: #fff;
    text-align: center;
}

.search-code tr:nth-child(3)>td input {
    width: 100px;
}

.search-code tr:nth-child(3)>td img {
    width: 70px;
    height: 30px;
    position: relative;
    top: 10px;
}

/* 1210 */
/* 1211 */
.interview-online-desc-inner {
    overflow: hidden;
    width: 1098px;
    margin: 0;
    border: 1px solid #99cdd6;
    padding: 15px 0;
}

.interview-online-desc-inner dt {
    font-size: 30px;
    line-height: 48px;
    padding: 0 15px;
    text-align: center;
    color: #3563b8;
    font-weight: 700;
}

.interview-online-desc-inner dt .view-status {
    font-size: 16px;
    float: left;
    cursor: default;
}

.interview-online-desc-inner dt .view-notstart {
    color: #ccc;
}

.interview-online-desc-inner dt .view-ongoing {
    color: #3563b8;
}

.interview-online-desc-inner dt .view-finished {
    color: #f00;
}

.interview-online-desc-inner dd {
    padding: 5px 15px;
}

.interview-online-desc-fileds {
    border-spacing: 0 10px;
    border-collapse: separate;
}

.interview-online-desc-fileds td {
    font-size: 14px;
    line-height: 26px;
    padding: 8px;
}

.interview-online-desc-fileds .interview-online-files-bg {
    font-size: 14px;
    font-weight: 700;
    width: 80px;
    color: #2f5398;
    background-color: #dfeaf7;
}

.interview-online-desc-fileds .interview-online-files-txt {
    color: #617486;
    /* border: 1px solid #dfeaf7; */
    background-color: #f5f5f5;
}

.interview-online-desc-fileds .interview-online-files-txt em {
    display: block;
}

.interview-online-desc-fileds .color-time {
    color: #555;
}

.interview-online-desc-fileds .color-postit {
    color: #555;
}

/* 1211 */