
body {
    background: #ffffff;

}
#view{
        background: #ffffff;
    color: #000;
    font-size: 12px;
    background: url("../images/bg.png") no-repeat right bottom;
    background-size: 275px auto;
}

.head-pic .pic {
    display: block;
    width: 100%;
}

.main-con {
    padding: 0 15px;
}

.comment-area {
    overflow: hidden;
}

.comment-area .tit {
    float: left;
    margin-right: 5px;
    position: relative;
    top: -3px;
}

.star-con {
    position: relative;
    top: 3px;
    left: 5px;
}

.star-con i {
    display: block;
    width: 13px;
    height: 12px;
    background: url("../images/star.png");
    background-size: 13px 12px;
    float: left;
    margin-left: 2px;
}

.star-con.star1 i:nth-of-type(1) {
    background: url("../images/star_current.png");
    background-size: 13px 12px;
}

.star-con.star2 i:nth-of-type(1), .star-con.star2 i:nth-of-type(2) {
    background: url("../images/star_current.png");
    background-size: 13px 12px;
}

.star-con.star3 i:nth-of-type(1), .star-con.star3 i:nth-of-type(2), .star-con.star3 i:nth-of-type(3) {
    background: url("../images/star_current.png");
    background-size: 13px 12px;
}

.star-con.star4 i:nth-of-type(1), .star-con.star4 i:nth-of-type(2), .star-con.star4 i:nth-of-type(3), .star-con.star4 i:nth-of-type(4) {
    background: url("../images/star_current.png");
    background-size: 13px 12px;
}

.star-con.star4 i:nth-of-type(1), .star-con.star4 i:nth-of-type(2), .star-con.star4 i:nth-of-type(3), .star-con.star4 i:nth-of-type(4) {
    background: url("../images/star_current.png");
    background-size: 13px 12px;
}

.star-con.star5 i:nth-of-type(1), .star-con.star5 i:nth-of-type(2), .star-con.star5 i:nth-of-type(3), .star-con.star5 i:nth-of-type(4), .star-con.star5 i:nth-of-type(5) {
    background: url("../images/star_current.png");
    background-size: 13px 12px;
}

.main-con .time {
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    border-bottom: 1px dotted #ccc;
    padding-left: 5px;
    margin-top: 15px;
}

.main-con .time span {
    margin-left: 13px;
}



.main-con .title {
    line-height: 45px;
    font-size: 34px;
    font-weight: 400;
    margin-top: 10px;
}

.main-con .title span {
    margin-right: 10px;
}

.main-con .title span.blue {
    color: #006aae;
}

.main-con .title span.yellow {
    color: #f7b628;
}

.main-con .sub-title {
    position: relative;
    font-size: 21px;
    color: #535353;
    line-height: 28px;
    padding-bottom: 10px;
}

.main-con .sub-title span {
    color: #000000;
}

.main-con .sub-title::after {
    content: "";
    width: 30px;
    height: 3px;
    background: #0067da;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.main-con .text {
    font-size: 16px;
    line-height: 28px;
    margin: 15px 0;
}

.main-con .pic-area {
    margin: 10px 0 30px 0;
}

.footer {
    height: 100px;
    padding-right: 100px;
    position: relative;
    top:-20px;
}

.footer .erweima {
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 84px;
    height: 100px;
}

.footer .erweima img {
    display: block;
    width: 84px;
    height: 100px;
}

.footer .share {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 40px;
}

.footer .share::before {
    content: "";
    width: 17px;
    height: 16px;
    background: url("../images/share.png");
    background-size: 17px 16px;
    position: absolute;
    left: 15px;
    top: 0;
}

.footer .share span {
    color: #0067da;
}