.column {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

/* 新闻资讯、轮播 */
.newsSlide {
    width: 730px;
    overflow: hidden;
    position: relative;
}

.newsSlide .pic img {
    width: 730px;
    height: 415px;
    display: block;
}

.newsSlide .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 70px;
    width: 100%;
    background: #254171;
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden;
}

.newsSlide .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 70px;
    width: 100%;
    overflow: hidden;
}

.newsSlide .txt li {
    padding: 5px 0;
    height: 60px;
    line-height: 30px;
    position: absolute;
    bottom: -70px;
}

.newsSlide .txt .title {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    font-size: 16px;
}

.newsSlide .txt .summary {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
    color: #a0aec8;
}

.newsSlide .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.newsSlide .num {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    right: 8px;
}

.newsSlide .num li {
    float: left;
    position: relative;
    width: 9px;
    height: 9px;
    line-height: 4px;
    overflow: hidden;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
    background: url(http://yjj.km.gov.cn/images/2020/foc.png) no-repeat center top;
}

.newsSlide .num li a,
.newsSlide .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

.newsSlide .num li span {
    z-index: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.newsSlide .num li.on {
    width: 33px;
    height: 9px;
}

.newsSlide .num li.on a {
    background: url(http://yjj.km.gov.cn/images/2020/focOn.png) no-repeat center center;
}

.newsListBox {
    width: 420px;
    overflow: hidden;
}

.titleBox {
    height: 40px;
    position: relative;
    border-bottom: 1px solid #E5EBF3;
}

.titleBox .title {
    font-size: 22px;
    color: #264171;
    font-weight: 700;
    line-height: 40px;
    height: 40px;
    border-bottom: 6px #264171 solid;
}

.titleBox .more {
    position: absolute;
    height: 40px;
    line-height: 40px;
    right: 0;
    top: 0;
    font-size: 16px;
}

.titleBox .more a {
    color: #939393;
}

.hotNews .title {
    padding: 10px 0;
    height: 80px;
    overflow: hidden;
    line-height: 40px;
    font-size: 24px;
    color: #002465;
    text-indent: 2em;
    position: relative;
    font-weight: 600;
}

.hotNews .title .icon {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 15px;
    left: 0;
    background: url(../images/tz.png) no-repeat center center;
}

.hotNews .summary {
    height: 56px;
    line-height: 28px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #9e9e9e;
    font-size: 16px;
    color: #b4b4b4;
}

.adv1 {
    height: 76px;
}

.adv1 a,
.adv1 img {
    display: block;
    height: 76px;
}

.newsList,
.newsList ul {
    overflow: hidden;
    height: 117px;
}
.newsList{
    padding-top: 10px;
}

.newsList li {
    height: 39px;
    overflow: hidden;
    line-height: 39px;
}

.newsList li .title {
    color: #002465;
    font-weight: 500;
}

.cardColumn {
    height: 226px;
    overflow: hidden;
    margin-bottom: 10px;
}

.cardColumn ul {
    height: 146px;
    padding-bottom: 40px;
}

.cardColumn li {
    width: 232px;
    height: 106px;
    margin-top: 40px;
    margin-left: 10px;
    float: left;
    background-color: #EFF3F9;
}

.cardColumn li.noMl {
    margin-left: 0 !important;
}

.cardColumn li a,
.cardColumn li img {
    display: block;
    height: 106px;
}

.cardColumn li:hover {
    background-color: #fff;
    width: 230px;
    height: 112px;
    margin-top: 37px;
    border: 1px solid #4583C5;
}

.adv2 {
    height: 100px;
    margin-bottom: 30px;
}

.adv2 a,
.adv2 img {
    display: block;
    height: 100px;
}

.columnBszn {
    height: 290px;
    overflow: hidden;
    margin-bottom: 20px;
}

.columnBszn .leftCard {
    width: 537px;
    height: 290px;
}

.columnBszn .leftCard .card {
    height: 230px;
    padding-top: 20px;
}

.columnBszn .leftCard .card a,
.columnBszn .leftCard .card img {
    display: block;
    height: 230px;
}

.columnBszn .rightCard {
    width: 640px;
    height: 290px;
    overflow: hidden;
}

.columnBszn .rightCard li {
    width: 315px;
    height: 140px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
}

.columnBszn .rightCard li a,
.columnBszn .rightCard li img {
    display: block;
    height: 140px;
}

.columnBszn .rightCard li.noMr {
    margin-right: 0 !important;
}