﻿.content {min-height: 600px;width: 1200px;margin: auto;}
.content .center {margin-top: 70px;min-height: 600px;width: 1200px;display: flex;flex-direction: row;}
.center .center_left {width: 230px;height: 40px;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;}
.center .right {margin-top: 30px;width: 900px;min-height: 600px;/*      border: 1px solid #1d8dd5;*/ margin-left: 70px;float:left;}
.center .right .show {width: 900px;height:auto;/*margin: 20px 30px 0 20px;*/}
.center .right .show ul li {line-height: 35px;height: 36px;width: 900px;display: flex;font-size: 16px;}
.center .right .show ul li a {width: 780px;display: block;overflow: hidden;/*文本不换行*/white-space: nowrap;/*文字超出用省略号*/text-overflow: ellipsis;}
.center .right .show ul li span {color: #ababab;height: 35px;width: 120px;text-align: right;}
.center .right .show .info_title {font-size: 25px;font-weight: bold;line-height: 50px;text-align: center;color: #333;}
.center .right .show .info {width: 780px;display: flex;margin: auto;color:#808080;text-align:center;}
.center .right .show .info h3 {/*min-width: 240px;*/font-size: 16px;line-height: 30px;text-align: center; float:left; padding-left:10px; padding-right:10px;margin: auto; }
.center .right .show .info_content {display: flex;flex-direction: column; clear:both;}
.center .right .show .info_content p {font-size: 16px;line-height: 30px;color: #333;}
.center .right .show .info_content img {max-width: 800px;margin: auto;padding-bottom:9px;}