﻿.news-list {
	margin-bottom: 35px;
	border-bottom: 1px solid #e8e8e8
}
.list-one {
	display: block;
	padding: 30px 0px;
	transition: all .3s linear;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.news-list > ul > li:nth-child(odd) {
	background: #f7f7f7;
}
.list-one:hover {
}
.list-one-img {
	display: inline-block;
	vertical-align: top;
	border: 2px solid #eaeaea;
	font-size: 0;
}
.list-one-img a {
	display: inline-block;
	border: 1px solid #fff;
	overflow: hidden;
}
.list-one-img img {
	width: 374px;
	height: 218px;
	transition: all .65s ease;
}
.list-one-img img:hover {
	transform: scale(1.08);
	-ms-transform: scale(1.08);     /* IE 9 */
	-moz-transform: scale(1.08);    /* Firefox */
	-webkit-transform: scale(1.08); /* Safari 和 Chrome */
	-o-transform: scale(1.08);  /* Opera */
}
.list-one-words {
	float: right;
	display: inline-block;
	vertical-align: top;
	width: 63%;
}
.words-title {
	margin-bottom: 14px;
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.words-title a {
	color: #333;
	transition: all .2s linear;
}
.words-title a:hover {
	color: #3d649b;
}
.news-belong {
	margin-bottom: 10px;
	line-height: 12px;
}
.news-belong span {
	margin-right: 21px;
	font-size: 12px;
	color: #7b7b7b;
}
.words-info {
	color: #878787;
	height: 72px;
	line-height: 24px;
	font-size: 14px;
	border-top: 1px dashed #c5c5c5;
	padding-top: 22px;
	margin-bottom: 37px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.words-view {
	display: inline-block;
	width: 98px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #e8e8e8;
	font-size: 0;
	transition: all .2s linear;
}
.words-view span {
	font-family: '宋体';
}
.words-view a {
	display: block;
	font-size: 12px;
	color: #797979;
	transition: all .2s linear;
}
.words-view:hover {
	background: #1754a3;
}
.words-view:hover a {
	color: #fefefe;
}
@media (max-width: 75em) {
.list-one-words {
	width: 56%;
}
}
@media (max-width: 62em) {
.list-one-words {
	width: 43%;
}
}
@media (max-width: 48em) {
.news-list {
	margin-bottom: 40px;
}
.list-one-img {
	margin-bottom: 14px;
}
.list-one {
	padding: 20px;
	text-align: center;
}
.list-one-words {
	float: none;
	width: 100%;
	text-align: left;
}
.words-title {
	margin-bottom: 6px;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
}
.news-belong {
	margin-bottom: 6px;
}
.words-info {
	height: 54px;
	line-height: 18px;
	font-size: 12px;
	padding-top: 8px;
	margin-bottom: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.words-view {
	width: 84px;
	height: 24px;
	line-height: 24px;
}
}
@media (max-width: 34em) {
.list-one {
	padding: 15px 0;
	text-align: left;
}
.list-one-img img {
	max-width: 100%;
	height: auto;
	transition: all .65s ease;
}
}
@media (max-width: 768px) {
.inner-menu a {
	width: 50%;
}
.inner-con {
	margin-top: 10px;
}
}


@media screen and (max-width: 1200px) {
    .wrap, .wrap2, .wrap3 {
        width: 95%;
        max-width: 1200px;
    }
}

@media screen and (max-width: 992px) {
    .wrap, .wrap2, .wrap3 {
        width: 96%;
        max-width: 1000px;
    }
    
    /* 优化导航栏 */
    .header-v1 {
        height: auto !important;
        min-height: 80px;
    }
    
    .nav li {
        margin: 0 10px;
    }
}

@media screen and (max-width: 768px) {
    /* 确保移动设备上所有元素都是响应式的 */
    * {
        box-sizing: border-box !important;
    }
    
    /* 优化图片显示 */
    img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    /* 优化表单元素 */
    input, textarea, select {
        max-width: 100% !important;
    }
    
    /* 优化页脚布局 */
    .f_bg .f_bg_div > div {
        float: none !important;
        width: 100% !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 480px) {
    /* 确保小屏幕设备上文字可读 */
    body {
        font-size: 14px !important;
    }
    
    /* 优化按钮大小 */
    button, .bnts, .bnt1 {
        padding: 10px 20px !important;
        font-size: 16px !important;
    }
}



/* === 优化的自适应响应式样式 === */
/* 全局响应式设置 */
@media screen and (max-width: 1200px) {
    .wrap, .wrap2, .wrap3 {
        width: 95% !important;
        max-width: 1200px !important;
    }
}

@media screen and (max-width: 992px) {
    .wrap, .wrap2, .wrap3 {
        width: 96% !important;
        max-width: 1000px !important;
    }
    
    /* 优化导航栏 */
    .header-v1 {
        height: auto !important;
        min-height: 80px !important;
    }
    
    .nav li {
        margin: 0 10px !important;
    }
}

@media screen and (max-width: 768px) {
    /* 确保移动设备上所有元素都是响应式的 */
    * {
        box-sizing: border-box !important;
    }
    
    /* 优化图片显示 */
    img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    /* 优化表单元素 */
    input, textarea, select {
        max-width: 100% !important;
    }
    
    /* 优化页脚布局 */
    .f_bg .f_bg_div > div {
        float: none !important;
        width: 100% !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 480px) {
    /* 确保小屏幕设备上文字可读 */
    body {
        font-size: 14px !important;
    }
    
    /* 优化按钮大小 */
    button, .bnts, .bnt1 {
        padding: 10px 20px !important;
        font-size: 16px !important;
    }
}
/* === 优化的自适应响应式样式结束 === */



/* === 优化的自适应响应式样式 === */
/* 全局响应式设置 */
@media screen and (max-width: 1200px) {
    .wrap, .wrap2, .wrap3 {
        width: 95% !important;
        max-width: 1200px !important;
    }
}

@media screen and (max-width: 992px) {
    .wrap, .wrap2, .wrap3 {
        width: 96% !important;
        max-width: 1000px !important;
    }
    
    /* 优化导航栏 */
    .header-v1 {
        height: auto !important;
        min-height: 80px !important;
    }
    
    .nav li {
        margin: 0 10px !important;
    }
}

@media screen and (max-width: 768px) {
    /* 确保移动设备上所有元素都是响应式的 */
    * {
        box-sizing: border-box !important;
    }
    
    /* 优化图片显示 */
    img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    /* 优化表单元素 */
    input, textarea, select {
        max-width: 100% !important;
    }
    
    /* 优化页脚布局 */
    .f_bg .f_bg_div > div {
        float: none !important;
        width: 100% !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 480px) {
    /* 确保小屏幕设备上文字可读 */
    body {
        font-size: 14px !important;
    }
    
    /* 优化按钮大小 */
    button, .bnts, .bnt1 {
        padding: 10px 20px !important;
        font-size: 16px !important;
    }
}
/* === 优化的自适应响应式样式结束 === */
