*{ 
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
ul {
	list-style: none;
}
body {
	font-family: "Microsoft Yahei";
	color: #333;
	font-size: 16px;
}
.margin10 {
	margin-top: 10px;
}
.margin20 {
	margin-top: 20px;
}
.margin30 {
	margin-top: 30px;
}
.margin40 {
	margin-top: 40px;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.flex-start{
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
}
/*内容*/
.pos {
    height: 87px;
    color: #000000;
    line-height: 87px;
}
.pos .address {
    margin-left: 40px;
    margin-right: 17px;
    vertical-align: -3px;
}
.pos a {
    color: #000000;
}
.main {
    margin-bottom: 45px;
}

.trssbox {
  width: 370px;
  min-height: 500px;
}
.trssbox .title {
  height: 62px;
  color: #ffffff;
  font-size: 22px;
  line-height: 62px;
  text-align: center;
  font-weight: bolder;
  background-color: #1c6ab2;
}
.trssbox .content {
  min-height: 440px;
  border: 1px solid #d2d2d2;
  background-color: #f0f0f0;
}
.trssbox .content ul {
  margin-top: 22px;
}
.trssbox .content ul li {
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px dashed #e2e5e5;
}
.trssbox .content ul li:hover {
  border: none;
  background: url(sign.png) no-repeat 88px center #ffffff;
}
.trssbox .content ul li a {
  color: #484848;
}
.trssbox .content ul li:hover a {
  color: #064b97;
}


.listbox {
  width: 788px;
  min-height: 500px;
 /* padding: 15px 10px; */
  border: 1px solid #e5e5e5;
}
.listbox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
}
.listbox ul li {
	margin:15px 0px 0px 10px;
}