* { margin: 0; padding: 0; }
html { font-size: 62.5%;
    font-family: "Microsoft YaHei";, "Times New Roman", Georgia, Serif, tahoma; }
body { width: 100%; color: #999; line-height: 1.4; font-family: "Microsoft YaHei"; }
ul, li { list-style: none; }
img { border: 0; }
a{
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
p{
    margin: 0;
}
.c-box{
    background-color: #fff;
    padding: 80px 0 0;
}
.c-block{
    width: 1280px;
    font-size: 16px;
    margin: auto;
    color: #333;
    padding: 0 140px 50px;
    background-color: #fff;
    margin-bottom: 80px;
    border: 1px solid #c8c8c8;
    border-top: 8px solid #f07000;
}

.fs20{
    font-size: 20px;
}
.fs14{
    font-size: 14px;
}
.vs-lines{
    display: inline-block;
    width: 1px;
    height: 50px;
    background-color: #f09e56;
    position: relative;
    top: -3px;
}

.font1{
    font-size: 20px;
    line-height: 40px;
    color: #000;
}
.font2{
    font-size: 14px;
    line-height: 21px;
    color: #8b8b8b;
}
.font3{
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}
.newsBox{
    text-align: center;
    color: #000;
    margin-bottom: 40px;
}
.newsColor{
    color: #8b8b8b;
}
.c-list{
    color: #f07000;
}
.c-list li{
    width: 100%;
    font-size: 16px;
    color: #333;
    text-align: left;
    display: block;
    line-height: 30px;

}
.c-list li .left-title{
    width: 80%;
    display: inline-block;
    overflow: hidden;
    float: left;
	margin-bottom:12px;
}
.c-list li .right-time{
    width: 20%;
    float: left;
    text-align: right;
    display: inline-block;
	margin-bottom:12px;
}
.tag-list{
    font-size: 0;
}
.tag-list li{
    margin-right:20px;
    /*width: 20%;*/
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    text-align: center;
    float: left;
    display: inline-block;
    line-height: 30px;
}
.mt50{
    margin-top: 50px;
}
.tagName{
    line-height: 30px;
	margin-bottom:10px;
}
.tagbox{
    line-height: 20px;
    padding: 1px 5px;
    display: inline-block;
    border: 1px solid #666;
}

.clear{
    clear: both;
}

@media  (max-width: 680px) {
    .c-block{
        width: 100%;
        padding: 0 15px 50px;
        padding-bottom: 30px;
    }
    .tag-list li{
	    margin-right:20px;
		margin-bottom: 10px;
		line-height: 30px;
        /*width: 25%;*/
    }
    .c-list li .left-title{
        width: 75%;
        display: inline-block;
        overflow: hidden;
        float: left;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .c-list li .right-time{
        width: 25%;
    }
    .c-list li .right-time{
        font-size: 14px;
    }
}
