.left {

    padding-right: 35px;

}



.navigation {

    border-bottom: 2px solid #be8e8f;

}



.list-head {

    margin: 35px 0px;

}



.list-head-img{

    float: left;

    padding-left: 17px;

    position: relative;

    width: 235px;

    height: 200px;

    border: 2px solid #bc863c;

    border-radius: 10px;

    margin-top: 17px;

}



.list-head-img img{

    position: absolute;

    top: -17px;

    left: 17px;

}



.list-head img {

    float: left;

}



.department {

    width: calc(100% - 290px);

    float: right;

    margin-top: 15px;

}



.department h5 span {

    line-height: 57px;

    margin-left: 10px;

    color: #bc863c;

}





.department p {

    float: left;

    margin-top: 22px;

    text-indent: 2rem;

    font-size: 16px;

    color: #808080;

}



.list-tit {

    padding-bottom: 10px;

    border-bottom: 2px solid #7e0204;

}



.list-tit h5 {

    font-size: 24px;

    color: #98181c;

}



.list {

    border: none;

    padding: 0px;

}



.list>ul>li {

    padding: 15px !important;

    border: 1px solid #b4b4b4;

    margin-top: 25px;

    border-radius: 5px;

}



.export-tit {

    width: 141px;

    height: auto;

    float: left;

    text-align: center;

}



.export-tit h5 {

    width: 141px;

    height: 141px;

    border: 3px solid #bc863c;

    border-radius: 50%;

    color: white;

    position: relative;

}



.export-tit h5>p {

    position: absolute;

    bottom: -3px;

    left: -3px;

    text-align: center;

    width: 141px;

    height: 141px;

    background: linear-gradient(rgba(0, 0, 0, 0) 70%, #bc863c 30%);

    border-radius: 50%;

    padding-top: 76%;

    font-size: 24px;

}



.export-tit>p {

    margin-top: 14px;

    font-size: 20px;

    color: black;

}



.export-cont {

    width: calc(100% - 141px);

    float: right;

    padding-left: 36px;

    padding-top: 15px;

}



.export-cont p {

    color: #565656;

    font-size: 14px;

    line-height: 22px;

}



.export-cont p span {

    font-size: 18px;

    color: black;

}



.export-cont ul {

    width: 50%;

    float: left;

    margin-top: 25px;

}



.export-cont li {

    width: auto !important;

    padding: 3px 13px !important;

    background: #bc863c;

    color: white;

    margin: 5px !important;

    border: none !important;

    font-size: 16px;

    border-radius: 10px;

}



.show-cont {

    width: 50%;

    float: left;

}



.show-cont button {

    width: 122px;

    height: 29px;

    color: white;

    font-size: 18px;

    margin-top: 24px;

    cursor: pointer;

}



.show-cont button:nth-of-type(1) {

    background: url(/public/static/index/images/icon01.png) no-repeat center center;

    background-size: 122px 29px;

}



.show-cont button:nth-of-type(2) {

    background: url(/public/static/index/images/icon09.png) no-repeat center center;

    background-size: 122px 29px;

    margin-left: 46px;

}