
/*文章*/
.project2{padding:0rem 0;background: #ffffff;}
.project2 ul{ margin-top:0rem;}
.project2 ul li{ width:100%; float:left; margin-left:4%;  margin-top:1.0rem;}
.project2 ul .project_li{ margin-left:0;}

/*当前位置*/
.tite1{ height:2.5rem; background:#666; position:relative;}
.tite1 h3 {  position: absolute; line-height: 2.5rem; top: 0;left: 0.9rem; font-size: 1.0rem;  color: #fff;}
.tite1 h3 a{color:#fff;}

/*列表内容*/
.project_text{}
.project_text_1{ position:relative; height:5.0rem;border-bottom: 1px solid #E6E6E6; padding-bottom:1.0rem;}
.project_text h3{ font-size:1.2rem; color:#333333; font-weight:bold; width:100%; text-align:center; margin-top:0.6rem;}
.project_text_left{ width:5.0rem; height:5.0rem; position:absolute; background:#f5f4f2; left:0.5rem; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%);}
.project_text_left{}
.project_text_left .project_pa{font-size:2.4rem;color:#fff;font-weight:bold; text-align:center;}
.project_text_left .project_pb{font-size:0.9rem;color:#fff; text-align:center;}
.project_text_right{ position:absolute; right:0.6rem; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); margin-left:6.4rem;}
.project_text_right p {font-size: 0.8rem;color: #333;}
.project_text_right .project_pa a{height:18px;font-size:18px;color:#999;font-weight:bold;line-height:18px;overflow:hidden;display: block;}
.project_text_right .project_pb{height:3.0rem; line-height:1.5rem;margin-top:10px;font-size:14px;color:#999;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

/*列表内容页码*/
/*pages*/ 
.pagination-wrapper{ margin: 20px 0; } 
.pagination{ height: 15px; text-align: center; } 
.pagination li { display: inline-block; height: 34px; margin-right: 5px; } 
.pagination li a{ float: left; display: block; height: 32px; line-height: 32px; padding: 0 12px; font-size: 16px; border: 1px solid #dddddd; color: #555555; text-decoration: none; } 
.pagination li a:hover{ background:#f5f5f5; color:#0099ff; } 
.pagination li.thisclass { background: #09f; color: #fff; } 
.pagination li.thisclass a,.pagination li.thisclass a:hover{ background: transparent; border-color: #09f; color: #fff; cursor: default; }	

/*文章内容*/
.content{ width:97%; margin:0 auto; padding:1.0rem 0;color: #444;line-height: 28px;}
.content h1{ font-size:1.3rem;font-weight:bold; color:#333; width:90%; margin:0 auto; text-align:center; line-height:2.4rem;}
.content h3{ font-size:0.8rem; color:#999; border-bottom:1px dashed #ccc; text-align:center;}
.content img{height:auto !important; max-width:none !important; min-width:inherit !important; width:60%; display:block; margin:1.4rem auto;}
.content p{ width:96%; margin:0 auto; font-size:1.0rem; color:#666; text-indent:1.8rem; line-height:1.6rem; margin-top:0.5rem;}
.content .content_str{padding:10px 10px;}
.content_fy{ margin-top:1.0rem; padding-top:0.6rem; border-top:1px dashed #ccc; margin-bottom:2.0rem;}
.content_fy h2{ font-weight: normal; color:#333; font-size:1.0rem;}
.content_fy a{ font-weight: bold; color:#333;}

/* 上下篇 */
.article-next-prev{color:#666;padding:5px 10px 0}
.article-next-prev a{background:#fff;font-size:16px;display:inline-block;height:40px;line-height:40px;overflow:hidden;color:#ffbe2f;border:1px solid #e0e0e0;text-align:center;border-radius:2px;padding:0 11%}
.article-next-prev a i{transition-duration:.5s;display:inline-block;width:8px;height:8px;border-bottom:2px solid #ffbe2f;border-right:2px solid #ffbe2f;transform:rotate(140deg);margin:15px 4px 0 10px;float:left}
.article-next-prev a:nth-child(even){float:right}
.article-next-prev a:nth-child(even) i{float:right;transform:rotate(320deg);margin:16px 4px 0 8px}
.article-next-prev .nonext,.article-next-prev .noprev{color:#8a8a8a}
.article-next-prev .nonext i{border-bottom:2px solid #8a8a8a;border-right:2px solid #8a8a8a}
.article-next-prev .noprev i{border-bottom:2px solid #8a8a8a;border-right:2px solid #8a8a8a}
@media (min-width:340px){.article-next-prev a{padding:0 13%}}


