.institutions-cont ul{

    padding-bottom: 10px;

}



.institutions-cont li{

    width: 50%;

    height: auto;

    padding: 0px 18px;

}



.institutions-list{

    box-shadow: 0px 3px 10px #e9e8e8;

    padding-bottom: 12px;

}

.institutions-list img{

    width: 100%;

    height: auto;

}



.institutions-list h5{

    font-size: 18px;

    margin-top: 16px;

    margin-bottom: 12px;

    color: black;

    padding: 0px 18px;

}



.institutions-list p{

    font-size: 12px;

    color: black;

    padding: 0px 18px;

}



.institutions-list span{

    font-size: 13px;

    margin: 5px 0px;

    padding: 0px 18px;

}



.institutions-list button{

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

    color: white;

    padding: 5px 20px;

    outline: none;

    margin: 0px 15px;

    cursor: pointer;

}



.characteristic{

    margin-top: 20px;

}

.characteristic ul{
    width: 100%;
}


.characteristic li{

    width: calc( 100% / 6 );

    padding: 0px 5px;

    cursor: pointer;

}



.characteristic-cont{

    border: 1px solid #dfdfdf;

    border-bottom: 3px solid #dfdfdf;

    height: 258px;

    max-height: 258px;

    text-align: center;

    padding: 0px 8.5px;

    transition: .3s;

}



.characteristic-cont:hover{

    transition: .3s;

    border-bottom: 3px solid #98181c;

}



.characteristic-cont img{

    margin-top: 33px;

}



.characteristic-cont h5{

    margin-top: 27px;

}



.characteristic-cont p{

    margin-top: 36px;

    font-size: 12px;

}



.exports-name{

    padding: 0px 35px;

    margin: 40px 0px;

}



.exports-name ul{

    width: 100%;

    border: 1px solid #ccc;

}



.exports-name li{

    width: calc(100% / 7 );

    border-right: 1px solid #ccc;

}



.exports-name li:nth-last-of-type(1){

    border-right: 1px solid #98181c;

    background: #98181c;

}



.exports-name li:nth-last-of-type(1) a{

    color: white;

}



.exports-name a{

    width: 100%;

    text-align: center;

    padding: 12px 0px;

}



.exports-name .on a{

    background: #b19160;

    color: white;

    border-color: #b19160;

}



.exports-conts{

    width: calc(100% - 317px);

    padding-left: 40px;

}

.exports-cont li{
    width: 100%;
}



.exports-conts h2{

    font-size: 30px;

    color: #98181c;

    margin-top: 18px;

}



.exports-conts h2 span{

    font-size: 18px;

    color: black;

    margin-left: 17px;

}



.exports-cont {

    margin-top: 20px;

}



.exports-cont ul{

    width: 410px;

    font-size: 15px;

}



.exports-cont li span{

    color: #98181c;

    margin-right: 5px;

    font-size: 12px;

}



.exports-synopsis{

    width: 99%;

}



.exports-synopsis>ul{

    width: 600%;

}



.exports-synopsis>ul>li{

    width: calc( 100% / 6);

}



.exports-conts h3{

    background: #b19160;

    display: inline-block;

    padding: 7px 21px;

    color: white;

    font-size: 15px;

    margin-top: 13px;

    position: relative;

}



.exports-conts h3::after{

    position: absolute;

    content: "▲";

    bottom: -12px;

    left: calc(50% - 6px);

    color: #b19160;

    transform: rotate(180deg);

    font-size: 12px;

}



.exports-conts p{

    margin-top: 12px;

    font-size: 14px;

}



.exports-conts button{

    width: 122px;

    height: 29px;

    color: white;

    font-size: 18px;

    margin-top: 42px;

    cursor: pointer;

}





.exports-conts button:nth-of-type(1){

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

    background-size: 122px 29px;

}



.exports-conts button:nth-of-type(2){

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

    background-size: 122px 29px;

    margin-left: 46px;

}



.ad{

    margin: 15px 0px;

}



.news{

    width: 336px;

    

}



.title{

    width: 100%;

    height: 40px;

    line-height: 40px;

    background: #98181c;

    padding: 0px 12px 0px 20px;

    color: white;

}



.title a{

    color: white;

}



.news-cont{

    padding: 0px 5px;

    padding-top: 10px;

    border-left: 1px solid #e7e7e7;

    border-right: 1px solid #e7e7e7;

    border-bottom: 1px solid #e7e7e7;

    padding-bottom: 15px;

}



.news-cont .img-fixed{
    width: 100%;
    height: 157px;
    overflow: hidden;
}

.news-cont .img-fixed img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.news-cont li{

    margin-top: 10px;

}



.news-cont li:nth-of-type(1){

    padding-bottom: 10px;

    border-bottom: 1px solid #e7e7e7;

}



.times{

    text-align: center;

    padding: 0px 15px;

    border: 2px solid #e7e7e7;

}



.times p{

    width: 100%;

    box-sizing: border-box;

    font-size: 15px;

    color: #b19160;

    margin-top: 5px;

    padding-bottom: 5px;

}



.times p:nth-of-type(1){

    border-bottom: 1px solid #e7e7e7;

}



.times p:nth-of-type(2){

    font-weight: bold;

}



.news-title{

    width: calc(100% - 85px);

}



.news-title h5{

    margin-top: 5px;

    font-size: 15px;

    font-weight: bolder;

}



.news-title p{

    font-size: 13px;

    margin-top: 5px;

    color: #444;

}



.information{

    width: 590px;

    margin-left: 7.5px;

}



.fast{

    width: 252px;

    margin-left: 7.5px;

}



.information-cont ul{

    padding: 0px 33px;

    padding-top: 7px;

    border-left: 1px solid #e7e7e7;

    border-right: 1px solid #e7e7e7;

    border-bottom: 1px solid #e7e7e7;

    padding-bottom: 15px;

}



.information-cont li{

    margin: 10px 0px;

}



.img-data{

    width: 180px;

    height: 90px;
    
    float: left;
    
    overflow: hidden;
}

.img-data img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s all;
}

.img-data:hover img{
    transform: scale(1.2);
}

.info-cont p{

    font-size: 16px;

    margin-left: 18px;

}



.info-cont span{

    width: calc(100% - 180px);

    padding-left: 18px;

    font-size: 13px;

    color: #444;

    margin-top: 15px;

    text-align: justify;

}



.fast-cont{

    border-left: 1px solid #e7e7e7;

    border-right: 1px solid #e7e7e7;

    border-bottom: 1px solid #e7e7e7;

    padding: 30px 0px 34px 12px;

}



.fast-cont li{

    margin-top: 20px;

}



.fast-cont img{

    width: 60px;

}



.fast-cont h5{

    font-size: 18px;

    margin-left: 10px;

    margin-top: 5px;

}



.fast-cont p{

    width: calc(100% - 70px );

    font-size: 15px;

    margin-left: 10px;

    border-bottom: 1px solid #bfbfbf;

    padding-bottom: 27px;

}



.memorabilia {

    width: 100%;

    margin-top: 10px;

}



.memorabilia-cont>img{

    margin-left: 15px;

}



.memorabilia-cont{

    border-left: 1px solid #e7e7e7;

    border-right: 1px solid #e7e7e7;

    border-bottom: 1px solid #e7e7e7;

    padding-bottom: 30px;

}



.memorabilia-map{

    position: relative;

    width: calc(100% - 452px);

}



.memorabilia-header img:nth-of-type(1){

    margin-left: 207px;

}



.memorabilia-header img:nth-of-type(2){

    margin-left: 65px;

    margin-top: 10px;

}



.map-cont{

    width: 664px;

    margin: 0 auto;

}



.map-cont ul{

    width: 600%;

}



.memorabilia-round{

    width: 99px;

    height: 360px;

    text-align: center;

    background: #979797 url(/public/static/index/images/icon15.png) no-repeat 15px 330px;

    border-radius: 50px;

    margin-left: -10px;

}



.map-cont li:nth-of-type(1) .memorabilia-round{

    margin: 0px;

}



.memorabilia-round img{

    width: 96px;

    height: 96px;

    border-radius: 50%;

    padding: 10px;

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

    background-size: 100%;

}



.memorabilia-round h5{

    font-size: 14px;

    text-align: center;

    margin: 7px 0px;

    color: #fdf9f0;

}



.memorabilia-round p{

    width: 14px;

    height: auto;

    float: left;

    font-size: 14px;

    margin-left: 10px;

    padding-left: 5px;

    border-left: 1px solid #ebdabf;

    color: #fdf9f0;

}



.memorabilia-round p:nth-of-type(1){

    margin-left: 18px;

}



.map-cont li:nth-of-type(even){

    margin-top: 20px;

}





.map-cont li:nth-of-type(even) hr{

    transform: rotate(-45deg);

    margin-top: 40px;

}



.map-cont hr{

    width: 58px;

    margin-top: 60px;

    margin-left: -9px;

    transform: rotate(45deg);

    background: #98181c;

    border: 1px solid #98181c;

}



.memorabilia-map button{

    width: 28px;

    height: 51px;

    background: rgba(0,0,0,0) url(/public/static/index/images/icon14.png);

    position: absolute;

    cursor: pointer;

}



.memorabilia-map button:nth-of-type(1){

    top: 200px;

    left: 5px;

}



.memorabilia-map button:nth-of-type(2){

    top: 200px;

    right: 0px;

    transform: rotate(180deg);

}

