.titlelist {
    border-bottom: 1px solid #e1e1e1;
}

.titlelist ul li {
    display: inline-block;
    margin-right: 60px;
    line-height: 60px;
}

.titlelist ul li a {
    font-size: 16px;
    color: #666666;
}

.titlelist ul li:hover a {
    color: #333333;
}

.titlelist ul li.on::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 9px;
    background: url('../img/second/triangle.png') no-repeat;
    margin-right: 8px;
}

.titlelist ul li.on a,
.titlelist ul li.on:hover a {
    color: #204eb4;
}

.contentmain {
    padding: 30px 0 60px;
}

.box {
    margin-bottom: 10px;
}

.box6 {
    margin-bottom: 0;
}

.title {
    padding-right: 20px;
    margin-bottom: 30px;
    cursor: pointer;
}

.title p {
    font-size: 24px;
    line-height: 80px;
    font-weight: bold;
}

.title p img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    vertical-align: middle;
}

.title span {
    transition: all 0.4s;
}

.title span img {
    width: 30px;
    height: 14px;
}

.box1 .title {
    border-bottom: 1px solid #324b98;
}

.box1 .title p {
    color: #324b98;
}

.box2 .title {
    border-bottom: 1px solid #42a6bb;
}

.box2 .title p {
    color: #42a6bb;
}

.box3 .title {
    border-bottom: 1px solid #588d4a;
}

.box3 .title p {
    color: #588d4a;
}

.box4 .title {
    border-bottom: 1px solid #e6bd3a;
}

.box4 .title p {
    color: #e6bd3a;
}

.box5 .title {
    border-bottom: 1px solid #6272de;
}

.box5 .title p {
    color: #6272de;
}

.box6 .title {
    border-bottom: 1px solid #354e75;
}

.box6 .title p {
    color: #354e75;
}

.list {
    display: none;
    transition: all 0.4s;
}

.box ul li {
    margin-right: 30px;
    margin-bottom: 30px;
}

.box ul li:nth-of-type(3n) {
    margin-right: 0;
}

.box ul li a {
    width: 360px;
    height: 144px;
    background-color: #e2f0f3;
}

.box ul li a img {
    width: 144px;
    height: 144px;
    margin-right: 20px;
}

.box ul li a p {
    width: 174px;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.show {
    display: block;
}