.curpath {
    display: none;
}

.titlelist {
    display: none;
    padding: 30px 0 10px;
}

.titlelist ul li a {
    display: block;
}

.titlelist ul li a div {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #ffffff;
    border-radius: 10px;
}

.titlelist ul li a img {
    width: 120px;
    height: 120px;
}

.titlelist ul li a img:hover {
    transform: scale(1.1);
}

.titlelist ul li a p {
    font-size: 16px;
    line-height: 20px;
    color: #1a225d;
    text-align: center;
}

.contentmain {
    padding: 30px 0 80px;
}

.title {
    border-left: 5px solid #204fb4;
    padding: 8px 0 8px 15px;
    margin-bottom: 25px;
    position: relative;
}

.title span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #204fb4;
    margin-bottom: 20px;
}

.title p {
    width: 800px;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    color: #333333;
}

.facebook {
    width: 246px;
    height: 42px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.facebook:hover {
    opacity: 0.9;
}

.articleInfo {
    padding-top: 30px;
}

.articleInfo p {
    font-size: 16px;
    line-height: 27px;
    color: #333333;
}

#doc p a {
    color: #337ab7;
}