.container{
    width: 100%;
}
.cate_outer{
    border-top:none;
}
.main_lead{
    padding:20px;
    background-color: #e9f8ff;
    margin-bottom: 30px;
}
.casestudy .cate_outer .caselink{
    border: none;
}
.main_lead .text{
    font-size: 15px;
    color: #1d1d1d;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 1200px !important;
}
.casestudy.detail .cate_outer h3{
    text-align: center;
    padding:0 0 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #555;
}
.casestudy .casebox figure{
    background-color: #efefef;
    padding: 3rem;
    border-radius: 15px;
    max-height: 255px;
}
.casestudy .cate_outer .caselink .charge ul li{
    border-radius: 5px;
    background: #65a2a9;
    color: #fff;
}
.casestudy .cate_outer .caselink a{
    width: 100%;
}
.casestudy .cate_outer .others h3{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #295b74;
    padding: 1rem 0;
}
.cate_outer .others .col{
    padding: 0 0 3rem;
}
.casestudy .cate_outer .col dl{
    display: flex;
    flex-flow: wrap;
}
.casestudy .cate_outer .others dl dt{
    width: 20%;
    font-weight: 600;
}
.casestudy .cate_outer .col dl dd{
    width:calc(80% - 3em);
    margin-bottom: 0;
}
.pager {
    padding: 0 20px;
    margin: 20px auto;
    text-align: center;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.pager li {
    display: inline;
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    float: left;
}
.pager li.next{
    margin-left: auto;
}
.pager .next>a, .pager .next>span {
    float: right;
}
.casestudy.detail .cate_outer.contact_block{
    border-top: 1px solid #dedede;
    margin-top: 30px;
    padding-top: 20px;
}
.contact_block ul li a{
    padding: 0 10px;
}
.other_site a i{

}
.fa-external-link-alt:before {
    content: "\f35d";
}
    
@media screen and (max-width: 820px) {

}
@media screen and (min-width: 821px) {
    .casestudy .cate_outer .caselink{
        width: 49%;
        flex-basis: 47%;
        margin-right: 3%;
        padding: 0;
    }
    .casestudy .cate_outer .caselink:nth-child(2n){
        margin-right: 0;
    }
    .bread{
        margin: 0 auto;
        max-width: 1200px !important;
    }
    .bread ul{
        max-width: 1200px !important;
    }
    .main_lead {
        padding: 3rem 2rem;
    }
    .main_lead .text{
        font-size: 17px;
        font-weight: 600;
    }
}