@charset "utf-8";

/* 背景图 */


.back div {
    padding-bottom: 172px;
}


/* 内容区 */

.con {
    width: 100%;
    background: #fff;
    padding: 180px 0 140px;
}

.con .conlist {
    width: 400px;
    float: left;
    box-shadow: 10px 10px 30px #aaaaaa;
    border-radius: 30px 30px 0 0;
    margin-right: 100px;
}

.con .conlist:last-child {
    margin-right: 0;
}

.con div.last {
    margin-right: 0;
}

.con .conlist h2 {
    width: 300px;
    height: 90px;
    background: #115e6e;
    border-radius: 30px 30px 0 0;
    color: #fff;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    padding: 34px 50px;
    word-wrap: break-word;
    word-break:normal;
}

.con .conlist ul {
    width: 298px;
    height: 500px;
    padding: 20px 50px 40px;
    border: 1px solid #115e6e;
}

.con .conlist ul li {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
}

.con .conlist ul li a {
    display: block;
    width: 100%;
    /* height: 60px; */
    line-height: 60px;
    text-align: center;
    color: #095566;
    font-size: 20px;
    word-wrap: break-word;
    word-break:normal;
}

.con .conlist ul li:hover a {
    color: #630808;
}