@media only screen and (max-width: 767px) {
    .responsive .news-list .item .content {
        width: 100%;
        min-height: 290px;
    }

    .responsive .news-list .item:first-child {
        margin-top: 0;
    }

    .responsive .news-list .item {
        width: 100%;
    }

        .responsive .news-list .item .preview {
            width: auto;
            height: auto;
        }

        .responsive .news-list .item:last-child {
            margin-bottom: 0;
        }
}

.news-list {
    position: relative;
    /*margin: 80px 0;*/
}

.news-list .item {
	float: left;
	border-bottom: 1px solid #ddddde;
	padding: 40px 0;
}

.news-list .item .preview {
	float: left;
}

.news-list .item .preview {
	width: 390px;
	height: 220px;
}

.news-list .item .preview img {
	width: 450px;
	height: 230px;
}

.news-list .item .preview a {
	width: 100%;
	height: 100%;
}

.news-list .item .content {
	overflow: auto;
	padding: 0;
	padding-left: 50px;
	position: relative;
	min-height: 220px;
}

.news-list .item .post-title {
	margin-top: 0;
	margin-bottom: 11px;
	color: #444444; 
	font-size: 26px;
	font-family: 'Myriad Pro', 'FZLTH_GB18030'," ","STHeiti-Light","SimSun";
	border-left: 3px solid #149f01;       /*#ed1c24;*/
	padding-left: 24px;
}

.news-list .item .post-title a {
	color: #666; 
	font-size: 26px;
}

.news-list .item .post-meta-infos .categories a {
	color: #b5b5b6;
}

.news-list .item .post-meta-infos {
	font-size: 16px;
	padding-left: 27px;
	color: #b5b5b6;
}

.news-list .item .post-meta-infos .categories {
	padding-right: 60px;
}

.news-list .item .post-meta-infos time {
    color: #b5b5b6;
    background: url(../images/iconbox/news-center1.png) no-repeat left 2px;
    padding-left: 25px;
}

.news-list .item .post-meta-infos .top {
    color: #ed1c24;
}

.news-list .item .entry-content {
	font-size: 16px;
    padding-top: 1px;
    letter-spacing: 2px;
    line-height: 25px;
    text-indent: 2em;
    text-align:justify; 
    text-justify:inter-ideograph;
}

.news-list .item .article-content {
	font-size: 16px;
    padding-top: 1px;
    letter-spacing: 2px;
    line-height: 25px;
    text-align:justify; 
    text-justify:inter-ideograph;
}

.news-list .item .article-title { 
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-list .item .article-demo { 
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}


.news-list .item .read-more {
    position: absolute;
    bottom: 0;
}

.news-list .item .preview .image-overlay-inside:before {
    content: '';
}

.avia_transform .news-list .item a:hover .image-overlay {
    opacity: 0.5;
    filter: alpha(opacity=0.5);
    background: url(../images/iconbox/gray.png) repeat;
}

.news-list .item:first-child {
    margin-top: 40px;
}

.news-list .item:last-child {
    border-bottom: none;
    margin-bottom: 92px;
}


/*动态搜索页面*/
.news-list .item .search-title {
	margin-top: 0;
	margin-bottom: 5px;
	color: #444444; 
	font-size: 22px;
	font-weight:bold;
	font-family: 'Myriad Pro', 'FZLTH_GB18030'," ","STHeiti-Light","SimSun";
	border-left: 3px solid #149f01;       /*#ed1c24;*/
	padding-left: 24px;
}

.news-list .item .search-title a {
	color: #666; 
	font-size: 20px;
}

.news-list .item .search-content {
	font-size: 16px;
    padding-top: 10px;
    letter-spacing: 2px;
    line-height: 25px;
    text-align:justify; 
    text-justify:inter-ideograph;
}

.news-list .item .search-page {
	overflow: auto;
	padding: 0;
	padding-left: 50px;
	position: relative;
	min-height: 90px;
}

.c-theme-btn.btn {
  color: #ffffff;
  background: #32c5d2;
  border-color: #32c5d2; 
}

.c-theme-btn.btn.btn-no-focus:hover,
.c-theme-btn.btn:hover,
.c-theme-btn.btn.btn-no-focus:active,
.c-theme-btn.btn:active,
.c-theme-btn.btn.active,
.open > .c-theme-btn.btn.dropdown-toggle {
	color: #ffffff;
	background: #27a8b4;
	border-color: #27a8b4; 
}


/*页码样式*/

.pagination
{
	clear:both;
	margin:0 auto;
	margin-bottom:60px;
	text-align:center;
	width:auto;
	position:relative;
	z-index:3;
	line-height:14px;
	overflow:hidden;
	color:#666666;
	font-family:'Myriad Pro','FZLTH_GB18030';
}
.pagination span,.pagination a
{
	display:block;
	float:left;
	font-size:11px;
	line-height:13px;
	padding:2px 9px 1px 9px;
	text-decoration:none;
	width:35px;
}
.pagination .prev, .pagination .next
{
	height:35px;
	width:80px;
	line-height:35px;
	text-align:center;
	padding:0 13px;
	margin-right:10px;
	border:1px solid #e6e6e6;
}
.pagination .current, .pagination a, .fullsize .template-blog .pagination a
{
	height:35px;
	width:35px;
	line-height:35px;
	text-align:center;
	padding:0 13px;
	margin-right:10px;
	border:1px solid #e6e6e6;
}
.pagination .current
{
	font-size:11px;
	padding:1px 9px 1px 9px;
	font-weight:bold;
}
.pagination .pagination-meta
{
	float:right;
	line-height:35px;
}
.main_color .pagination a:hover, .main_color .pagination .current
{
	background-color:#149f01 !important;
	border-color:#149f01;
	color:#fff;
	text-decoration:none;
}
#top a:active,#top a:hover
{
	text-decoration:none;
	color:#149f01;
}

#top time
{
	color:#848484;
}

#top .read-more
{
	border:1px solid #bcbcbc;
	background:url(../images/iconbox/readmore.png) no-repeat;
	background-position:6px 8px;
	padding:5px 4px 5px 21px;
	color:#595757;
	width:90px;
	float:left;
}

.pagination a:hover, .pagination .current
{
	background-color:#149f01 !important;
	border-color:#149f01;
	color:#fff;
	font-weight:600;
	text-decoration:none;
}

.pagination.newslist-pagination {
    margin-bottom: 80px;
}