﻿/* CSS Document */
@charset "utf-8";* {    margin: 0;    padding: 0;    box-sizing: border-box;}body {    font-family: Arial, sans-serif,Microsoft YaHei,微软雅黑;    line-height: 1.6;    color: #333;    background-color: #fff;}
a{
	color:#000;
	text-decoration:none;
	transition:color 0.3s ease;
	}
a:hover{
	color:#004499;
	}
img{
	max-width:100%;
	height:auto;
	}
ul{
	list-style:none;
	}
/* 响应式设计 */
/* 平板设备 */
@media (max-width: 992px) {
.c_left {
        flex: 1 1 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
.header {
    flex-direction: column;
    text-align:left;
    }
.muv ul {
    flex-direction: column;
    }
.muv ul li {
    display: flex;
    justify-content: center;
    gap: clamp(10px, 3vw, 30px)
    }
.logo a img{
		flex:1 1 100%;
		}
.atit h1{
        font-size: 1.5rem;
    }
.text p{
	font-size:1.2rem;
	}
}
/* 手机设备 */
@media (max-width: 768px) {
.logo{
    flex:1 1 100%;
	text-align:center;
    }
.muv{
	display:none;
	height:auto;
	}
.muv li{
	font-size:0.9rem;
	flex:0 0 auto;
	}
.header{
    text-align:left;
    }
.logo a img{
		width:80px;
		height:40px;
		}
.atit h1{
        font-size: 1.5rem;
    }
.text p{
	font-size:1.2rem;
	}
}
/* 小手机设备 */
@media(max-width: 480px){
.headbox, #c_wap, .copynav{
    padding: 0 10px;
    }
.muv{
	height:auto;
	}
.muv li{
	font-size:0.9rem;
	flex:0 0 auto;
	}
.header {
    text-align:left;
	 }
.atit h1 {
    font-size: 1.3rem;
    }
.info {
    font-size: 0.8rem;
    }
.about h5 {
    font-size: 0.9rem;
    }
.logo a img{
	flex:1 1 100%;
	}
.text p{
	font-size:1.2rem;
	}
}/* 头部样式 */#head {
	background:#fff;    border-bottom: 1px solid #333;
	position:fixed;
    top:0;
    width:100%;
    color:white;
    z-index:1200;}.headbox {
	max-width:1200px;
	margin:auto;
	padding:0 15px;}.header {    display: flex;    flex-wrap: wrap;    justify-content: space-between;    align-items: center;    padding: 0px 0;}.logo{
	width:60px;
	height:30px;
	margin:5px;
	}
.logo img{
	max-width:100px;
	height:auto;
	}/* 导航菜单样式 */.muv {
	background-color:#FFF;}.muv ul {    display: flex;    flex-wrap: wrap;
	list-style:none;}.muv li {
	 flex:1 1 auto;}
.muv ul li a img{
	padding:0px 0px;
	display:block;
	background:white;
	width:50px;
	height:25px;
	}.muv a {
	font-size:0.9rem;    display: block;    color: #000;
	padding:5px 10px;    text-decoration:none;
	font-weight:normal;    text-align: center;    transition: background-color 0.3s;}.muv ul li a:hover {    background-color: #333;
	color:white;
	border-radius:20px;}/* 主内容区域 */#wap {    max-width:1200px;    margin:0 auto;    padding: 0 15px;}#main {    display: flex;    flex-wrap: wrap;
	margin-top:50px;}/* 左侧内容区域 */.c_left {    flex: 1 1 100%;}/* 右侧边栏 */.c_right {    flex: 1 1 25%;}/* 文章标题 */
.v-logo{
	max-width:800px;
	height:30px;
	margin: 0px auto 0;
    padding: 1rem;
	}
.v-logo a{}
.v-logo a img{
	width:60px;
	height:30px;
	margin:10px;
	text-align:left;
	}
.atit{
	max-width: 800px;
    margin: 20px auto 0;
    padding: 2rem;
	}.atit h1{    font-size: 1.3rem;    margin-bottom: 10px;    color: #333;	text-align:center;}/* 文章信息 */.info {    color: #666;	text-align:center;    font-size: 0.9rem;    margin-bottom: 15px;    border-bottom: 1px solid #eee;    padding-bottom: 10px;}
.info a{
	font-size:0.9rem;
	font-weight:normal;
	text-decoration:none;
	}/* 文章内容 */.text {    max-width: 800px;
    margin: 20px auto 0;
    padding: 2rem;}.text p {    margin-bottom: 20px;
	font-size:1.2rem;
	line-height:1.8;}
.end{
	max-width: 800px;
    margin: 5px auto 0;
    padding: 2rem;
	color:#666;
	text-align:center;
	}
.text h2{
	margin-bottom:20px;
	font-size:1.2rem;
	line-height:1.8;
	}
.text h3{margin-bottom:20px;
	font-size:1.2rem;
	line-height:1.8;
	}
.text p img{
	max-width: 100%;
    height: auto;
	margin:10px;
	}
/* 正文下信息流 */
.main_xxlad {
	max-width:800px;
    margin: 20px auto 0;
    padding: 2rem;
}
.main_xxlad h3{
	max-width:750px;
	font-size:1rem;
	line-height:50px;
	height:50px;
	font-weight:normal;
	text-align:left;
	color:#000;
	padding-left:10px;
	}
.main_xxlad img {
    max-width: 100%;
    height: auto;
}
.main_xxlad .div{
	margin:5px;
	height:auto;
	text-align:center;
	}
.main_xxlad .div img{
	border:0px;
	}
.main_xxlad ul{
	list-style:none;
	}
.main_xxlad ul li{
	height:100px;
	margin:5px;
	}
.main_xxlad ul li a img{
	float:left;
	width:180px;
	height:90px;
	margin:5px;
	}
.main_xxlad ul li a span{
	float:left;
	max-width:520px;
	margin:5px;
	height:90px;
	font-size:1rem;
	line-height:45px;
	}
.article-list {
    list-style-type: none; 
    padding: 0;
    }
.article-item {
	line-height:100px;
	height:100px;
	max-width:750px;
	margin:10px 0px 10px 0px;
	list-style:none;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}
.pcimg{
	float:left;
	max-width:200px;
	height:100px;
	line-height:100px;
	}
.pcimg a img{
	width:180px;
    height: 90px;
	line-height:90px;
	margin:5px;
	}
.tith5{
	max-width:520px;
	height:100px;
	line-height:100px;
	}
.tith5 a{
	text-decoration:none;
	}
.tith5 a h5{
	height:80px;
	line-height:80px;
	font-size:1rem;
	font-weight:normal;
	color:#000;
	margin:10px;
	}/* 底部样式 */#c_foot {
	max-width:1200px;    background-color: #fff;
	border-top: 2px solid #666;    color: #000;    padding: 20px 0;    margin-top: 30px;}.copynav {    max-width: 1200px;    margin: 0 auto;    text-align: center;    padding: 0 15px;}.copynav p {    margin-bottom: 10px;}.copynav a {    color: #000;    text-decoration: none;}.copynav a:hover {    text-decoration: underline;}