 * {
     margin: 0;
     padding: 0;
     list-style: none;
     border: 0;
 }

 body {
     font-size: 14px;
     color: #333;
     font-family: "Microsoft YaHei", "5fae8f6f96c59ed1";
 }

 .clearfix:before,
 .clearfix:after {
     display: table;
     line-height: 0;
     content: "";
 }

 .clearfix:after {
     clear: both;
 }
.bg_group{
    max-width: 1920px;
    margin: 0 auto;
}

 .base-content {
     margin: 0 auto;
     width: 1240px;
     font-size: 18px;
     color: #ffffff;
     letter-spacing: 1px;
 }

.headernav {
    margin-top: 28px;
    float: left;
    margin-left: 130px;
}

.headernav a {
    margin-left: 20px;
    margin-right: 20px;
    text-decoration: none;
    color: #fff;
}

 .vote {
            width: 1200px;
            margin: 0 auto;
        }

        .vote_headimg {
            text-align: center;
            margin-bottom: 20px;
        }

        .content {
            width: 1200px;
            margin: 0 auto;
            display: flow-root;
        }

        .video {
/*            margin-top: 50px;*/
        }

        .content-L {
            float: left;
        }

        .content-R {
            float: right;
            width: 49%;
        }

        .content-R_title {
            text-align: center;
            background-color: #c0202a;
            color: #fff;
            padding: 5px 10px;
            border-radius: 12px;
            margin-bottom: 10px;
        }

        .contentrow {
            text-align: center;
            background: #ccc;
            padding: 10px;
        }

        /*        评论*/
        .div#center-main {
            width: 600px;
            float: left;
        }

        .news-lines {
            color: #1d1d1b;
            font-size: 14px;
            line-height: 28px;
            letter-spacing: 2px;
        }

        .submit {
            width: 100px;
            color: white;
            background-color: #e7040b;
            float: right;
            height: 23px;
            line-height: 18px;
            margin-top: 4px;
            cursor: pointer;
        }

        p#pltotalinfo {
            text-align: right;
            margin: 10px 0;
        }

        p#pltotalinfo>a {
            color: #000000;
            text-decoration: none;
            font-weight: bold;
        }

        .comm-text {
            font-size: 16px;
            color: #616161;
            margin: 10px 0;
        }

        .comm-first {
            margin: 15px 0;
            color: #898989;
        }

        .news-c,
        .news-user,
        .news-u,
        .comm-first,
        .comm-page,
        .pageNUm ul {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .news-u-head,
        .news-u-head img {
            width: 30px;
            height: 30px;
            border-radius: 50%;
        }

        textarea {
            width: 100%;
            border: 1px solid #ccc;
            height: 200px;
        }
.news{
    display: inline-block;
}
/*///////////////////////////*/
