/* 网站样式表不一 */
.clearfl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.ysjs {
    width: 1000px;
    margin: 0 auto;
    height: 100%;
    background: #fff;
    color: #000;
}

.relative {
    position: relative;
}

.ysjs-banner {
    margin-top: 20px;
    width: 100%;
    height: 120px;
    line-height: 110px;
    background: url(../images/banner.png) center center no-repeat;
    background-size: 100%;
    font-family: MicrosoftYaHei-Bold;
    box-shadow: 3px 3px 9px 0px #600000;
    text-align: center;
    position: relative;
}

.ysjs-banner p {
    height: 100%;
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
}

.ysjs-back {
    width: 106px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    background-color: #CE6603;
}

.ysjs-table {
    margin-top: 20px;
    border-bottom: 1px solid #bc6262;
    font-size: 16px;
}

.ysjs-table li {
    float: left;
    width: 140px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
}

.actived {
    background-color: #cb0306;
    color: #fff;
}

.ysjs-list {
    padding: 10px 0 30px 0;
    min-height: 240px;
}

.list-item {
    width: 390px;
    padding: 0 24px;
    margin: 9px 0 9px 36px;
    float: left;
    height: 34px;
    line-height: 34px;
    border: 1px solid #eeeeee;
}

.list-item span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-text {
    width: 320px;
}

.item-icon {
    margin-left: 10px;
    color: #b30000;
    font-size: 12px;

}

.item-style {
    width: 414px;
    padding: 0 10px;
}

.ysjs-content {
    padding: 10px 20px;
}

.content-box {
    border: solid 1px #e6c7c7;
    margin-top: 26px;
    display: none;
}

.show-content {
    display: block;
}

.box-title {
    height: 46px;
    line-height: 46px;
    background-color: #f9f9f9;
}

.box-title p {
    width: 252px;
    background-color: #cb0306;
    font-size: 18px;
    /* font-weight: bold; */
    text-align: center;
    color: #fff;
}

.box-list {
    padding: 30px;
}

.sg-item {
    margin-bottom: 12px;
    text-indent: 20px;
    background: url(../images/icon.png) left center no-repeat;
}

.qx-item {
    width: 268px;
    height: 34px;
    text-indent: 32px;
    line-height: 40px;
    background-color: #f6f6f6;
    border: solid 1px #eeeeee;
    float: left;
    margin: 9px 0 9px 36px;
}

/* .qx-item:nth-child(3n+2){
    margin: 18px 36px 0;
} */

.box-list img {
    margin-right: 6px;
}

.box-item {
    float: left;
    width: 194px;
    padding: 6px 0;
    margin: 4px 20px 4px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    text-indent: 20px;
    background: url(../images/icon.png) left center no-repeat;
}

/* 弹窗 */
.alert-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
    width: 464px;
    height: 272px;
    padding: 18px 30px;
    background-color: #ffffff;
    border: solid 1px #bfbfbf;
    overflow: hidden;
}

.alert-title {
    padding: 10px 0;
    font-size: 20px;
    color: #cb0306;
    text-align: center;
    border-bottom: 1px solid #d9a8a9;
}

.alert-content {
    padding: 10px;
    height: 160px;
    overflow-y: auto;
}

.alert-content p {
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.alert-content span {
    color: #b30000;
    margin-right: 10px;
    font-weight: bold;
}

.alert-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.alert-warnning {
    margin-top: 20px;
    text-align: center;
}

@media (max-width: 1000px) {

    .ysjs {
        width: 100%;
    }
}

@media (max-width: 800px) {

    #yjTitle {
        font-size: 20px;
    }
}