/* list begin */
.l01_w833 li {
	height: auto;
	cursor: pointer;
}

.l01_w833 li h3 {
	padding-left: 28px;
	width: 788px;
	background: url(../images/bgimg.png) no-repeat -558px -113px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 18px;
	margin: 0;
	font-weight: bold;
}

.l01_w833 li em {
	padding-left: 28px;
	margin: 0;
	line-height: 100%;
	font-size: 14px;
	color: #575757;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
}

.l01_w833 li:hover h3 {
	color: #E65A33;
}

.l01_w833 li:hover em {
	color: #E65A33;
}

.l01_w833 li .btn {
	width: 138px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 20px 28px;
	float: none;
	padding-left: 0;
	background: none;
}

.l01_w833 li .btn.orange {
	background-color: #ffb400;
}

.l01_w833 li .btn.blue {
	background-color: #2A76CC;
}

/* list end */

/* detail begin */
.group-item {
	margin-top: 53px;
}
.group-item>h3 {
    font-size: 20px;
    color: #2A76CC;
    margin-bottom: 15px;
}
.group-item>.line {
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    margin-bottom: 25px;
    margin-top: 0;
}
.article-box p {
    /* margin: 60px 0; */
    line-height: 30px;
    font-size: 16px;
    color: #333333;
}
.hidden{
	display: none;
}
#inside-content {
	background-color: #fff;
}

.article-content {
	width: 994px;
	margin: 0 auto;
}

.group-item {
	margin-top: 53px;
}

.group-item>h3 {
	font-size: 20px;
	color: #2A76CC;
	margin-bottom: 15px;
}

.group-item>h3>span {
	font-size: 16px;
	color: #515151;
	font-weight: normal;
}

.group-item>.line {
	width: 100%;
	height: 1px;
	background-color: #eeeeee;
	margin-bottom: 25px;
	margin-top: 0;
}

.group-item>p {
	font-size: 16px;
	color: #515151;
}

.group-item>p.paragraph {
	line-height: 30px;
}

.group-item>p.file-name {
	padding: 15px 0;
	border-bottom: 1px dashed #ededed;
}
#attachsList .line {
	margin-bottom: 0;
}
.group-item>.tab p{
    font-size: 20px;
    margin-bottom: 15px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 0;
}
.group-item>.tab p.active{
    color: #2A76CC;
}
.group-item>.tab p:first-child{
	margin-right: 36px;
}
.group-item .input-box{
	margin-bottom: 25px;
}
.group-item .input-box .input-group.mr{
	margin-right: 50px;
}
.group-item .input-box .input-group label{
	display: block;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
}
.group-item .input-box .input-group label span{
	color: #ff0000;
}
.group-item .input-box .input-group input{
	display: block;
	width: 328px;
	height: 35px;
	padding: 0 16px;
}
.group-item .input-box .input-group textarea{
	width: 832px;
	height: 92px;
	resize: none;
	padding: 6px 16px;
	font-size: 14px;
	font-family: Arial;
	outline: none;
}
.group-item .input-box .input-group .code-box{
	font-size: 0;
	height: 40px;
}
.group-item .input-box .input-group .code-box:before{
	content: '';
	display: inlne-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.group-item .input-box .input-group input[name="captcha"]{
	width: 134px;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.group-item .input-box .input-group .code-box img{
	width: 100px;
	height: 38px;
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
}
.group-item .input-box .input-group .code-box .get-code{
	cursor: pointer;
}
.group-item .input-box .input-group .code-box .get-code:hover{
	color: #FF0000;
	text-decoration: underline;
}
.group-item .input-box .input-group .code-box span{
	font-size: 14px;
	color: #818181;
	display: inline-block;
	vertical-align: middle;
}
.group-item .btn-box{
	margin-top: 40px;
}
.group-item .btn-box button{
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;
	font-size: 14px;
	outline: none;
	cursor: pointer;
}
.group-item .btn-box button[type="submit"]{
	background-color: #ffb400;
	color: #fff;
	border-color: #ffb400;
	margin-right: 40px;
}
/* detail end */
