.list_news_page { width: 1150px; display: flex;display: -webkit-flex; flex-direction: row; justify-content: space-between;}

.list_news_page .left { width: 73%; float: left}


/*资讯列表*/
.list_news_page .left { padding: 0; float: left; background-color: white;}
.list_news_page .headline-news-list { background-color: white; display: flex; display: -webkit-flex;flex-direction: row; flex-flow: wrap; border-bottom:1px solid #eeeeee;}
.list_news_page .left .news { float: left; padding: 0; width: 50%;}
.list_news_page .left .news:nth-of-type(odd) {  border-right:1px solid #eeeeee;}
.list_news_page .left .news_list { float: left; padding: 15px; width: 95%}
.list_news_page .left .news_list li a { width: 75%; color: #333333}
.list_news_page .left .news_list li a em {  color: #999999}
.list_news_page .left .news_list li a:hover { color: #1383d9}
.list_news_page .left .news_list li span { color: #999999;}
.list_news_page .right { padding: 0; width: 25%; float: right;}


/* 在线服务 */
.list_news_page .right .ols { float: right; width: 100%; display: flex; display: -webkit-flex; flex-direction: row; flex-flow: wrap; align-items: center; padding: 20px 20px;}
.list_news_page .right .ols a { width: 44%; float: left; display: block; color: white; line-height: 40px;  font-size: 15px; background-color: #1383d9; text-align: center; border-radius: 6px; margin: 0 6% 10px 0; }
.list_news_page .right .ols a:nth-child(even) { margin-right: 0;}
.list_news_page .right .ols a:hover { background-color: #505fc6; color: white;}


/*2级新闻列表*/
.news_list2j .news_list { float: left;}
.news_list2j .news_list li { float: left; width: 100%; line-height: 40px; border-bottom: 1px dashed #eeeeee; padding: 0 10px; display: flex; display: -webkit-flex;flex-direction: row;justify-content: space-between }
.news_list2j a { overflow: hidden; white-space: nowrap; text-overflow: ellipsis}


/*浏览排行*/
.news_list_paihang { padding: 15px;}
.news_list_paihang li{ line-height: 34px;}
.news_list_paihang li a{ display: block;  width: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}


/*寻物启事*/
.list_xunwu_page { width: 1150px;}
.list_xunwu_page .left { background-color: white;}
.list_xunwu_page .left { padding:0px;}

/*寻物启事列表*/

table.xunwu_table {
    width: 97%;
    margin: 1.5%;
    font-family: verdana,arial,sans-serif;
    font-size:14px;
    color:#333333;
    border-width: 1px;
    border-color: #bbbbbb;
    border-collapse: collapse;
}
table.xunwu_table th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #c5c5c5;
    background-color: #f5f5f5;
}
table.xunwu_table td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #c5c5c5;
    background-color: #ffffff;
}

/*.length .name { background-color: #1383d9;}*/
.length .name { padding-right: 20px; width:auto!important; background:#1383d9 url("../images/title.jpg") right top no-repeat!important;}


/*派出所list*/
.pcs_box { background-color:transparent!important; }
.pcs_box .title { display: flex; display: -webkit-flex;flex-direction: row; justify-content: space-between; padding: 0}
.pcs_box .title li { }
.pcs_box .title a { display:block; padding: 10px 20px;text-align: center; font-size: 16px; }
.pcs_box .tab-content { border:1px solid #dddddd; border-top: 0; padding: 20px 10px; width: 100%; background-color: white; display: flex;flex-direction: row; justify-content: space-between;}
.pcs_box .tab-content .in { width: 100%}
.pcs_box .tab-content li {  margin-bottom: 30px; padding: 0 35px; display: flex;display: -webkit-flex; flex-direction: column; line-height: 35px;}
.pcs_box .tab-content li p { width: 100%; border-bottom: 1px solid #eeeeee; margin: 0}
.pcs_box .tab-content .thumb { height: 150px;}
.pcs_box .tab-content .thumb .name { width: 100%; display: block; color: white; font-size: 18px; text-align: center; line-height: 35px; padding-left: 10px;}




/*当前位置*/
.container { width: 1150px; margin: 0 auto}