/**index**/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
ol, ul {
    list-style: none;
}
li {
    list-style: none;
}
a {
    color: #333;
    text-decoration: none;
}
.clearfix{
    clear: both;
}
/* 中间部分 */
.main{
    min-height:calc(100vh - 180px) !important;
    width: 1200px;
    margin: 0 auto;
    margin-top:88px;
}
/* 头部 start */
.header_div .nav {
    height: 68px;
    line-height: 68px;
    width: 100%;
    color: #ffffff;
    background-color: #384377;
    position: fixed !important;
    top: 0;
    z-index: 999999;
}
.header_div .nav .center{
    display: flex;
    justify-content: space-between;
    background-color: #384377;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.header_div .nav h3 {
    white-space: nowrap;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
}
.header_div .nav h3 a{
    color: #ffffff;
}
.header_div .nav .center ul {
    display: flex;
    margin-right: 20px;
}
.header_div .nav .center ul li {
    width: 72px;
    margin-left: 28px;
    text-align: center;
    white-space: nowrap;
}
.header_div .nav .center ul li a {
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}
.header_div .nav .center ul li .active {
    display: inline-block;
    border-bottom: 2px #fff solid;
    height: 51px;
}
.header_div .nav .center ul li a:hover{
    display: inline-block;
    border-bottom: 2px #fff solid;
    height: 51px;
}
/* 头部 end */
/* 左侧 start */
.leftmenu{
    width: 260px;
    overflow: hidden;
    float: left;
}
.leftmenu .nav_list li{
    line-height: 47px;
}
.leftmenu .nav_list li .menu-item{
    display: block;
    line-height: 46px;
    text-indent: 20px;
    color: #333;
    font-size: 16px;
    position: relative;
    height: 46px;
    border-bottom: 1px solid #ccc;
}
.leftmenu .nav_list li .menu-item.active{
    color: #fff;
    background: #384377 url(/image/jiantou.png) no-repeat 175px 20px;
}
.leftmenu .nav_list li .menu-item:hover{
    color: #fff;
    background: #384377 url(/image/jiantou.png) no-repeat;
    background-position: 175px 20px;
}
/* 左侧 end */
/* 右侧 start */
.rightcontent{
    width: 920px;
    float: right;
}
.rightcontent .adver-map {
    width: auto;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.rightcontent .adver-map .item-a {
    display: block;
    font-size: 0;
    width: 100%;
}
.rightcontent .adver-map .item-a img {
    max-width: 100%;
}
.rightcontent .adver-map span{
    font-size: 20px;
    padding: 20px 0;
    display: block;
    font-weight: bold;
}
.rightcontent .cont-list {
    padding-bottom: 40px;
}
.rightcontent .cont-list .cont-item{
    color: inherit;
    text-decoration: none;
    padding: 20px 0 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #9e9e9e;
}
.rightcontent .cont-list .cont-item:hover{
    background: #f5f5f5;
}
.rightcontent .cont-list .cont-item .cont-img{
    max-width: 160px;
    max-height: 160px;
    border-radius: 15px;
}
.rightcontent .cont-list .cont-item .cont_info{
    width: calc(100% - 160px);
    margin-left: 20px;
    display: inline-block;
}
.rightcontent .cont-list .cont-item .cont_info .cont_title{
    font-size: 18px;
    width: 100%;
    height: 50px;
    color: #00a1ff;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: bold;
}
.rightcontent .cont-list .cont-item .cont_info .cont_provider{
    font-size: 15px;
    width: 100%;
    height: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.rightcontent .cont-list .cont-item .cont_info .cont_des{
    font-size: 15px;
    width: 100%;
    height: 26px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #9e9e9e;
}
/* 右侧 end */
/* 分页 start*/
.page_div{
    padding: 50px 0 120px 0;
    text-align: center;
}
.page_div a{
    text-decoration: none;
    padding: 10px 20px;
    margin: 0 20px;
    font-size: 16px;
    background: #384377;
    border: 1px solid #c7c9ca;
    border-radius: 5px;
    color: #ffff;
}
 /*分页 end */
