
.x-content {
    width: 100%;
    float: left;
    background-color: #f0f3ef;
}
.wrap {
    width: 1200px;
    margin: 0px auto;
    position: relative;
}
.x-left {
    width: 180px;
    float: left;
    padding: 10px;
    margin-top: 20px;
    background-color: #FFF;
    border-radius: 5px;
    margin-bottom: 20px;
}
.x-left-title {
    width: 100%;
    float: left;
    height: 38px;
    border-bottom: 1px dashed #dfdfdf;
    line-height: 38px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.x-left-title i {
    color: #2D8CC6;
    margin-right: 5px;
}
.x-left-content {
    width: 100%;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
}
.x-left-content span {
    width: 100%;
    height: 34px;
    line-height: 34px;
    float: left;
    text-align: left;
    text-indent: 52px;
    font-size: 14px;
}
.x-right {
    width: 940px;
    float: left;
    margin-left: 20px;
    padding: 10px 20px;
    margin-top: 20px;
    background-color: #FFF;
    margin-bottom: 20px;
}
.x-path {
    width: 100%;
    float: left;
    height: 38px;
    border-bottom: 1px dashed #dfdfdf;
    line-height: 38px;
    font-size: 13px;
    text-align: left;
}
.x-detail {
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFF;
}
.x-list {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-size: 14px;
}
.x-list ul {
    list-style: none;
}
.x-list li {
    list-style: none;
    position: relative;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border-bottom: 1px dashed #dfdfdf;
}
.x-list li i {
    margin-right: 10px;
}
.x-list li span {
    position: absolute;
    font-size: 12px;
    right: 0px;
}
.artTitle {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.artOther {
    width: 100%;
    float: left;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.artContent {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.x-left-content span:hover{
    background-color: rgba(0, 0, 0, 0.2);
}