@charset "utf-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body, a, div, p, ul li, img {
  margin: 0;
  padding: 0;
}

body {
  font-family: "微软雅黑" !important;
  background-color: #f9f6f6;
}

a {
  text-decoration: none;
  font-family: "微软雅黑";
  color: #000;
}

ul li {
  list-style: none;
}

.clear {
  clear: both;
}

ul:before, ul:after {
  content: "";
  display: table;
  clear: both;
}

.top_header {
  background: url(banner_ylfw.jpg) top center;
  height: 400px;
}

.top_side {
  width: 1200px;
  margin: 0 auto;
}

.top_side a {
  display: block;
  float: right;
  background-color: #63abeb;
  color: #fff;
  padding: 2px 10px;
  margin-top: 10px;
  font-size: 14px;
}

/*主体部分*/
.container {
  width: 1200px;
  margin: 30px auto;
}

.con_ml{
	margin-bottom: 30px;
}

.con_ml .tabs_item{
	float: left;
	width: 590px;
	background: url(ylfw_ml_bg.png) no-repeat left center;
	text-align: center;
}
.con_ml .tabs_item a {
    display: block;
    line-height: 130px;
    font-size: 28px;
    font-weight: bold;
    color: #ffff;
    letter-spacing: 3px;
}
.con_ml .tabs_item:first-child{
	margin-right: 10px;
}
.con_ml .tabs_item:nth-child(2){
	margin-left: 10px;
}

.con_main{
	background-color: #fff;
	padding: 10px;
}

.con_main_item{
	width: 570px;
	margin: 0px 10px 10px;
	float: left;
}

.item_top{
	margin: 10px 0px;
}
.item_top_left{
	float: left;
	line-height: 25px;
	font-size: 20px;
	font-weight: bold;
	color: #2280d3;
	border-left: 5px solid #2280d3;
	text-indent: 10px;
}

.item_top_right{
	text-align: right;
}
.item_top_right a{
	color: #666666;
}

.item_con{
	height: 180px;
}
.item_con li{
	display: flex;
	background: url(square.png) no-repeat left center;
	text-indent: 20px;
}
.item_con li a.item_con_title{
	display: inline-block;
	width: 440px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 35px;
	color: #353535;
}
.item_con li span.item_con_time{
	display: inline-block;
	width: 120px;
	text-align: right;
	line-height: 35px;
	color: #999999;
}

.footer {
  clear: both;
}
.footer {
    width: 100%;
    background: #dee0e2;
    border-top: 10px solid #355e92;
    height: auto !important;
}