.sbanner {
    border-bottom: 1px solid #eee;
}

.yjsec1-box {
    padding: 20px 0;
}

.yjsec1-box .yjly {
    overflow: hidden;
    width: 1400px;
}

.yjsec1-box .yjly .yj-item {
    width: 538px;
    box-shadow: 0px 2px 8px #999;
    padding: 50px;
    min-height: 634px;
    margin: 31px;
    margin-bottom: 50px;
}
.yjsec1-box .yjly .yj-item:nth-child(2n){
    float: right;
}
.yjsec1-box .yj-item .yj-tt {
    height: 48px;
    font-size: 22px;
    color: #093e8d;
    background-size: 12px auto;
}

.yjsec1-box .yj-item .yj-tt .yj-more {
    display: block;
    width: 16px;
    height: 48px;
    margin-right: 5px;
    background: url(r-gray-red.png) no-repeat right top;
    background-size: auto 22px;
}

.yjsec1-box .yj-item .yj-pic {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.yjsec1-box .yj-item .yj-pic .mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(1, 1, 1, .3);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.yjsec1-box .yj-item .yj-pic:hover .mask {
    opacity: 1;
}

.yjsec1-box .yj-item .yj-pic img {
    width: 100%;
    height: auto;
}

.yjsec1-box .yj-item .yj-list {
    padding-top: 15px;
}

.yjsec1-box .yj-item .yj-list li {
    overflow: hidden;
    margin: 20px 0;
}
.yjsec1-box .yj-item .yj-list li:last-child{
    margin-bottom:0px;}
.yjsec1-box .yj-item .yj-list .yj-tit {
    display: block;
    width: 430px;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    color: #333;
    padding-left: 25px;
    background: url(list.png) left 2px no-repeat;
    background-size: 20px auto;
    min-height: 24px;
}

.yjsec1-box .yj-item .yj-list .yj-tit:hover {
    color: #093e8d;
}

.yjsec1-box .yj-item .yj-list .yj-date {
    display: block;
    color: #989898;
    font-size: 14px;
    line-height: 24px;
}

.yjsec1-box .yj-item .yj-list li:hover .yj-tit {
    font-weight: bold;
}