.coo-erji{
    margin-top: 75px;
    margin-bottom: 75px;
}
.coo-con{
    height: 121.5px;
    line-height: 121.5px;
    border-radius: 16px;
    background-color: #B68858;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 17px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 17px rgba(0, 0, 0, 0.2);
}
.coo-con a{
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
    position: relative;

}


.coo-con a:first-child {
    background: url("/en/img/coo-left.png") rgba(182, 136, 88, .9) no-repeat center center;
    background-size: 100% 100%;
    background-blend-mode: soft-light;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.coo-con a:last-child{
    background: url("/en/img/coo-right.png") rgba(182, 136, 88,.9) no-repeat center center;
    background-size: 100% 100%;
    background-blend-mode: soft-light;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.coo-con a:first-child:after{
    content: '';
    position: absolute;
    top: 30px;
    right: -2px;
    border: 2px solid #FFFFFF;
    height: 61.5px;
    border-radius: 4px;
}

.coo-con a:last-child:after{
    content: '';
    position: absolute;
    top: 30px;
    left: -2px;
    border: 2px solid #FFFFFF;
    height: 61.5px;
    border-radius: 4px;
}

/*国内合作*/
.localOne{
    margin-bottom: 75px;
}

.local-title{
    height:66px ;
    margin: 60px auto 15px;
    border-bottom: 1px solid #B68858;
}
.local-title .secondTitle {
    width: 35%;
    height: 100%;
    position: relative;
    padding: 17px;
    font-size:27px;
    font-weight: bold;
    color: #B68858;
    text-align: center;
    letter-spacing: 2px;
    border: 1px solid #B68858;
    border-bottom-style:none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.local-con {
    margin-top: 36px;
}

.local-con ul {
    position: relative;
    margin: 0 -9px;
}
.local-con ul li {
    position: relative;
    float: left;
    width: 185px;
    height: 220px;
    margin: 0 9px 36px;
    padding: 8px;
    text-align: center;
    border: 2px solid #B68858;
    background-color: #f1eeea;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 0 15px 23px #35343A1A;
    -webkit-box-shadow: 0 15px 23px #35343A1A;
    -moz-box-shadow: 0 15px 23px #35343A1A;
    overflow: hidden;
    z-index: 0;
}
.local-con ul li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 60%;
    margin-left: -50px;
    width: 75px;
    height: 2px;
    background-color: #B68859;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    z-index: -1;
}
.local-con ul li img{
    /*border: 1px solid #B68858;*/
    width: 84px;
    height: 84px;
    margin-top: 16px;
    background-color:#B68858;
}

.local-con ul li h3{
    font-weight: bold;
    font-size: 14px;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.localOne .borderTitle{
    margin-bottom: 27px;
}

ul.local-year{
    position: relative;
    margin: 0 -18.75px;
}

ul.local-year li {
    position: relative;
    float: left;
    width: 168.75px;
    height: 126px;
    margin: 0 18.75px 27px;
    padding: 18px;

    background-color: #FFFFFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 0 15px 23px #35343A1A;
    -webkit-box-shadow: 0 15px 23px #35343A1A;
    -moz-box-shadow: 0 15px 23px #35343A1A;
    overflow: hidden;
    z-index: 0;
}
ul.local-year li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 2px;
    background-color: #B68859;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: -1;
}

ul.local-year li h3{
    font-weight: bold;
    color: #35343A;
    margin-top: 11px;
    margin-bottom: 20px;
    font-size: 18px;
}

ul.local-year li h4{
    color: #35343A;
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 0;
    text-shadow: 0 0 black;
}

ul.local-year li:hover{
    background-color: #B68858;
}

ul.local-year li:hover h3,
ul.local-year li:hover h4{
    color: #FFFFFF;
}

h2.secondTitle {
    margin: 57px auto 42px !important;
}
.interDetails h2.secondTitle {
    font-size: 36px;
    margin: 57px auto 42px !important;
}


