﻿@charset "UTF-8";
html{
	height: 100%;
	width: 100%;
	padding: 0;
}

body {
	font-family:"宋体";
	/* background-color: #F4F4F4; */
}

.row {
	margin-right: 0 !important; 
	 margin-left: 0 !important;
}
.container-content{
	background-color: #FFFFFF;
	/* box-shadow:0 3px 2px 0px #DDDDDD; */
}

a{
  text-decoration:none !important;
  cursor: pointer;
  color: #333333;
  font-size: 16px;
}

ul,li{
  list-style: none;
}

.blue li a:hover,.blue li a:hover~span{
	color:#006aff !important;
}

.more{
    display: block;
    float: right;
    margin-right: 0;
    color: #BDBDBD;
    height: 40px;
    line-height: 40px;
    float: right;
    margin-right: 12px;
    font-size: 12px;
}