@charset "utf-8";
/*============================================================
  banner start
==============================================================*/
.banner {
	width: 100%;
	height: 400px;
	background: url("../images/case-banner.jpg") no-repeat center center #000;
}

/*============================================================
  main start
==============================================================*/
.main {
	width: 1170px;
	margin: 10px auto 50px;
	overflow: hidden;
}

/*新闻导航开始*/
.main .left {
	float: left;
	width: 200px;
}
.main .left .tit {
	width: 100%;
	height: 60px;
	padding-left: 20px;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	background: url("../images/new-icon1.png") no-repeat 20px center #ca2c2d;
}
.main .left ul {
	width: 100%;
}
.main .left ul li {
	width: 100%;
}
.main .left ul li a {
	display: block;
	margin: 8px 0;
	padding-left: 20px;
	font-size: 15px;
	line-height: 28px;
	color: #ca2c2d;
	border: 1px solid #ca2c2d;
	background: url("../images/new-icon3.png") no-repeat 170px center;
}
.main .left ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #ca2c2d;
	background: url("../images/new-icon4.png") no-repeat 170px center #ca2c2d;
}

/*新闻列表开始*/
.main .right {
	float: right;
	width: 925px;
}
.main .right .tit {
  border-bottom: 2px solid #ca2c2d;
  box-sizing: border-box;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  width: 100%;
}
/*.main .right .tit span {
  background: rgba(0, 0, 0, 0) url("../images/new-icon2.png") no-repeat left center;
  color: #666;
  display: inline-block;
  padding-left: 16px;
}*/

.main .right .tit span {
  background: rgba(0, 0, 0, 0) no-repeat left center;
  color: #666;
  display: inline-block;
}

.main .right .tit a {
  color: #333;
}
.main .right .tit a.on {
  color: #ca2c2d;;
}
.main .right .tit a:hover {
	text-decoration: none;
	color: #ca2c2d;
}

/*新闻详情内容*/
.main .right .content {
	width: 100%;
	margin: 25px 0;
}
.main .right .content h1 {
	font-size: 26px;
	text-align: center;
	line-height: 72px;
	color: #333;
}
.main .right .content .time {
	font-size: 14px;
	text-align: center;
	color: #999;
}
.main .right .content .time span {
	display: inline-block;
	margin: 0 15px;
}
.main .right .content .textbody {
	padding: 25px 30px;
	font-size: 14px;
	text-align: justify;
	line-height: 24px;
	color: #333;
}
.main .right .content .textbody img {
	display: block;
	margin: 25px auto;
}


.up-down {
    height: 30px;
    margin-bottom: 30px;
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
    color: #999;
}
.up-down li{
    list-style: none;
    font-size: 14px;
    margin-right: 30px;
    height: 25px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 315px;
    display: block;
    padding-left: 5px;
}
 
.up-down li a {
    text-decoration: none;
    color: #999;
}
.up-bottom{margin:0 0 20px 0;}