.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.dw_address {
    width: 100%;
    max-width: 1200px;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px dashed #ccc;
    margin: 0 auto;
    padding-left: 30px;
    box-sizing: border-box;
    background: url('/eportal/fileDir/ciichenan/resource/cms/2019/01/kbcw.jpg') 7px no-repeat;
}
.dw_address a{
font-family: Microsoft YaHei;
    font-size: 12px;
}
.cont_box {
    width: 100%;
    max-width: 1200px;
    padding: 15px 0;
    margin: 0 auto;
    overflow: hidden;
}
.player {
    margin-top: 15px;
}
.zi_nav {
    width: 180px;
    padding: 0;
    color:#fff;
    float: left;
    background-color: #AB0000;
}
.zi_nav li {
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}
.zi_nav>li>a {
    display: block;
    width: 100%;
    height:46px;
    color:#fff;
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height: 46px;
    padding-left: 60px;
    background: url('/eportal/fileDir/ciichenan/resource/cms/2019/01/li_bg.png') no-repeat 20px;
}
.list_box {
    width: 80%;
    max-width: 900px;
    float: right;
}
.select {
    padding: 0;
    height: 42px;
    margin: 0;
}
.select > li {
    width: 180px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    float: left;
    font-family: Microsoft YaHei;
    font-size: 16px;
    background: url(http://static.websiteonline.cn/website/plugin/tabs_tag/images/buttons/03.gif) repeat-x;
}
.select > li.select_t {
    font-weight: bold;
    color: #fff;
    background: url(http://static.websiteonline.cn/website/plugin/tabs_tag/images/buttons/22.gif) repeat-x;
}
.selected {
    padding: 0;
    margin: 0;
}
.selected > li {
    width: 100%;
    height: 400px;
    display: none;
}
.selected > li.selected_t {
    display: block;
}

@media screen and (max-width:1111px) {
.zi_nav {
    display: none;
}
.list_box {
    width: 100%;
}
}
@media screen and (max-width:359px) {
.select > li {
    width: 50%;
}
}