body,
ul,
li,
a,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    text-decoration: none;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

.lf {
    float: left;
}

.rf {
    float: right;
}


/* .clearfixs:after,
.clearfixs:before {
    display: table;
    content: " ";
}

.clearfixs:after {
    clear: both;
} */


/*模块间距*/

.cxfw-box,
.news-box,
.party-headline-box,
.support-service-box,
.honor-box {
    margin-top: 20px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 1px 1px 1px #e7e7e7;
    -moz-box-shadow: 1px 1px 1px #e7e7e7;
    -ms-box-shadow: 1px 1px 1px #e7e7e7;
    -o-box-shadow: 1px 1px 1px #e7e7e7;
    box-shadow: 1px 1px 1px #e7e7e7;
    border-top: 2px solid #fff;
    border-top-color: rgb(255, 255, 255);
}

.headline-content,
.service-content,
.honor-content,
.party-content,
.support-content{
    padding-top: 20px;
	padding-bottom: 20px;
    background: #fff;
}


/*模块间距 end*/


/*标题*/

.title-h3 {
    display: inline;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #DD1144;
    font-family: "微软雅黑";
    position: relative;
    bottom: 2px;
    border-bottom: 4px solid #DD1144;
}

.ccommon-title-red {
    width: 100%;
    height: 4px;
    display: block;
    background: #DD1144;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
}

.common-title-gray {
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    margin-top: -1px;
}

.common-title-more {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #DD1144;
    cursor: pointer;
    text-decoration: none;
}


/*标题 end*/