*{
    padding:0;
    margin:0;
    border:0;
}
li{
    list-style-type: none;
}
a {
    text-decoration: none!important;
}
body{
    /* overflow-y: hidden; */
}
.bg{
    background:url('https://xingao-1255668958.cos.ap-beijing.myqcloud.com/web/tra_media/xingao.png') no-repeat center;
    background-size: 100% 100%;
}
.content .two li{
    border-radius: 0.25rem;
    border: #eee solid 1px;
    padding: 1.75rem !important;
    box-sizing: content-box;
    cursor: pointer;
}
.content .two li .top{   
border-bottom: 1px solid rgba(0,0,0,0.3);
}
.content .two li .top h5{    
color: #0B3591;
}
.content .two li .top p{
  color: rgba(0,0,0,0.52);
  font-size: 0.85rem;
  line-height: 1.6rem;
}
.content .two li .bottom{
   overflow:hidden;
   transition: all 1.5s ease-in-out;
}
.content .two li .bottom h4{    
color: #23744A;
line-height: 2rem;
}
.content .two li:nth-child(2) .bottom h4{  
color: #CF9300;
}
.content .two li:nth-child(3) .bottom h4{  
 
color: #00A4FF;
}
.content .two li:nth-child(4) .bottom h4{     
color: #BB0002;
}
.content .two li:nth-child(5) .bottom h4{  
    color: #2566C9;
}
.content .two li:nth-child(6) .bottom h4{  
    color: #7D40CA;
}
.content .two li:hover{
    box-shadow: 0 5px 10px rgba(133,166,193,.20);
}
.content .two li:hover .bottom {
      transform: scale(1.2);
}
.content .three a img{
    transition: all 0.5s ease-in-out;
}
.content .three a:hover img{
     transform: translate(0,-0.25rem);
}
/* copyright */
.copyright{
background: rgba(255,255,255,0.5);
}
.copyright p{
    color: rgba(0,0,0,0.6);
}
.copyright p a{
color: rgba(0,0,0,0.6);
}
.copyright_icon {
	width:1.2rem;
	height:1.2rem;
	margin-left:1rem;
}
@media screen and (max-width:750px) {

	.content .one{
		padding:0!important;
		
	}
	.content .one img{
		width:40%;
	}
	.content .three{
	width:100%!important;
	--bs-gutter-x: 0.5rem!important;
    }
.copyright p a {
	display:block;
}
.bg{
    background:url('https://xingao-1255668958.cos.ap-beijing.myqcloud.com/web/tra_media/m_xingao.png') no-repeat center;
    background-size: 100% 100%;
}
}