/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent;
    background-color: transparent;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px e5e5e5;
    background-color: #e5e5e5;
}

.con {
    padding: 0px;
    width: 80%;
    margin-left: 10%;
    background: #fff;
}

.con_con {
    width: 100%;
    border-right: none;
}

.con_con_box {
    width: 96%;
    margin: 0 auto;
    background: #f8f8f8;
    height: 432px;
}

.con_con_box_left {
    float: left;
    width: 38%;
    padding: 44px;
    box-sizing: border-box;
}

.title_left {
    background: url(../images/bgbar.png) no-repeat top left;
    width: 162px;
    height: 28px;
    color: #fff;
    font-size: 16px;
    padding-left: 24px;
    line-height: 26px;
}

.title {
    background: #fff;
    width: 100%;
    color: #434343;
    font-size: 16px;
    margin: 10px;
    padding: 5px;
}

.time_left {
    background: url(../images/bgbar.png) no-repeat top left;
    width: 162px;
    height: 28px;
    color: #fff;
    font-size: 16px;
    padding-left: 24px;
    line-height: 26px;
}

.time {
    background: #fff;
    width: 100%;
    color: #434343;
    font-size: 16px;
    margin: 10px;
    padding: 5px;
}

.zjdw_left {
    background: url(../images/bgbar.png) no-repeat top left;
    width: 162px;
    height: 28px;
    color: #fff;
    font-size: 16px;
    padding-left: 24px;
    line-height: 26px;
}

.zjdw {
    background: #fff;
    width: 100%;
    color: #434343;
    font-size: 16px;
    margin: 10px;
    padding: 5px;
}

.con_con_box_right {
    float: right;
    width: 54%;
    background: #fff;
    height: 400px;
    box-sizing: border-box;
    margin: 16px;
    padding: 20px;
    overflow-y: scroll;
}

.fjxz {
    color: red;
}

.jgfk_box {
    width: 96%;
    margin: 0 auto;
    height: 450px;
}

.jgfk_top {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ba101d;
    margin-top: 20px;
}

.jgfk_title {
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: #ba101d;
    color: #fff;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.jgfk_title img {
    vertical-align: middle;
}

.jgfk_content {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 50px 100px;
    margin-top: 5px;
}