/*轮播图*/
.ly-img-box{
    width: 100%;
}
.ly-img-box > img{
    width: 100%;
}

/*二级导航*/
.ly-second-nav-box{
    width: 100%;
    background: #cccccc;
}
.ly-second-nav-box > .second-nav-box{
    width: 1200px;
    margin: 0 auto;
}
.ly-second-nav-box > .second-nav-box > ul{
    width: 100%;
    text-align: center;
}
.ly-second-nav-box > .second-nav-box > ul > li{
    width: 16%;
    display: inline-block;
}
.ly-second-nav-box > .second-nav-box > ul > li > a{
    width: 100%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #333333;
    border-bottom: solid 3px #cccccc;
    transition-duration: 0.3s;
}
.ly-second-nav-box > .second-nav-box > ul > li > a:hover{
    color: #1A8DFF;
    border-bottom: solid 3px #1A8DFF;
    transition-duration: 0.3s;
}
.ly-second-nav-box > .second-nav-box > ul > li > a.active{
    color: #1A8DFF;
    border-bottom: solid 3px #1A8DFF;
}
/*模块公共样式*/
.ly-module-box{
    width: 100%;
    text-align: center;
}

.ly-module-box > .module-box{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
}

.ly-module-box p.grey-title{
    font-size: 36px;
    color: #eeeeee;
}
.ly-module-box p.dark-title{
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    margin-top: -24px;
    font-family: "Noto Sans SC";
    margin-bottom: 30px;
}
.ly-module-box p.sub-title{
    width: 1200px;
    color: #999999;
    font-size: 14px;
    text-indent: 2em;
    line-height: 20px;
    text-align: left;
    margin: 40px auto;
}
.module-box > a{
    display: block;
    width:160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #1A8DFF;
    border: solid 1px #1A8DFF;
    margin: 30px auto;
    text-decoration: none;
    transition-duration: 0.5s;
}

.module-box > a:hover{
    display: block;
    width:160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #1A8DFF;
    color: #ffffff;
    text-decoration: none;
    transition-duration: 0.5s;
}

/*资讯列表*/
.module-box > ul#module_6{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.module-box > ul#module_6 > li{
    width: 100%;
    padding: 15px 0px;
    border-bottom: solid 1px #eeeeee;
    cursor: pointer;
}
.module-box > ul#module_6 > li:hover{

}
.module-box > ul#module_6 > li > div:nth-of-type(1){
    width: 100px;
}
.module-box > ul#module_6 > li > div:nth-of-type(2){
    width: calc(100% - 120px);
    text-align: left;
}
.module-box > ul#module_6 > li > div:nth-of-type(2) > p.news-title{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-top: 10px;
}
.module-box > ul#module_6 > li > div:nth-of-type(2) > div.news-cates{
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}
.module-box > ul#module_6 > li > div:nth-of-type(2) > img{
    margin-top: 20px;
    max-width: 800px;
}
.module-box > ul#module_6 > li > div:nth-of-type(1) > span{
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #1A8DFF;
    color: #ffff00;
    border-radius: 10px;
}

/*分页*/
.page-box{
    width: 100%;
    margin-top: 20px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.page-box > ul{
    width: 100%;
}
.page-box > ul > li.direction-item{
     display: inline-block;
     width: 20px;
     height: 34px;
     line-height: 34px;
     text-align: center;
     color: #1A8DFF;
 }
.page-box > ul > li.direction-item{
    font-size: 20px;
    cursor: pointer;
}
.page-box > ul > li.page-item{
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 0 5px;
    color: #1A8DFF;
    border: solid 1px #1A8DFF;
    border-radius: 5px;
    cursor: pointer;
}
.page-box > ul > li.page-item.active{
    color: #ffffff;
    background: #1A8DFF;
}