.wrapper {
    width: 1200px;
    margin: 0 auto;
}



/* main开始 */

main {
    border-top: 1px solid #CCCCCC;
    background: #F5F5F5;
}

.nav-position {
    margin: 10px 0;
    font-size: 14px;
    color: #777;
}

.nav-position a {
    margin: 0 5px;
}


/* main-left */

.main-left {
    width: 840px;
    background: #fff;
    padding: 30px 20px 20px;
    box-sizing: border-box;
}

.title {
    text-align: center;
    border-bottom: 1px dotted #CCCCCC;
}

.title h1 {
    font-weight: bold;
    font-size: 20px;
}

.title p {
    margin: 20px 0;
    color: #777;
    font-size: 15px;
}

.contain-wrap {
    padding: 35px 20px 0;
    box-sizing: border-box;
}

.contain-wrap p {
    display: block;
    text-indent: 2rem;
    line-height: 30px;
    margin-top: 10px;
}

.contain-wrap img {
    margin: 10px auto;
    display: block;
    max-width: 600px;
}

.other {
    margin-top: 40px;
}

.other h2 {
    font-weight: bold;
    padding: 0 0 15px;
    border-bottom: 1px solid #CCCCCC;
}

.other-list {
    padding: 0 10px;
    box-sizing: border-box;
}

.other-list-two {
    margin-left: 30px;
}

.other-list li {
    width: 230px;
    padding: 10px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.other-list li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #A8D4D7;
    vertical-align: middle;
    margin-right: 5px;
}

.other-list li a {
    font-size: 14px;
    color: #000;
    transition: all .3s;
}

.other-list li a:hover {
    color: #1487F4;
}


/* main-right */

.main-right {
    width: 300px;
}

.recommend {
    margin-bottom: 20px;
}

.recommend,
.hot {
    background: #fff;
}

.recommend h2,
.hot h2 {
    padding: 10px 0 0 10px;
    font-weight: bold;
}

.recommend-list,
.hot-list {
    padding: 10px;
    box-sizing: border-box;
}

.recommend-list img {
    width: 80px;
    cursor: pointer;
}

.recommend-list span {
    float: right;
    margin-right: 35px;
}

.recommend-list span a {
    width: 155px;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    height: 39px;
    -webkit-line-clamp: 2;
    transition: all .3s;
    display: inline-block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.notImg span a {
    width: 242px;
}

.recommend-list span a:hover {
    color: #1487F4;
}

.recommend-list span p {
    color: #777;
    font-size: 13px;
    margin-top: 10px;
}

.banner {
    position: relative;
    margin: 20px 0;
    overflow: hidden;
}

.banner img {
    width: 335px;
    transition: all .5s;
}

.banner img:hover {
    transform: scale(1.1);
}

.banner-iFirst {
    width: 35px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #ccc;
    cursor: pointer;
    background: rgba(0, 0, 0, .5);
}

.banner-iLast {
    width: 25px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px;
    color: #ccc;
    background: rgba(0, 0, 0, .5);
}

.hot {
    margin: 20px 0;
}

.hot-list li {
    padding: 10px 0;
}

.hot-list li:nth-of-type(-n+3)>a>em{
    color: #DC1B22;
}


.hot-list li a {
    display: flex;
}

.hot-list li a em {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
}


.hot-list li a p {
    width: 280px;
    color: #000;
    font-size: 15px;
    margin-top: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all .3s;
}

.hot-list li a p:hover {
    color: #1487F4;
}


/* main结束 */


/* footer开始 */

footer {
    background: #333333;
    padding: 10px 0;
}

.footer-list {
    width: 670px;
    margin: 0 auto;
}

.footer-list li {
    float: left;
    padding: 10px 10px;
    box-sizing: border-box;
}

.footer-list li a {
    font-size: 14px;
    transition: all .3s;
}

.footer-list li a:hover {
    color: #ccc;
    text-decoration: underline
}

.footer-list li i {
    color: #777;
}

.footer-bottom {
    font-size: 14px;
    color: #575757;
    text-align: center;
}

.footer-bottom a {
    color: #575757;
    font-size: 14px;
    margin-right: 10px;
    transition: all .3s;
}

.footer-bottom a:hover {
    color: #ccc;
    text-decoration: underline
}


/* footer结束 */