@charset "utf-8";
.g-list-nav{
    background: url("../../images/gxjk.files/business-banner.png") top center no-repeat;
}
.g-3th .m-list{
    padding: 45px 35px;
    flex-wrap: wrap;
}
.g-3th .m-list li{
    width: 560px;
    height: 270px;
    margin-top: 72px;
    display: flex;
    cursor: pointer;
    border: 1px solid #e5e5e5;
}
.g-3th .m-list li:nth-child(1),
.g-3th .m-list li:nth-child(2){
    margin-top: 0;
}
.g-3th .m-list li .g-lt{
    width: 50px;
    line-height: 50px;
    height: 100%;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #4770c1;
}
.g-3th .m-list li:hover .g-lt{
    background: #e54100;
}
.g-3th .m-list li:hover{
    border: 1px solid #e54100;
    border-left: none;
}
.g-3th .m-list li .g-rt{
    padding: 20px 30px;
}
.g-3th .m-list li .g-rt a:first-child{
    color: #333;
    font-weight: bold;
    font-size: 22px;
    line-height: 52px;
}
.g-3th .m-list li .g-rt p{
    text-align: justify;
    font-size: 16px;
    line-height: 28px;
    color: #555;
    text-indent: 2em;
}
.g-3th .m-list li .g-rt a:last-child{
    line-height: 1;
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    color: #e54100;
    margin-top: auto;
    margin-left: auto;
}
/* ÃƒÂ¤Ã‚ÂºÃ‚Â§ÃƒÂ¤Ã‚Â¸Ã…Â¡ÃƒÂ¨Ã‚Â¿Ã‚ÂÃƒÂ¨Ã‚ÂÃ‚Â¥ */
.g-5th{
    padding:  40px 43px;
}
.g-5th .m-list{
    flex-wrap: wrap;
    padding-top: 0;
}
.g-5th .m-list li{
    width: 580px;
    min-height: 570px;
}
.g-5th .m-list li a div,
.g-5th .m-list li a div img{
    width: 100%;
    height: 325px;
    position: relative;
}
.g-5th .m-list li a div{
    margin-bottom: 14px;
}
.g-5th .m-list li a div span{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px 10px 40px;
    background: #4770c1;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 1;
    border-top-left-radius: 40px;
}
.g-5th .m-list li:nth-child(2n) a div span{
    border-top-left-radius: 0;
    border-top-right-radius: 40px;
    left: 0;
    right: auto;
    padding: 10px 40px 10px 20px;
}
.g-5th .m-list li a p{
    color: #555;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
}
.g-5th .m-list li{
    margin-top: 35px;
    box-shadow: 0 0 10px #e5e5e5;
}
.g-5th .m-list li:hover{box-shadow: 0 0 0 5px #e54100}
.g-5th .m-list li:nth-child(1),
.g-5th .m-list li:nth-child(2){
    margin-top: 0;
}