/* html {
    font: 12px/1.8 "Microsoft YaHei","\5b8b\4f53",Arial,sans-serif;
    color: #333;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
} */
.topbg {
    background: url(../images/topbg.png) repeat-x;
    height: 74px;
}
.top {
    width: 1000px;
    margin: auto;
    height: 70px;
}
.top_left {
    margin-top: 13px;
    float: left;
    display: inline;
}
.top_rt ul {
    height: 70px;
}
.top_rt li {
    float: left;
    display: inline-block;
    line-height: 70px;
    height: 70px;
    font-size: 14px;
    text-align: center;
}
.top_rt {
    float: left;
    display: inline;
    margin-left: 0;
    margin-top: -10px;
}
.nymain {
    width: 1100px;
    margin: 0 auto;
}
.conten {
    /* width: 1200px; */
   /* margin: auto;
    overflow: hidden;*/
    width: 100%;
    padding: 0 5%;
    margin-top: -3px;
    display:block;
    margin:auto;
    box-sizing: border-box;
    background-color: #F0F0F0;
}
.conten_top {
    /* height: 58px;
    line-height: 58px; */
    font-size: 14px;
    color: #595959;
    float:left;
    width:100%;
}
a:visited {
    text-decoration: none;
}
a {
    outline: 0;
    text-decoration: none;
    color: #000;
}

.hoverli a {
    color: #4679b2;
}
.top_rt ul li a{
    font-size: 16px;
}

.top_rt ul li a:hover{
    color: #4679b2;
}
.ny_newslist {
    /* width: 1056px; */
    /* padding: 22px 22px 50px; */
    /* background: #fff; */
    /* margin-bottom: 55px; */
}
.ny_sanweichengshilist ul {
    padding: 0;
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    /* overflow: hidden; */
}
.ny_sanweichengshilist li {
    text-align: center;
    /* float: left; */
    width: 19%;
    /* padding: 0 !important; */
    padding-top: 10px;
    margin: 0 0.5% 10px 0.5%;
    list-style: none;
    background-color: #fff;
}
.ny_sanweichengshilist li img {
    height: 160px;
    width: 80%;
    max-width: 100%;
    padding: 10px;
    background: #f5f5f5;
}

.ny_sanweichengshilist li h1 {
    line-height: 32px;
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    color: #004A84;
}
.conten_left {
    width: 220px;
    float: left;
    display: inline;
    margin-left: -40px;
}
.conten_left li a {
    color: #4c4c4c;
    display: block;
    height: 37px;
    line-height: 37px;
    width: 170px;
    padding-left: 20px;
    font-size: 14px;
    border-top: 1px solid #e1e2e3;
    background: #f5f5f5;
}
li, ul {
    list-style: none;
}
.conten_right {
    float: left;
    display: inline;
    width: 760px;
    margin-left: 20px;
    font-size: 14px;
}
.pubrttop {
    border-bottom: 1px solid #e5e5e5;
    color: #262626;
    font-size: 24px;
    padding-bottom: 10px;
}
.puthint {
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    height: 34px;
    line-height: 34px;
    color: #404040;
    padding-left: 10px;
    margin: 20px 0;
    font-weight: 600;
    font-size: 14px;
}
.search_ts {
    word-break: break-all;
    font-size: 14px;
    color: #333;
    padding: 0 8px 0 12px;
    margin-top: 10px;
}
.search_table {
    border-left: 1px solid #ccc;
    margin-top: 20px;
    table-layout: fixed;
}

.search_table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
    line-height: 24px;
    font-size: 12px;
    color: #333;
    word-break: break-word;
}
.sertr_line1 td {
    line-height: 34px;
    color: #fff;
    font-size: 14px;
}
.puthint_tit {
    border-bottom: 1px solid #e5e5e5;
    height: 34px;
    line-height: 34px;
    color: #404040;
    padding-left: 10px;
    font-weight: 600;
    margin: 15px 10px 5px 10px;
}

.conten_left ul li a{
    color: #4c4c4c; 
    border-top: 1px solid #e1e2e3;
     background: #f5f5f5;
     cursor: pointer;
}
.conten_left ul li a.selectedLi{
    color: rgb(255, 255, 255); 
    border-top: 1px solid rgb(56, 117, 178);
     background: rgb(102, 178, 255);
}
.conten_left ul li a:hover{
    color: rgb(255, 255, 255); 
    border-top: 1px solid rgb(56, 117, 178);
    background: rgb(102, 178, 255);
}