/*新闻列表样式*/

.inside_right dl {
    overflow: hidden;
    border-bottom: 1px dashed rgb(156, 153, 153);
    padding: 0 0px 10px;
    margin: 10px auto 10px;
}

.inside_right dl dt {
	float: left;
	width: 150px;
	height: 200px;
	/*border: 1px solid #CCCCCC;*/
}

.inside_right dl dt:hover {
	/*border-color: #e97913;*/
}

.inside_right dl dt a img {
	width: 100%;
	height: 100%;
}

.inside_right dl dd {
	/*float: right;*/
	width: 550px;
	/*margin-top: 15px;*/
}

.inside_right dl dd a.inside_right_tit {
	font-size: 1.6rem;
	font-weight: bold;
	width: 80%;
	margin-bottom: 10px;
}

.inside_right dl dd span.dat,
.inside_right dl dd span.dat a {
	margin-left: 30px;
	color: #9b9b9b;
}

.inside_right dl dd span.dat a:hover,
.inside_right dl dd a.inside_right_tit:hover {
	color: #e97913;
	text-decoration: underline;
}

.inside_right dl dd p {
	font-size: 1.6rem;
	/*line-height: 26px;*/
	/*height: 52px;*/
	overflow: hidden;
	/*color: #666;*/
	/*text-indent: 1em;*/
	/*margin-top: 15px;*/
}

.about_content h1 {
    text-align: center;
    color: #000000;
    font-family: "微软雅黑";
}

.about_content {
    font-size: 16px;
    /*color: #666;*/
    text-indent: 30px;
    line-height: 35px;
    font-family: "微软雅黑";
    padding-top:20px;
}

.team_detail {
    font-size: 18px;
    /*color: #666;*/
    /*text-indent: 30px;*/
    line-height: 35px;
    font-family: "微软雅黑";
}

.contact_detail p {
    margin-bottom: 10px;
    font-size: 18px;
}

.main-title {
    position: relative;
    height: 30px;
    padding: 20px 0 0;
    border-bottom: 1px solid #4c4a4a;
}

.main-title .title {
    position: absolute;
    left: 0;
    bottom: -1px;
    padding: 0 15px 15px 0;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #c90000;
}

.pro_detail {
    font-size: 16px;
    /*color: #666;*/
    /*text-indent: 30px;*/
    line-height: 35px;
    font-family: "微软雅黑";
    width: 765px;
}

.news_detail {


}

.news_detail img {
    width: 550px;
    /*height: 100%;*/
    margin: 0 auto;
}

.pro_detail ul li a:hover {
    color: #e97913;
}