a {
    text-decoration: none;
    color: inherit;
}

li {
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #f6f6f6;
}

.pageWeb {
    width: 100%;
   
}

.pageWeb .nav {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #3a3a3a;
    color: #f3f3f3;
}

.nav .navArea {
    width: 1300px;
    margin: 0 auto;
}

.navArea {
    display: flex;
    justify-content: space-between;
}

.navArea .logo {
    color: #f3f3f3;
    font-size: 15px;
}

.navArea .navList ul {
    display: flex;
}

.navArea .navList ul li {
    padding: 0 23px;
    line-height: 30px;
    line-height: 30px;
    box-sizing: border-box;
}  
.navArea .navList ul li:hover {
    background-color: #f0cb35;
}

.navArea .navList ul li:hover a {
    color: #413a34;
}

.navArea .navList ul li a {
    color: #f3f3f3;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 100%;
}

.banner {
    background: url(../../images/bg.jpg) no-repeat center top;
    height: 342px;
}

.content {
    width: 100%;
    margin-top: 20px;
}

.content .contentArea {
    width: 1240px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 30px 30px;
    border-top: 2px solid #da0000;
}

.contentArea .thead {
    display: flex;
    height: 46px;
    line-height: 46px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin-top: 20px;
}

.thead li:nth-child(1) {
    width: 535px;
    padding-left:25px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.thead li:nth-child(2) {
    width: 175px;
    text-align: center;
}

.thead li:nth-child(3) {
    width: 225px;
    text-align: center;
}

.thead li:nth-child(4) {
    width: 155px;
    text-align: center;
}

.contentArea .tbody {
    display: flex;
    border-bottom: 1px dashed #dddddd;
}

.tbody li {
    height: 70px;
    line-height: 70px;
}

.tbody li a {
    color: #000;
}

.tbody li:nth-child(1) {
    width: 535px;
    padding-left:25px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}

.tbody li:nth-child(1):hover a {
    color: rgb(218,0,0);
    text-decoration: underline;
}

.tbody li:nth-child(2) {
    width: 175px;
    font-size: 18px;
    color: #da0000;
    font-weight: bold;
    text-align: center;
}

.tbody li:nth-child(3) {
    width: 225px;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
}

.tbody li:nth-child(4) {
    font-size: 14px;
    text-align: center;
    width: 155px;
}

.commonTitle {
    line-height: 60px;
}

.commonTitle span {
    display: inline-block;
    width: 4px;
    height: 22px;
    background: #da0000;
    vertical-align: -5px;
}

.commonTitle p {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
}

.msgTitle {
    padding: 0 74px;
    box-sizing: border-box;
}
 
.msgTitle .contentss{
    width: 738px;
    margin-left: 20px;
}

.contentss h1 {
    font-weight: 400;
    font-family: "Microsoft YaHei","ËÎÌå", Verdana, Arial, sans-serif;
    color: #333;
}

.contentss ul {
    display: flex;
    margin: 15px 0 17px;
}

.contentss ul li {
    width: 33.33%;
    color: #888;
}

.contentss ul li span {
    color: #333;
}

.desc {
    background: #fff;
    border-top: 2px solid #da0000;
    margin: 30px 74px 0;
    padding: 30px;
    min-height: 500px;
}