*{margin: 0;padding: 0;}
header{
    width: 960px;
    height: 186px;
   
    background: url(../images/yjg2018.jpg) center center no-repeat;
    background-size: 100%,100%;
    position: relative;
}
header .return{
    position: absolute;
    cursor: pointer;
    top: 10px;right: 10px;width: 130px;height: 35px;line-height: 35px;
    vertical-align: middle;color: #fff;font-size: 14px;
    background: rgba(0, 0, 0, 0.5);
}
body {
    background: #f3efef;
    padding-bottom: 100px;
}

.content {
    width: 960px;
    height: auto;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
    text-align: left!important;
}

.box {
    width: 960px;
    border: #DBCEA1 2px solid;
}

.content .box h4 {
    text-align: center;
    margin-top: 60px;
}

.content .box .tips {
    width: 100%;
    height: auto;
    margin: 16px  0 40px 0;
    font-size: 14px;
    color: #888;
    text-align: center;
}

.content .box .texts {
    width: 760px;
    margin: 0 auto;
    border-bottom: 2px solid #DFDFDF;
    color: #666666;
    text-align: left;
    padding-bottom:80px;
}

.content .box .texts .txts {
    width: 100%;
    /* height: 24px; */
    font-size: 14px;
    line-height: 28px;
}
.content .box .left{
    width: 120px;height: 40px;
    background: #254080;color: #fff;
    position: relative;font-size: 16px;
    line-height: 40px;float: left;text-align: center;
}
.content .box .right{
    width: 610px;float: right;
    height: 310px; 
}
.content .box .right .items_{
    width: 100%;
    height: 100px;
    border-bottom: dashed 1px #e7e7e7;
   margin-bottom: 10px;
    
}
.content .box .right .items_ .times{
    color: #666666;
    font-size: 12px;
    margin-top: 40px;
}
.content .box .right .items_:last-child{
    border:none;
}
.content .box .triangle{
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 40px solid #fff;
    border-left: 20px solid transparent; 
}
.footer{
    width: 960px;
    margin: 0 auto;
    text-align: center;height: 40px;color: #777;
    line-height: 40px;
    font-size: 12px;
    margin-top: 20px;
}
/* .scroll_::-webkit-scrollbar {
width: 0.1rem;
height: 0.8rem;
}

.scroll_::-webkit-scrollbar-track,
.scroll_::-webkit-scrollbar-button {
background-color: gray;
}

.scroll_::-webkit-scrollbar-thumb {
background-color: #F5A623;
} */