@charset "utf-8";
.container {
    width: 100%;
    min-width: 1260px;
    max-width: 1960px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    min-height: 400px;
}
.box{
    background: #272727 url(../images/syzImg1.png) top center no-repeat;
    padding-bottom: 20px;
}
.content {
    width: 1440px;
    margin: 0 auto;
    padding-top: 20px;
}

.itemName img:last-child {
    width: auto;
    height: 75px;
    margin-right: 10px;
    vertical-align: middle;
}

.itemName {
    font-size: 36px;
    color: #ffffff;
    line-height: 95px;
    height: 95px;
    margin-bottom: 10px;
}
.itemName img{
    margin-right: 10px;
    vertical-align: middle;
}
.Submission {
    color: #6ab710;
    font-size: 17px;
    border: 1px solid #6ab710 !important;
    margin-left: 20px;
    border-radius: 3px;
    display: inline-block;
    height: 26px;
    width: 100px;
    line-height: 26px;
    text-align: center;
    vertical-align: middle;
}
.Submission:hover{
     color: #6ab710;
}
.dateLine ul {
    height: 210px;
    width: 95px;
    color: #ffffff;
    font-size: 20px;
    overflow-y: scroll;
    float: left;
    text-align: center;
    box-sizing: border-box;
    /* box-shadow: inset 0px 15px 15px -15px #000, inset 0px -15px 15px -15px #000; */
    margin-top: 55px;
}

.dateLine {
    position: relative;
    /* width: 95px; */
    height: 245px;
    /* box-shadow: inset 0px 45px 63px 19px #21242e; */
}

.topB,
.bottomB {
    position: absolute;
    width: 85px;
    height: 71px;
    box-shadow: inset 0px 17px 60px -14px #21242e;
    /* z-index: 100; */
    left: 0;
}

.topB {
    top: 0px;
}

.bottomB {
    bottom: 0px;
    box-shadow: inset 0px -31px 60px -37px #21242e;
}

.dateLine ul li {
    margin-bottom: 30px;
}

.dateLine ul li:nth-child(2) {
    font-size: 36px;
}

.dateLine ul::-webkit-scrollbar {
    display: none
}

.dateLine img {
    margin-left: 30px;
}

.picFocus {
    margin: 0 auto;
    width: 1440px;
    height: 1100px;
    position: relative;
    overflow: hidden;
    zoom: 1;
    /* background: #fff; */
}

.picFocus .hd {
    width: 100%;
    padding-top: 5px;
    overflow: hidden;
}

.picFocus .txt {
    text-align: center;
    height: 75px;
    padding: 30px 0;
    color: #d1d1d1;
    font-size: 17px;
}

.picFocus .hd ul {
    margin-right: -5px;
    overflow: hidden;
    zoom: 1;
}

.picFocus .hd ul li {
    float: left;
    text-align: center;
    width: 180px;
    height: 120px;
    margin-right: 12px;
    padding: 8px;
    background: #686868;
}

.picFocus .hd ul li.on {
    background: #fff;
}

.picFocus .hd ul li img {
    width: 180px;
    height: 120px;
    cursor: pointer;
}

.picFocus .hd ul li.on img {
    border-color: #f60;
}

.picFocus .bd {
    width: 1100px;
    padding: 30px;
    background: #fff;
    margin: 0 auto;
}

.picFocus .bd li {
    vertical-align: middle;
}

.picFocus .hd ul li:last-child {
    margin-right: 0;
}

.picFocus .bd img {
    width: 1100px;
    height: 750px;
    display: block;
}

.item {
    width: 1200px;
    margin: 0 auto;
}

.next,
.prev {
    display: block;
    position: absolute;
    width: 30px;
    height: 45px;
    /* bottom: 355px; */
}

.prev {
    background: url(../images/syzImg4.png) no-repeat;
    right: 290px;
}

.next {
    background: url(../images/syzImg5.png) no-repeat;
    right: 65px;
}

.author {
    margin-top: 35px;
    padding: 20px;
    background: #333333;
    display: inline-block;
    width: 100%;
}

.author span {
    display: block;
    font-size: 20px;
    color: #fff;
    margin-bottom: 25px;
}

.author li {
    width: 400px;
    height: 25px;
    float: left;
    font-size: 14px;
    color: #d1d1d1;
    line-height: 25px;
}

.office li {
    width: 600px;
}

.authorContainer {
    width: 1200px;
    margin: 0 auto;
} 
@media screen and (max-width:750px ) {
    .content,.picFocus{width: 100%;}
}