body {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow-y: scroll;
}

h1, h2, h3 {
    font-family: "微软雅黑";
}

a{
	text-decoration: none;
    outline: none;
    color: #333;
}

a:HOVER{
	color: red;
}

ul{
	padding-inline-start: 0px;
}
li {
    list-style-type: none;
}

.main{
	width: 100%;
	margin: 0 auto;
	background: #fffdf7;
}

.banner {
    width: 100%;
    background: url(../images/datu02.jpg) top center no-repeat;
    height: 570px;
    margin: 0 auto;
    overflow: hidden;
    background-size: cover;
}


@media (max-width: 1200px) {
  .banner {
    height: 360px;
  }
}


.main_cont_box{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding-top: 15px;
}

.yw_div,.xxdt_div{
	width: 1000px;
	margin: 4% auto;
}

.yw_bar{
	height: 52px;
	width: 100%;
	background: url(../images/tit-yaowen.jpg) top center no-repeat;
	text-align: right;
	line-height: 52px;
	
}

.xwdt_bar{
	height: 52px;
	width: 100%;
	background: url(../images/tit-xxdt.jpg) top center no-repeat;
	text-align: right;
	line-height: 52px;
	
}

.more_div a {
    border: 1px solid #e50516;
    padding: 5px 8px;
    cursor: pointer;
    border-radius: 2px;
    color: #e50516;
    font-size: 12px;
}
.more_div a:hover {
    background: #e50516;
    color: #fff!important;
    transition: 0.3s;
}

.main_cont_box li {
    line-height: 40px;
    font-size: 18px;
    margin: 18px 0 18px 0px;
    
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: "微软雅黑";
    font-size: 22px;
    color: #1a1a1a;
}

.main_cont_box li a {
    color: #333;
    cursor: pointer;
    transition: all 0.5s;
    font-size: 22px;
}

.main_cont_box li:hover a{
	color: #e50516;
	font-weight: 600;
	transition: 0.3s;
}

.yw_content li{
	background: url(../images/dot1.png) center left no-repeat;
	padding-left: 1em;
}

.xwdt_content li {
	background: url(../images/dot2.png) center left no-repeat;
    width: 450px;
    float: left;
    cursor: pointer;
    color: #999;
    padding-left: 1em;
}

.xwdt_content li:nth-child(odd) {
    margin-right: 50px;
}

.botbg{
	margin-top: 20px;
}


.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.nomsg{
	padding: 15px;
}

