h1, h2, h3, h4 {
    font-weight: normal
}

.userContainer {
    margin: 50px auto;
    width: 1200px;
    padding: 0px 24px;
    color: #646464;
    position: relative;
    top: -45px;
}

.userInfo, .userCreate, .userMain {
    box-shadow: 0 0 4px 2px #dce3ed;
}

.userCreate .ullist {
    margin-left: -6px!important;
}

.userZhuCon .item {
    margin-right: 10px;
}

.itemBoxZ {
    margin-top: 15px;
    position: relative;
    clear: both;
}

hr {
    width: auto;
    margin: 18px auto;
    border-top: 1px solid #e3e3e3;
    border-bottom: none;

}

.newsItem, .newsBox, .newsImg {
    width: 260px;
}

.header {
    height: 45px !important;
}

.userNewsCon {
    padding-top: 20px;
}

.userContact i {
    background: url("../images/userQQ.png") no-repeat;
    width: 16px;
    height: 18px;
    float: right;
    margin-left: 5px;
}

.userContact a {
    border: 1px solid;
    border-color: #3498db;
    border-radius: 5px;
    margin: 20px 0 0 24px;
    padding: 5px 22px;
    display: block;
    float: left;
    color: #3498db;
    font-size: 16px;
}

.userContact a:hover i {

    background: url(../images/userQQ.png) -16px 0px no-repeat;

}

.userContact a:hover {
    background-color: #3498db;
    color: #fff;

}

.userDetail {
    margin-left: 174px;
    line-height: 24px;
    color: #9f9f9f;

}

.userHead {
    background-color: #e3e3e3;
    width: 150px;
    height: 150px;
    background: center no-repeat;
    background-size: cover;
    float: left;
}

.userCreate .ullist li:hover {

    outline: 2px solid #3498db;

}

.userCreate .ullist li {

    float: left;
    margin: 4px;

    padding: 2px;

}

.userNav {
    line-height: 40px;
}

.userMain .userTitleNavCon li.on {
    color: #36a3eb;
    font-weight: bold;
}

.userMain .userTitleNavCon li {
    float: left;
    /*background-color: aqua;*/
    width: 235px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.userMain .userTitleNavCon li:hover {
    color: #fff;
    background-color: #36a3eb;

}

.userMain {

    background-color: #fff;
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 24px 0 24px 24px;

}

.propage input {
    background-color: #fff;
    border: 1px solid;
    padding: 9px 10px;
    border-radius: 4px;
    border-color: #ddd;

}

.propage a {

    background-color: #fff;
    border-radius: 4px;

    padding: 8px 19px;
    /* color: #646494; */
    border: 1px solid #ddd;
}

.propage a#pgg {
    background-color: #36a3eb;
    color: #fff;
    border-color: #36a3eb;
}

.propage a:hover {
    background-color: #36a3eb;
    color: #fff;
    border-color: #36a3eb;

}

.propage {
    text-align: center;
    font-size: 16px;

}

.userCreate {

    margin-left: 444px;
    padding: 24px;
    background-color: white;
}

.showxg, .plform {

    width: 1152px !important;

}

.userInfo {
    float: left;
    padding: 24px;
    width: 420px;
    background-color: white;

}