﻿.content {height: 660px;width: 1200px;margin: auto;}
.content .center {margin-top: 70px;height: 660px;width: 1200px;display: flex;flex-direction: row;}
.center .center_left {width: 230px;height: 40px;background-color: #f6f6f6; float:left;}
.center .center_left span {height: 40px;width: 230px;text-align: center;vertical-align: middle;display: inline-block;background: #f6f6f6;font: 16px/40px "微软雅黑";color: #000000;}
.center .center_left span {background: #0d5bb1;color: #FFFFFF;}
.center .center_left .center_title {height: 30px;line-height: 25px;font-size: 16px;background-color: #fff;}
.center .right {margin-top: 30px;width: 900px;height: 660px; /*      border: 1px solid #1d8dd5;*/margin-left: 70px;float:left;}
.center .right .show {width: 900px;/*margin: 20px 30px 0 20px;*/ margin-bottom:20px;}
.center .right .show ul li {line-height: 35px;height: 36px;width: 900px;display: flex;font-size: 16px;float:left;}
.center .right .show ul li a {width: 780px;display: block;overflow: hidden;/*文本不换行*/white-space: nowrap;/*文字超出用省略号*/text-overflow: ellipsis;float:left;}
.center .right .show ul li span {color: #ababab;height: 35px;width: 120px;text-align: right;float:left;}
