@charset "utf-8";
/* CSS Document*/
/*****
*湖南磁浮集团门户网站公共样式文件
*@crtime:2019年04月11日23:51
*@Company:湖南微象科技有限公司 www.microxiang.com
*@Author:张涵
*@modifyLog:	what	when	who
*
*/
body{min-width:520px;}
.qh-content{margin-top: 2rem;}
.slign-content{padding-top:0;padding:0;}
.qh-menu{width: 20%;float: left;background-color: #0d2472;min-height:450px;padding:1rem 0;position: relative;}
.qh-menu::after{content:"";background:url(../images/menu-bottombg.png) no-repeat bottom center;background-size:100%;width:100%;height:100px;position:absolute;bottom:3rem;left:0;}
.qh-menu ul li a{height: 4rem;line-height: 4rem;text-decoration: none;display: block;color: #fff;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.qh-menu ul li a:hover{background-color: #143298;border-left: 5px solid #ab101b;}
.qh-menu ul .on a,.qh-menu ul .on a:hover{border-left: 5px solid #e20514;background: #f9f9f9;color: #132a8e;}
/*右侧列表*/
.qh-list{margin: 0 0 4rem 0;padding: 0 2rem;width: 80%;float: right;/* border: 1px solid #152d8c; *//* border-left: none; */background: #f9f9f9;}
.qh-list li{padding-bottom: 1rem;margin-bottom:1rem;overflow: hidden;border-bottom: 1px dashed #dcdbdb;}
.nopic-list li{margin-bottom:0;}
.qh-list li:hover{}
.qh-list .dj-img{float: left;}
.qh-list .dj-jjtp{width:210px;height: 150px;display: block;}
.qh-list .dj-text{width: 100%;padding-left: 230px;text-align: left;}
.nopic-list .dj-text{padding-left:0;}
.qh-list .dj-text a{display: block;}
.qh-list .dj-text .dj-bt{float: left;max-width: 80%;}
.qh-list .dj-text .dj-date{float: right;}
.dj-text p{/* margin: 1.46rem 0; */line-height: 2rem;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box;text-align: left;font-size:.9rem;color:#666666;}
.dj-title{padding: 1rem 0;/* line-height: 1.4rem; */height: 3.4rem;}
.dj-more{margin-top: 1rem;background: #0d2472;border-radius: 10px;color: #FFF;width: 60px;text-align: center;line-height: 1.5rem;height: 1.5rem;}
.dj-more:hover{color:#FFF;}
.dj-date{font-size:0.67rem;color:#666;}

@media screen and (max-width:800px)
{
	.qh-content{margin-top:0;}
	body{min-width:inherit;}
	.qh-list .dj-text{padding-left:0}
	.qh-list .dj-text a.dj-more{display:none;}
	.qh-list li{margin-bottom:0;}
	
	.box-menu{width: 100%;overflow: hidden;min-height: 0;}
	.zf-list-box{width: 100%;padding: 0.67rem;}
	.box-menu{width: 100%;background-color: #0d2472;position: relative;height:4rem;}
	.box-menu>ul{border:none;position: absolute;left: 0;}
	.box-menu li,.box-menu li:last-child{float: left;border-bottom:none;}
	.box-menu li .iconfont{display:none;}
	.box-menu li a{display:block;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;text-align: center;padding:0 .7rem;color:#333;font-size:1.2rem;}
	.box-menu li.on{background-color:#fff;}
    .box-menu li.on a{color: #0269b8;}
    .zf-list-menu .zfmu-img{display:none;}
	.qh-menu{padding: 0;}
	.qh-menu ul li a{height: 4rem;line-height: 4rem;}
	.qh-menu::after{content: none;}
	.qh-menu ul .on a, .qh-menu ul .on a:hover{border-left: none;border-top: 2px solid #e20514;}
	.qh-menu ul li a:hover{border-left: none;}
	
}
@media screen and (max-width:400px)
{
	.qh-list .dj-text .dj-bt{max-width: 75%;}
	.now-path{overflow: hidden;height: 45px;}
}
	
