body{
    background-color: #ffffff;
}
.websitetop .header {
    background-color: #f2f2f2;
}
/*当前位置*/
.location {
    display: block;
    margin: 0 auto;
    width: 1198px;
    height: 40px;
    border-left: solid 1px #7fb8ef;
    border-right: solid 1px #7fb8ef;
    border-bottom: solid 1px #7fb8ef;
    background-color: #ddeefe;
    margin-bottom: 10px;
}

.location p {
    font-size: 12px;
    color: #444;
    line-height: 40px;
    float: left;
    padding-left: 10px;
}

.location p a {
    color: #444;
}

.location p a:hover {
    color: #f00;
}

.location ul {
    float: right;
    padding-top: 6px;
    _padding-top: 4px;
}

.location ul li {
    float: left;
    list-style: none;
    font-size: 14px;
    padding-right: 10px;
}

.location ul li input {
    margin-top: 2px;
    width: 160px;
    height: 20px;
    border: solid 1px #ccc;
    color: #666;
    line-height: 20px;
    padding-left: 5px;
    font-size: 14px;
}

.location ul li select {
    width: 120px;
    height: 20px;
    border: solid 1px #ccc;
    margin-top: 2px;
}

.location ul li img {
    cursor: pointer;
}


#maincont {
    display: block;
    width: 1200px;
    min-height: 618px;
    margin: 15px auto;
}

/*--------------------------------------------列表页样式----------------------------------------------*/
/*左边*/
.left_list {
    width: 1198px;
    border: solid 1px #7fb8ef;
    float: left;
    min-height: 576px;
}

.text-center{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.list {
    padding: 15px;
}

.list li {
    line-height: 30px;
    _line-height: 30px;
}

.list li img {
    padding-right: 5px;
}

.list li a {
    font-size: 14px;
    color: #444;
    float: left;
    cursor: pointer;
    width: 996px;
}

.list li a:hover {
    color: #f00;
}

.list li span {
    font-size: 14px;
    color: #666;
    float: right;
    width: 80px;
    text-align: center;
}

.list_1 {
    font-size: 14px;
    color: #444;
}

.list_1:hover {
    background: #C9E9F5;
    display: inline-block;
}



/*--------------------------------------------内容页样式----------------------------------------------*/
.content {
    width: 1198px;
    border: solid 1px #7fb8ef;
}

.content h2 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
    color: #af0202;
    font-size: 20px;
    padding-inline: 2em;
}

.detail {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f3f3f3;
    height: 30px;
    margin-bottom: 20px;
}

.detail p {
    font-size: 12px;
    text-align: center;
    padding-top: 8px;
    color: #444;
}

.aticle_cont {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.aticle_cont p {
    font-size: 12px;
    color: #444;
    line-height: 22px;
    padding-bottom: 10px;
}