﻿.content .mtitle {
    font-size: 34px;
    line-height: 48px;
    color: #333;
    height: auto;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    width: atuo;
    word-break: break-all;
    margin-top: 30px;
}
.dqwz {
    font-size: 16px;
    text-align: left;
    background-image: url(../images/position.png);
    background-repeat: no-repeat;
    background-position: 30px 20px;
    color: #333;
    padding-left: 58px;
    padding-right: 30px;
    box-sizing: border-box;
    /*margin-top: 20px;*/
    box-shadow: 0 0 10px #e7e7e7;
    background-color: #fff;
    min-height: 60px;
    line-height: 60px;
}
.content .icont {
    margin-right: auto;
    margin-left: auto;
    font-size: 1.2em;
    text-indent: 2em;
    line-height: 32px;
    color: #333;
    padding: 30px;
    width: 900px;
    word-break: break-all;
    text-align: justify;
    text-justify: inter-ideograph;
    border-top: 1px solid #000;
}
.content-main {
    padding: 16px;
    /*width: 1240px;*/
    height: 1046px;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 16px;
}
.content-main .menu {
    height: 70px;
    float: left;
    margin-right: 28px;
}

.content-main .menu li {
    font-size: 20px;
    padding-left: 5px;
    width: 275px;
    height: 56px;
    background-color: #fff5f0;
    line-height: 56px;
    margin-bottom: 3px;
    padding-left: 30px;
    box-sizing: border-box;
}
.content-main .menu li:first-child {
    color: #fff;
    width: 275px;
    height: 70px;
    background-image: url(./images/menubg.png);
    background-size: cover;
    font-size: 28px;
    line-height: 70px;
    margin-bottom: 10px;
}

.content-main .menu li:not(:first-child):hover {
    background-image: url(./images/menubg.svg);
}
.content-main .content-list {
    width: 900px;
    height: auto;
    float: right;
}

.content-main .content-list h3 {
    font-size: 28px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    height: 50px;
    color: #cc2121;
}
.content-main .content-list ul li {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 18px;
}
.content-main .content-list ul li span {
    float: right;
    font-size: 18px;
    font-weight: 500;
    color: #999;
}
.content-list li:hover {
    background-color: #eee;
    transition: all 0.5s;
}