a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    outline: none;
}
.h {
    line-height: 1.3;
}
li.s a {
    color: #02468f;
}
.title {
    text-align: center;
}
.photos {
    background: url() center top no-repeat;
    background-size: 90% auto;
}
.h,.h10{height:auto !important}
.photos .content {
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
}
.pic .h a {
    color: #000;
    font-weight: bold;
    /* font-size: 16px; */
}
.photos .tabs {
    width: 105px;
    text-align: center;
}

.photos .tabs li {
    cursor: pointer;
display: flex;
    align-items: center;
position:relative;
padding-bottom: 45px;
}

.photos .tabs li:before {
    content: "";
background:#fff url(../images/sjzbsicon.png) center center no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
}
.photos .tabs li.curr:before{background:#fff url(../images/sjzbsicon1.png) center center no-repeat;}
.photos .tabs li:after{
content: "";
    width: 1px;
    height: 100%;
position:absolute;
top:20px;
left:11px;
background: #cdcdcd;
    z-index: -1;
}
.photos .tabs li:last-child:after {
    display: none;
}

.photos .tabs .p {
    display: none;
    margin-bottom: 10px;
}

.photos .tabs .s .p {
    display: block;
}

.photos .tabs span.now {
    color: #94070a;
}

.photos .tabs .h {
    font-size: 30px;
    font-family: Impact;
}
img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.photos .tabs span {
    display: block;
    font-size: 16px;
    padding: 5px 0;
}
 .uplod {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    text-align: center;
    color: #94070a;
}

 .uplod .p {
    padding-top: 5px;
}

 .uplod img {
    width: 70px;
}
 .div {
    margin-left: 50px;
    -ms-flex: 1;
    flex: 1;
}

.photos .date {
    /* line-height: 70px; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    /* margin-bottom: 30px; */
}

.photos .date .inr {
    color: #000;
    display: inline-block;
    /* background: url(../images/logo222.png) left center no-repeat; */
    font-size: 30px;
    /* padding: 0 15px; */
    /* float: left; */
    font-family: none;
    /* background-size: 23%; */
    /* padding-left: 63px; */
    margin-bottom: 30px;
}

.photos .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-top: 40px; */
}

.photos .list .item {
    margin-left: 10px;
    margin-bottom: 35px;
    width: calc(33.33% - 23.33px);
    padding: 0px 28px 0 0px;
}

.photos .list .item:nth-child(3n-2) {
    margin-left: 0;
}

.photos .list .item .pic {
    position: relative;
    overflow: hidden;
}

.photos .list .item .pic img {
    width: 100%;
    height: auto;
}

.photos .list .item .h {
    margin-top: 10px;
    font-size: 14px;
}

.photos .list .item .d {
    margin-top: 10px;
}

.photos .list .item .d span {
    margin-right: 15px;
}

.photos .uplod {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    text-align: center;
    color: #94070a;
}

.photos .uplod .p {
    padding-top: 5px;
}

.photos .uplod img {
    width: 70px;
}

.layer {
    background: rgba(0,0,0,0.8);
    position: fixed;
    left: 0;
    top: 50px;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.layer.showdiv {
    opacity: 1;
    visibility: visible;
}

.layer .close {
    font-size: 0;
    font-family: icon;
    position: absolute;
    right: 50px;
    top: 50px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    color: #ccc;
background: url(../images/close.png) center center no-repeat;
    background-size: 100%;
}

.layer .search_box {
    height: 45px;
    line-height: 45px;
    width: 550px;
    display: -ms-flexbox;
    display: flex;
    transform: translateY(-50px);
    opacity: 0;
    margin-top: -100px;
}

.layer.showdiv .search_box {
    transform: none;
    transition: all 0.5s ease-out 0s;
    opacity: 1;
}

.layer .search_box .kw {
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.5) inset;
    -ms-flex: 1;
    flex: 1;
    padding: 0 12px;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.layer .search_box .ok {
    background: #94070a;
    color: #fff;
    width: 120px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.layer .picbox {
    width: 100%;
    height: 100%;
    text-align: center;
    /* margin-top: -30px; */
}

.layer .picbox:after {
    content: "";
    vertical-align: middle;
    height: 100%;
    display: inline-block;
}

.layer .picbox img {
    max-width: 64%;
    max-height: 80%;
    width: auto;
    height: auto;
}

.layer .picbox video {
    width: 1000px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.layer .leader_box {
    background: #fff;
    border-top: 3px solid #ca0d0d;
    width: 1100px;
    position: relative;
}

.layer .leader_box .inner {
    padding: 60px;
}

.layer .leader_box .close {
    color: #aaa;
    right: 0;
    top: 0;
    font-size: 30px;
}

.layer .leader_box .t {
    display: flex;
    align-items: center;
}

.layer .leader_box .pic {
    width: 160px;
}

.layer .leader_box .txt {
    margin-left: 50px;
}

.layer .leader_box .txt .h {
    font-size: 18px;
}

.layer .leader_box .txt .p {
    margin-top: 15px;
}

.layer .leader_box .txt .p span {
    margin-right: 30px;
}

.layer .leader_box .text {
    margin-top: 40px;
    max-height: 300px;
    overflow: hidden;
}

.layer .leader_box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #ca0d0d;
}

.layer .leader_box .text p {
    margin-top: 20px;
}

.layer .leader_box .text p:first-child {
    margin-top: 0px;
}

.share-box {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}