﻿.list-box{
	height: 735px;
	position: relative;
}

/*列表*/
.list-main{
	padding-left: 10px;
	padding-right: 7px;
	padding-top: 30px;
}
.list-main-group li{
	line-height: 30px;
	font-size: 14px;
}
.list-main-group a{
	display: block;
	color: #3a3a3a;
	padding-left: 25px;
	position: relative;
}
.list-main-group li i{
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: #3a3a3a;
	top: 11px;
	left: 0;
}
.list-main-group .list-main-date{
	position: absolute;
	right: 0;
	height: 100%;
}
.hidDom{display:none}
@media screen and (max-width: 1200px){
	.containers.main{
		background-color: #f2f2f2;
		padding: .2rem .3rem .5rem;
	}
	.list-title{
		height: .78rem;
		line-height: .78rem;
		padding-top: 0;
		font-size: .28rem;
		position: relative;
	}
	
	.list-title span{
		padding: 0 .2rem;
		border-bottom: .03rem solid #004d95;
	}
	.list-main{
		padding: .4rem .2rem .3rem;
	}
	.list-box{
		height: auto;
		background-color: #FFF;
		padding: 0;
		}
	.main-right{
		width: 100%;
		float: none;
	}		
	.list-main-group li{
		line-height: 2;
		font-size: .26rem;
	}
	.list-main-group a{
		color: #333;
		padding-left: .25rem;
	}
	.list-main-group li i{
		width: .05rem;
		height: .05rem;
		left: .04rem;
		background: #555555;
		margin-top: 0;
		top: 36%;
	}
	.list-main-group .list-main-title{
		width: 70%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.list-main-group .list-main-date{
		color: #999999;
		font-size: .22rem;
	}
	.dot {
	    position: absolute;
	    top: 0;
	    right: 0.3rem;
	}
	.dot-icon{
		width: .07rem;
		height: .07rem;
		border-radius: 50%;
		display: inline-block;
		background: #999;
		cursor: pointer;
	}
	.two-menu {
	    position: absolute;
	    top: .76rem;
	    right: -0.32rem;
	    width: 2.5rem;
	    padding:0 .22rem;
	    z-index: 999;
	    background: #fff;
	    border-radius: .1rem;
	    box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.12);
	}
	.two-menu a {
	    display: block;
	    color: #333;
	    font-size: .28rem;
	    height: .84rem;
			line-height: .84rem;
	    border-bottom: 1px solid #ccc;
	    text-align: center;
			float: none;
			top: 0;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
	}
	.two-menu a:last-child{
		border-bottom: none;
	}
}
