.also {
    min-width: 1200px;
    background: #f7f7f7;
}
.also>.also_banner {
    width: 100%;
    height: 450px;
}
.also>.also_img {
    width: 200px;
    margin: 60px calc(50% - 100px);
}
.also__content {
    background: #fff;
    padding: 40px;
    width: 1200px;
    margin: 0 auto;
}
.also__content>li {
    cursor: pointer;
    box-shadow: 0 0 16px #eee;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 6px;
}
.also__content>li:last-child {
    margin-bottom: 0;
}
.also__content>li a{
    display: block;
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.also__content>li .left {
    width: 50%;
}
.also__content>li .left>p {
    line-height: 26px;
    color: #333;
    font-size: 18px;
    overflow: hidden;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}
.also__content>li .left>p>span {
    font-weight: 400;
    font-size: 14px;
    background: #f75506;
    color: #fff;
    display: inline-block;
    padding: 2px 16px;
    margin-right: 10px;
    border-radius: 12px;
}
.also__content>li .left>span {
    color: #535352;
    font-size: 13px;
}
.also__content>li .right {
    font-size: 14px;
    text-align: right;
    line-height: 47px;
    width: 50%;
}
.also__content>li .right>span {
    color: #999;
    display: inline-block;
    margin-right: 20px;
}
.also__content>li .right>button {
    width: 114px;
    background: url(../images/open_btn.png) 0 0 no-repeat;
    background-size: contain;
    border: none;
    background-position: 50%;
    vertical-align: middle;
}
.also__footer {
    margin-top: 60px;
    background: url(../images/also.png) 0 0 no-repeat;
    background-size: 100% 100%;
    padding: 60px 0;
}
.also__footer>div {
    width: 1200px;
    color: #fff;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
}
.also__footer>div>span {
    font-size: 30px;
    font-weight: 600;
    font-family: fangsong;
}
.also__footer>div>a {
    display: block;
    float: right;
    width: 180px;
    height: 45px;
    opacity: 1;
    background: #f7f7f7;
    border-radius: 10px;
    color: #0b69b0;
    margin-top: -10px;
    font-size: 14px;
    line-height: 45px;
}