

.yl2 {width: 100%;overflow: auto;}


.yl2 dd {
    float: left;
    width: 20%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    line-height: 32px;
    margin-inline-start: 0px;
}
@media (min-width: 960px){
.yl2 dd {
    width: 20%;
}}
.yl2 dd li {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    
    margin-right: 1px;
    margin-bottom: 1px;
    text-align: center;
    border: 1px solid #181012;
    background: antiquewhite;
    border-radius: 1px;
}


.yl2 dd li a{
font-size: 14px;

}

.yl5 {width: 100%;overflow: auto;background: #33343f;}


.yl5 dd {
    float: left;
    width: 20%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    line-height: 32px;
    margin-inline-start: 0px;
    margin-bottom: 0rem;
}
@media (min-width: 960px){
.yl5 dd {
    width: 20%;
}}
.yl5 dd li {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    

    text-align: center;
    border: 1px solid #e5e5e5;
    background: #33343f;
    border-radius: 1px;
    list-style: none; 
}


.yl5 dd li a{
font-size: 18px;
color: #f9ff00;
 text-decoration: none; 
}

.app{box-shadow:0 0 15px rgba(100,100,100,.1);overflow:hidden;border-radius:5px;background-color:#fff;width: 100%}
.app1{box-shadow:0 0 15px rgba(100,100,100,.1);overflow:hidden;border-radius:5px;background-color:#a78e98;width: 100%}
		.app_tj{
			padding: 5px;
			/* min-height: 300px; */
			
		}
		.app_tj ul{
		    width: 100%;
			/*min-height: 300px;*/
			margin: 0;
			padding: 0;
			display: flow-root;
		}
		
		.app_tj ul li{
			list-style: none;
			float: left;
			margin: 0;
			padding: 0;
		}
		.app_tj ul li{
			width: 20%;
			height: 80px;
			/*margin-right: 10px;*/
			text-align: center;
		}
		/*.app_tj ul li:nth-child(5n+0)*/
  /*      {*/
  /*      margin-right: 0px;*/
  /*      }*/
		.app_tj ul li img{
			width: 50px;
			height: 50px;
		}
		.app_tj ul li p{
			margin: 0;
			padding: 0;
			font-size: 8px;
			font-weight:bold;
		}
		.app_tj ul li a{
			text-decoration: none;
			color: black;
		}
@media screen and (max-width:960px){
    .app_tj ul li{
			width: 20%;
			height: 80px;
			/*margin-right: 10px;*/
			text-align: center;
		}
}