﻿/*01-07分级列表页样式*/
.current-location {height:60px}
.current-location a {line-height: 60px;}
.list-content li:hover span {
       color: #1a89d7;
    }
    .hidden{
				display: none;
			}
@media screen and (max-width: 1200px) {
			.current-location {
			   margin-top: 1.4rem;
			}
			.content{
				padding-bottom: .4rem;
			}
			.page-content {
				width: 100%;
			    float: none;
			    margin: 0;
			    border: none;
			}
			.list-page {
			    margin: 0 auto;
			    width: 100%!important;
			    height: auto;
					display: flex;
					justify-content: center;
			}
			.list-head {
				margin: 0;
				width: 100%;
				position: relative;
			}
			.list-content {
			    width:100%;
			    height: auto;
			    margin: 0;
					padding: .37rem .2rem .62rem;
			}
			
			.list-content li{
			  position: relative;
				margin-bottom: .3rem;
			}
			.list-content li:last-child{
			  
				margin-bottom: none;
			}
			.list-content li i {
			    padding: 0;
			    position: absolute;
			    left: .08rem;
			}
			.list-content li .list-title {
				display: block;
			    width:auto;
			    padding-left: .36rem;
			    padding-right: 2rem;
			    
			}
			.list-content li .list-date {
			    float: none;
			    position: absolute;
			    padding-right: 0;
			    right: .2rem;
					
			}
			
			.list-head .dot {
			    position: absolute;
			    top: 0.1rem;
			    right: 0.25rem;
					cursor: pointer;
			}
			.list-head .dot .dot-icon{
				display: inline-block;
				width: .08rem;
				height: .08rem;
				border-radius: 50%;
				background: #D8D8D8;
			}
			.two-menu{
				position: absolute;
				top: .6rem;
				right: 0;
				width: 1.7rem;
				border: 1px solid #1662B4;
				z-index: 999;
				background: #fff;
			}
			.two-menu a{
				text-align: center;
				display: block;
				font-size: .24rem;
				height: .54rem;
				line-height: .54rem;
				color: #3A3A3A;
				border-bottom: 1px solid #1662B4;
			}
			.two-menu a:hover{
				background: #DEF0FE;
			}
			.two-menu a:last-child{
				border-bottom: none;
			}
			.list-head .dot .dot-icon:nth-of-type(2){
				margin: 0 .04rem;
			}
			.list-head .list-title {
			  font-size: .3rem;
			}
			}