﻿.main_content{padding-bottom: 10px;padding-top: 0;}
.ul-zp li{line-height: 39px;border-bottom: 1px solid #ededed;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;background: url(/Content/Areas/Common/images/Article/list_dot_one.png) no-repeat left center;padding-left: 15px;}
.pdl10{padding-left: 10px;}
.pdr10{padding-right: 10px;}
ul.ul-btn li{width: 20%;height: 75px;float: left;text-align: center;line-height: 75px;margin-bottom: 20px;box-sizing: border-box;padding:10px;}
ul.ul-btn li a{color: #fff;font-size: 24px;display: block;background: #1C73A0; border-radius: 3px;}
ul.ul-btn li a:hover{background: #2A5199;transition: all .3s}
 .Column_Con {display: flex;justify-content: space-between;align-items: center;margin: 15px 0px;padding: 0;}

 .Column_Con .item_Column {width: 32%;display: flex;justify-content: center;align-items: center;flex-direction: column;background: #1C73A0;height: 200px;border-radius: 10px;}

 .Column_Con .item_Column a {display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;width: 100%;}

 .Column_Con .item_Column a span {color: #fff;font-size: 24px;margin-top: 20px;}
 .Column_Con .item_Column:hover {box-shadow: 0 0 10px #1C73A0;transition: all 0.3s;}

 .Column_Con .item_Column:hover span {font-weight: bold;}
@media only screen and (max-width:767px){
 ul.ul-btn li{width: 50%;}
}
@media only screen and (max-width:425px){
.Column_Con .item_Column {width: 100%;margin-bottom: 20px;}

.Column_Con {flex-wrap: wrap;}
} 
