.guide{margin-top: 1rem;background: #f5f5f5; border-bottom: 1px solid #e3e3e3; border-top: 1px solid #e3e3e3; padding: 1.2rem 1.6rem;color: #383838;}
.guide a{color:#383838;}

.article_t {
    font-size: 2.4rem;
    color: #000000;
    text-align: center;
    line-height: 3rem;
	margin: .5rem;
    font-weight: bold;
}
.content .time {
    font-size: 1rem;
    color: #999;
    line-height: 2rem;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.time span {
    margin-right: 10px;
}
.content .article_1 {
    margin: 0 1rem;
}
.content .article_1 p,.content .article_1 div {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #333;
    margin: 0 auto 10px;
}
.content .article_1 div {
    margin: 0 auto;
}
.content .article_1 img{
	max-width: 100%;
	height: auto;
}
.content .article_1 .article_img img {
    width: 100%;
}
.content .article_1 .article_img {
    text-indent: 0px;
}
.article_2 {
	display: none;
    background: #efffe9;
    border: #D5D5D5 1px solid;
    margin-bottom: 10px;
    padding: 12px;
}
.article_2 .kuaixun {
    color: #f00;
    font-weight: bold;
    font-size: 1.6rem;
    padding-bottom: 5px;
    text-indent: 0;
}
.article_2 p {
    text-indent: 2em;
    line-height: 30px;
}
.article_2 p span {
    font-weight: bold;
    color: #f00;
}
.artzx {
    margin: 1rem auto 2rem;
}
.artzx a {
    width: 40%;
    height: 3.6rem;
    font-size: 1.6rem;
    margin: 0 5%;
    text-align: center;
    color: #ffffff;
    text-indent: 1.4rem;
    display: inline-block;
    border-radius: .4rem;
    line-height: 3.6rem;
}
.artzx a:first-child {
    background: url(../images/icon_6.png) no-repeat 2.4rem center #3FBAA6;
}
.artzx a:last-child {
    background: url(../images/icon_7.png) no-repeat 2rem center #F9833F;
}

.atten .listtitle h2{
	background: url(../images/icon_5.png) no-repeat 3% center;
	padding-left: 3.6rem;
}
.atten_box {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.atten_box li {
    line-height: 4rem;
    height: 4rem;
	overflow: hidden;
    border-bottom: #e6e6e6 1px solid;
    font-size: 1.4rem;
	margin: 0 .4rem;
	list-style-type: circle;
	list-style-position: inside;
	padding-left: .5rem;
}

.atten_box li span {
    background: url(../Images/icon_2.png) no-repeat right center;
    float: right;
    padding-right: 33px;
    font-size: 2rem;
}

.listmore{
	border: 1px solid #DDDDDD;
	padding: .8rem 1.5rem;
	background: #eee;
}
.listmore .text{
	font-size: 1.6rem;
}
.listmore p{
	text-align: center;
	margin: .5rem 0;
}
.listmore .btn{
	display: inline-block;
	color: #fff;
	margin: 0 .7rem 0 .7rem;
	padding: .7rem 1.5rem;
	text-align: center;
	border-radius: .2rem;
}

/*case start*/
.casetitle {
	margin: 1rem auto;
}
.casetitle h2 {
	margin: 1rem 0;
	padding-left: 1.4rem;
	border-top: 2px solid #07a2b8;
	font-size: 1.8rem;
	font-weight: 100;
	clear: both;
	background: url(../images/aticletitBg.png) repeat-x left bottom;
	line-height: 4rem;
	color: #07a2b8;
}
#casecont {
	height: 14rem;
	overflow: hidden;
}
#casemore {
	height: 3.2rem;
	line-height: 3.2rem;
	text-align: center;
	width: 60%;
	margin: .6rem auto;
	background: #F9833F;
	color: #fff;
	border-radius: 3.2rem;
}
.caseexpert {
	margin: 0 0 1rem;
}
.content .caseexpert .caseexpert_img {
	width: 10rem;
	margin-right: 1rem;
}
.caseexpert_img img {
	width: 100%;
}
.caseexpert_txt h2 {
	font-size: 2rem;
	font-weight: 100;
}
.content .article_1 .caseexpert_txt p {
	line-height: 2.4rem;
	margin-bottom: 0rem;
	font-size: 1.4rem;
}
.caseexpert_txt .btn {
	display: inline-block;
	font-size: 1.4rem;
	padding: .2rem .6rem;
	margin: 0 .3rem;
	text-align: center;
	border-radius: .2rem;
}
/*case end*/

@media only screen and (max-width: 639px) {
	.listmore .btn{
		font-size: 1.4rem;
		padding: .7rem 1rem;
		margin: 0 .3rem;
	}
}

