﻿@charset "utf-8";
/* CSS Document */
@import url(gobal.css);

.main{
	margin:10px auto 0 auto; width:1000px; display:table; clear:both;
}

.article-l{
	float:left; width:723px; padding:20px 35px; border:1px solid #ddd; margin-right:10px;
	min-height:600px;
}
.article-r{
	float:right; width:195px;
}
.articled-tit{
	line-height:30px; padding-bottom:10px; border-bottom:1px dashed #ddd; text-align:center;
	font-size:20px;
}
.articled-date{
	line-height:30px; text-align:center; color:#999;
}
.articled-txt{
	margin-top:10px;
}
.articled-txt,
.articled-txt p{
	line-height:24px; font-size:14px;
}
.articled-txt img{
	width:100%; height:100%; max-width: 720px;
}

.articled-top{
	margin-bottom:10px;
}
.articled-top h2{
	line-height:30px; padding:0 10px; border:1px solid #ddd;
	font-size:14px; color:#666;
	background:url(../images/line/line2.png) repeat-x;
}
.articled-top ul{
	padding:5px 10px; border:1px solid #ddd; border-top:0;
}
.articled-top li{
	height:22px; line-height:22px;
	white-space:nowrap; text-overflow:ellipsis; overflow:hidden;
}

.aboutcod-ui{
    padding-bottom: 10px; border: 2px solid #f60;
    background-color: #fff;
}
.aboutcod-ui h3{
    line-height: 30px; padding: 0 10px; border-bottom: 2px solid #ddd;
    font-size: 14px;
    background: url(../images/line/line2.png) repeat-x;
}
.aboutcod-ui h3 a{
	float:right; width:20px; height:20px; margin-top:5px; display:block; overflow:hidden;
	background-image:url(../images/close2.gif);
	background-repeat: no-repeat;
    background-position: center center;
    background-color: #ddd;
}
.aboutcod-txt{
    line-height: 20px; padding: 10px;
    font-size: 14px; font-weight: bold; color: #f60;
}
.aboutcod-ul{
    margin: 0 10px; padding-top: 10px; border-top: 1px solid #ddd;
    overflow: auto;
}
.aboutcod-ul li{
    float: left; width: 228px; line-height: 24px; padding-left: 10px;
    color: #666;
    background: url(../images/icon/ico-arrow.gif) no-repeat left center;
}