.page {
    font-family: "微软雅黑";
    margin: 20px auto 30px auto;
}
.wrapper{
	width: 100%;
	height: auto;
	margin-top: 30px;
	
}
.wrapper .inner{
	width: 1400px;
	margin: 0 auto;
}
.wrapper .inner .col_menu{
	float: left;
	height: auto;
	width: 290px;

}
.wrapper .inner .col_news_box{
    float: right;
    height: auto;
    width: 1000px; 
}
.col_menu .col_menu_head {
    background-color: #196db6;
    background-repeat: no-repeat;
    background-position: left center;
	border-bottom: 5px solid #196db6;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	color: #FFFFFF;
	font-family: "微软雅黑";
  text-align: center;
}
.col_menu .col_menu_con {
    border: 1px solid #e4e4e4;
}
.col_menu .col_menu_con li{
	border-bottom: 1px solid #e4e4e4;
	font-size: 18px;
	text-align: center;
	color: rgb(49, 47, 47);
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "微软雅黑";
	font-weight: lighter;
}
.col_menu .col_menu_con li{
    border-bottom: 1px solid #e4e4e4; 
    font-size: 18px;
    color: rgb(49, 47, 47);
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "微软雅黑";
    font-weight: lighter;
}
#xwdt_title{
    float: left;
    height: auto;
    width: 100%;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #1b7cd2;
  }
  #xwdt_title h1{
    float: left;
    width: auto;
    color: #1b7cd2;
    font-weight: 700;
    font-size: 20px;
    line-height: 50px;
    background-image: url(../img/l1.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 30pt;
  }
  #xwdt_title span {
    float: right;
    line-height: 45px;
  }
  a {
    color: #333;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
  }
  #xwdt_nr{
    display: flex;
    flex-wrap: wrap;
    float: left;
    height: auto;
    width: 100%;
    padding-top: 9px;
  }
  #xwdt_nr ul {
    float: left;
    width: 100%;
    height: auto;
  }
  #xwdt_nr ul li {
    line-height: 41px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #e5e2dd;
  }
  #xwdt_nr ul li span {
    float: right;
    color: #999;
  }
  #xwdt_nr ul li a {
    font-size: 16px;
    color: #000;
    padding-left: 5px;
  }