﻿@charset "utf-8";
.xxgk-bg3 {
    background: url(../images/xxgk_bg3.png) no-repeat local;
    background-color: #fff;
}

.ysgk-header {
    width: 100%;
    height: 380px;
}

.ysgk-index-box {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto 35px;
    text-align: center;
}

.ysgk-index-box img {
    width: 100%;
    height: auto;
}

.ysgk-container {
    background: #fff;
    padding: 30px 0px 54px 54px;
}

.ysgk-container1 {
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(194, 194, 194, 0.5);
    width: auto;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}

.ysgk-tl {
    margin-bottom: 30px;
}

.ysgk-quote {
    border-left: 4px solid #3E87D0;
    /* border-radius: 2px 2px 2px 2px; */
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    padding: 0px 15px 0px 15px;
    background-color: transparent;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0px;
}
.ysgk-quote-tl{
    position: relative;
    padding-left: 15px;
    font-family: Microsoft YaHei, SimSun, Arail, Tabhoma;
    color: #333;
    font-size: 25px;
}
.ysgk-quote-tl::before{
    position: absolute;
    content: '';
    background: #0465c2;
    top: 0;
    left: 0;
    margin-right: 15px;
    height: 100%;
    width: 4px;
    border-radius: 2px;
}


.ysgk-tab {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 30px 0px 30px 50px;
    border-bottom: 1px solid #EFEFEF;
}
.ysgk-tab-txt{
    display: inline-block;
    position: relative;
    width: auto;
}
.ysgk-tab-txt::after{
    content: '';
    position: absolute;
    background:#3E87D0;
    border-radius: 2px;
    height: 4px;
    bottom: -14px;
    left: 0;
    right: 0;
}
.ysgk-list{
    padding: 20px;
}
.ysgk-list .ysgk-item:last-child{
    padding-left: 60px;
}
.ysgk-list .ysgk-line{
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px dashed #ddd;
    line-height: 30px;
    padding: 0px 6px 0px 24px;
    margin-top: 12px;
}
.ysgk-list .ysgk-line:hover{
    background: #f5f7fa;
}
.ysgk-list .ysgk-line:hover .ysgk-linel{
    color: #333;
    font-size: 16px;
}
.ysgk-list .ysgk-line:hover .ysgk-liner{
    color: #409eff;
    font-size: 14px;
}
.ysgk-list .ysgk-line .ysgk-linel{
    color: #333;
    font-size: 16px;
}
.ysgk-list .ysgk-line .ysgk-liner{
    color: #409eff;
    font-size: 14px;
}
.select-box .layui-unselect{
    background: #3E87D0;
    border-radius: 4px;
    height: 36px;
    width: 86px;
    /* padding: 0px 0px 0px 18px; */
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    border: none;
}
.select-box{
    text-align: right;
}
.select-box .layui-form-item .layui-input-inline{
    width: auto !important;
    /* margin-right: 0px !important; */
}
.select-box .layui-select-title{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 18px;
    background: #3E87D0;
}
.select-box .layui-form-select .layui-edge{
    border-top-color: #fff;
}
.select-box .layui-form-select dl dd.layui-this{
    background-color: #3E87D0;
    color: #fff;
}
.select-box .layui-form-select dl{
    width: 122px;
    padding: 0px;
    left: -18px;
}
.select-box .layui-form-select dl dd{
    background-color: #fff;
    color: #333;
}
/* CSS Document */
/* 手机屏幕 */
@media screen and (max-width: 768px) {
    .ysgk-list .ysgk-item:last-child{
        padding-left: 0px;
    }
    .ysgk-container {
        background: #fff;
        padding: 30px 10px 54px 10px;
    }
}
/* 小型屏幕(桌面) */
@media screen and (min-width:768px) and (max-width:992px){
    .ysgk-list .ysgk-item:last-child{
        padding-left: 0px;
    }
    .ysgk-container {
        background: #fff;
        padding: 30px 10px 54px 10px;
    }
}
/* 中等屏幕(桌面) */
@media screen and (min-width:992px) and (max-width:1200px){
}
/* 大型屏幕(桌面) */
@media screen and (min-width: 1200px) {

}