/* 通用样式 */
.w1200 {
    width: 1200px;
    margin: 0 auto;
}

/* 通用样式 */
/* banner开始 */
.banner {
    width: 100%;
    height: 200px;
    background: url(./banner.png)top center no-repeat;
    background-size: 100%;
}

.banner p {
    height: 200px;
    line-height: 200px;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #FFFFFF;
}

/* banner结束 */
/* 标题检索区域开始 */
.titleBar {
    padding-top: 40px;
    padding-bottom: 16px;
    border-bottom: 2px solid #3D3D3D;
    display: flex;
    justify-content: space-between;
}

.title {
    height: 50;
    font-size: 32px;
    font-weight: normal;
    line-height: 50px;
    letter-spacing: 0px;
}
.titleBar{
    margin-bottom: 30px;
}
.titleBar div {
    height: 50px;
    position: relative;
}

.text {
    height: 50px;
    width: 326px;
    padding: 14px 0 14px 17px;
    font-size: 16px;
    font-weight: normal;
    color: #999999;
    border: 0.83px solid #979797;
    border-radius: 6.67px 10px 10px 6.67px;
    padding-right:45px;
}
.btn{
    position: absolute;
    right: 0;
    height: 50px;
    width: 33px;
    border-radius: 6.67px 10px 10px 6.67px;
    background: url(./search.png) left center no-repeat;
    border-left: 0;
}

/* 标题检索区域结束 */
.listTitle{
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    background: #F1F2F3;
}
.listTitle p{
    font-size: 16px;
    font-weight: normal;
    color: #73777A;
    float: left;
}
.listTitle p:first-child{
    width: 814px;
}
.listTitle p:nth-child(2){
    width: 238px;
}
.listCen li{
    padding-left: 20px;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid rgba(215, 216, 217, 0.5);
}
.listCen li p{
    font-size: 16px;
    font-weight: normal;
    color: #373D41;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
}
.listCen li p a{
    font-size: 16px;
    font-weight: normal;
    color: #373D41;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
}
.listCen li p:first-child{
    width: 814px;
}
.listCen li p:nth-child(2){
    width: 238px;
}
.listCen li p:nth-child(3){
    width: 128px;
}
.listCen li p a em{
    font-style:normal;
	color:red;
}