﻿@charset "utf-8";
/* CSS Document */

.banner {
	background:#00a48a;
	}
.banner .banner_pic {
	width:963px;
	margin:0 auto;
	border:1px solid #bcbcbc;
	}
.main {
	overflow:hidden;
	width:963px;
	margin:20px auto 0 auto;
	border-top:4px solid #2f2f2f;
	}
.main .left {
	float:left;
	width:200px;
	background:url(../images/left.png) no-repeat right top;
	
	}

.main .left  ul {
	margin-top:10px;
	
	}
.main .left ul li {
	margin-bottom:5px;
	width:149px;
	height:35px;
	line-height:35px;
	background:url(../images/left_bg.png) no-repeat;
	
	}
.main .left ul li a {
	color:#0084ff;
	display:block;
	padding-left:30px;
	font-size:14px;
	}
.main .left ul li a:hover {
	color:#fff;
	background:url(../images/left_bg2.png) no-repeat;
	}

/* -------------------------left end-------------------------------*/
.main .content {
	float:left;
	width:709px;
	padding-top:20px;
	border-left:1px solid #d2d2d2;
	padding-left:50px;
    padding-bottom: 10px;
	}
.main .content .nav_content {
	background:url(../images/news_title.png) no-repeat;
	
	}
.main .content .nav_content p {
	height:29px;
	line-height:29px;
	margin-left:152px;
	background:url(../images/diwei.png) no-repeat 0px 5px;
	padding-left:20px;
	}
.main .content .nav_content p a {
	margin:0 10px;
	font-size:14px;
	}
.main .content h2 {
	margin:20px 0;
	height:26px;
	line-height:26px;
	background:url(../images/zzfw_1.png) no-repeat;
	color:#fff;
	font-size:14px;
	padding-left:15px;
	font-weight:normal;
	}
.main .content .text {
	padding:0 20px;
	}
.main .content .text .content_h {
	overflow:hidden;
	border:1px solid #dcdcdc;
	}
.main .content .text .content_h .tit_pic {
	float:left;
	margin: 20px 0 0 10px;
	}
.main .content .text .content_h .tit_pic img{
    width: 175px;
	}
.main .content .text .content_h .summary {
	float:left;
	width:440px;
	padding:10px 20px;
	}
.main .content .text .content_h .summary h3 {
	margin-bottom:7px;
	font-weight:normal;
	}
.main .content .text .content_h .summary h3 a {
	color:#00a48a;
	font-size:16px;
	}
.main .content .text .content_h .summary p {
	line-height:22px;
	}
.main .content .text .content_h .summary span {
	float:right;
	margin-top:20px;
	}
.main .content .text .content_h .summary span a {
	color:#00a48a;
	text-decoration:underline;
	}
.main .content .text .news_list {
	margin-top:20px;
	}
.main .content .text .news_list ul.list li {
	line-height:32px;
	height:32px;
	border-bottom:1px dashed #cbcbcb;
	}
.main .content .text .news_list ul.list li a {
	    font-size: 14px;
    color: #7f7f7f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 495px;
    float: left;
    display: block;
	}
.main .content .text .news_list ul.list li a:hover {
	color:#00a48a;
	}
.main .content .text .news_list ul.list li span {
	float:right;
	}

.main .content .detile {
	margin-bottom:20px;
	padding:20px;
	height:460px;
	border:1px solid #01a389;
	overflow:scroll;
	overflow-x:hidden;
	scrollbar-face-color: #ebebeb;
	scrollbar-shadow-color: #ffffff; 
	scrollbar-highlight-color:#ffffff; 
	scrollbar-3dlight-color: #d8d8d8;  
	scrollbar-darkshadow-color: #d8d8d8; 
	scrollbar-track-color:#ffffff; 
	scrollbar-arrow-color: #686868;
      font-size: 14px;
      line-height:28px;
	}
    .main .content .detile img, .main .content .detile table {
        max-width:100%;
    }
/*#hlNewsTitle{
      display: inline-flex;
  height: 29px;
  width: 120px;
  overflow: hidden;
}*/