@charset "utf-8";

.nymain {
    background: #fafbfb;
}

.jcpt-box {
    margin-top: 40px;
}

.jcpt-box:nth-child(1) {
    margin-top: 0;
}

.jcpt-tit {
    border-bottom: 1px solid #d1d1d1;
    line-height: 64px;
}

.jcpt-tit h3 {
    float: left;
    font-size: 24px;
    font-weight: 600;
    color: #3554da;
    border-bottom: 2px solid #3554da;
    margin-bottom: -1px;
}

.jcpt-btn {
    float: right;
}

.jcpt-btn b {
    display: none;
    font-size: 20px;
    color: #797979;
    cursor: pointer;
    padding-right: 30px;
    background-repeat: no-repeat;
    background-position: right center;
}

.jcpt-btn b:nth-child(1) {
    display: block;
}

.jcpt-btn.on b {
    display: block;
}

.jcpt-btn.on b:nth-child(1) {
    display: none;
}

.jcpt-list ul li {
    float: left;
    width: 48%;
    margin-top: 45px;
    display: none;
}

.jcpt-list ul li:nth-child(-n+4) {
    display: block;
}

.jcpt-list.on ul li {
    display: block;
}

.jcpt-list ul li:nth-child(2n+1) {
    margin-right: 4%;
}

.jcpt-list ul li a {
    display: block;
    overflow: hidden;
    padding: 20px 35px 20px 35px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(59, 64, 241, 0.15);
    border-radius: 35px;
    transition: all 0.5s;
}

.jcpt-icon {
    float: left;
    width: 100px;
    height: 100px;
    font-size: 0;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background: #f2f2f2;
}

.jcpt-icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.jcpt-info {
    overflow: hidden;
    padding-left: 50px;
}

.jcpt-info h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    line-height: 23px;
    color: #2f2f2f;
    margin-top: 12px;
}

.jcpt-info p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #7b7b7b;
    margin-top: 10px;
}

.jcpt-list ul li a:hover {
    box-shadow: 0px 0px 10px 0px rgba(59, 64, 241, 0.35);
}

.jcpt-list ul li a:hover .jcpt-info h3 {
    color: #3554da;
}



@media screen and (max-width:1420px) {
    .jcpt-icon {
        width: 110px;
        height: 110px;
        line-height: 110px;
    }

    .jcpt-list ul li a {
        padding: 15px;
    }

    .jcpt-info {
        padding-left: 20px;
    }

    .jcpt-info h3 {
        font-size: 20px;
        margin-top: 5px;
    }
    .jcpt-btn b{
        font-size: 18px;
    }
}

@media screen and (max-width:1024px) {
    .jcpt-info h3 {
        font-size: 18px;
    }
    .jcpt-tit h3{
        font-size: 20px;
    }
    .jcpt-btn b{
        font-size: 16px;
    }
    .jcpt-tit{
        line-height: 50px;
    }
}

@media screen and (max-width:768px) {
    .jcpt-list ul li {
        float: none;
        width: auto;
        margin-top: 25px;
    }
    .jcpt-list ul li:nth-child(2n+1) {
        margin-right: 0;
    }
    .jcpt-icon{
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
    .jcpt-info h3{
        font-size: 16px;
        margin-top: 0;
        font-weight: 600;
    }
    .jcpt-info p{
        margin-top: 10px;
    }
}