
.web-homepage-dv{

}
.homepage-head-dv{
    background: url("../../images/head-banner-logo.jpg") no-repeat center;
    width: 100%;
    height: 350px;
}
.homepage-menu-dv{
    height: 70px;
    line-height: 70px;
    background-color: #df3036;
    position: relative;
}
.menu-out-dv{
    width: 1200px;
    margin: 0 auto;
    height: 70px;
    display: flex;
    justify-content: space-between;
}
.head-menu-item{
    min-width: 120px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
}
.head-menu-item:hover{
    background-color: #bc292e;
}
.head-menu-item-act{
    background-color: #bc292e;
    position: relative;
}
.head-menu-item-act:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 44px;
    height: 4px;
    background-color: #ffffff;
}
.head-search-input{
    position: absolute;
    width: 330px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    border-radius: 15px;
    box-sizing: border-box;
    border: 1px solid #aaaaaa;
    top: 15px;
    right: 20px;
    padding: 0 25px;
}
.search-icon-i{
    display: inline-block;
    vertical-align: middle;
    background: url("../../images/search-icon.png") no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 19px;
}
.search-input{
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    width: calc(100% - 50px);
    color: #333333;
    font-size: 15px;
    box-sizing: border-box;
    padding-left: 5px;
    border: none;
    outline: none;
}
.homepage-main-content-dv{

}
.homepage-main-channel1{
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
    height: 345px;
    margin-top: 20px;
}
.main-channel1-swipe{
    display: inline-block;
    vertical-align: middle;
    width: 420px;
    height: 100%;
}
#imageContent li img{
	width: 420px;
    height: 280px;
}
.swipe-container{
    width: 100%;
    height: 100%;
}
.swipe-slide, .swipe-wrapper{
    width: 100%;
    height: 100%;
}
.swipe-slide img{
    width: 100%;
    height: 100%;
}
.main-channel1-news{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 780px);
    margin: 0 20px;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #e0e6ee;
}
.main-channel1-menu{
    display: inline-block;
    vertical-align: middle;
    width: 320px;
    box-sizing: border-box;
    border: 1px solid #e0e6ee;
    height: 100%;
}
.main-common-title-dv{
    height: 46px;
    box-sizing: border-box;
    background-color: #fafafa;
    border-bottom: 1px solid #e0e6ee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.main-common-content-dv{
    height: calc(100% - 46px);
    overflow-y: hidden;
}
.swiper-container {
    width: 420px;
    height: 345px;
}

.title-icon-news{
    display: inline-block;
    vertical-align: middle;
    background: url("../../images/title-icon-news.png") no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 21px;
}
.title-red-name{
    font-size: 20px;
    color: #df3036;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.right-title-btn{
    font-size: 16px;
    color: #999999;
    cursor: pointer;
}
.main-common-content-item{
    height: 50px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
    cursor: pointer;
}
.main-common-content-item:nth-child(2n){
    background-color: #fafafa;
}
.news-item-title{
    height:100%;
    flex: 1;
    color: #333333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
}
.news-item-title:before{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #333333;
    border-radius: 50%;
    left: 0;
    top: 50%;
}
.news-item-date{
    height: 100%;
    width: 70px;
    flex-shrink: 0;
    color: #999999;
    text-align: right;
}
.menu-enter-span{
    font-size: 20px;
    color: #333333;
}
.menu-enter-dv{
    width: 299px;
    height: 61px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 10px;
}
.menu-bg1{
    background: url("../../images/menu-bg1.png") no-repeat;
    background-size: 100% 100%;
}
.menu-bg2{
    background: url("../../images/menu-bg2.png") no-repeat;
    background-size: 100% 100%;
}
.menu-bg3{
    background: url("../../images/menu-bg3.png") no-repeat;
    background-size: 100% 100%;
}
.menu-bg4{
    background: url("../../images/menu-bg4.png") no-repeat;
    background-size: 100% 100%;
}
.homepage-main-channel2{
    background-color: #f8f8f8;
    margin-top: 40px;
    box-sizing: border-box;
    padding: 20px 0;
}
.channel2-middle-dv{
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
    height: 355px;
}
.channel2-meeting-dv{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 340px);
    margin-right: 20px;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #e0e6ee;
}
.channel2-notice-dv{
    display: inline-block;
    vertical-align: middle;
    width: 320px;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #e0e6ee;
}
.title-icon-meeting{
    display: inline-block;
    vertical-align: middle;
    background: url("../../images/title-icon-metting.png") no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
}
.main-common-content-item-meeting{
    height: 50px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    border-bottom: 1px dashed #d1dae5;
}
.meeting-item-title{
    flex: 1;
    color: #333333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    box-sizing: border-box;
    /*padding-left: 10px;*/
}
.meeting-bg{
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 8px 15px 0 15px;
}
.notice-bg{
    background-color: #ffffff;
}
.red-point{
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    background-color: #ff0000;
    border-radius: 50%;
}
.main-common-content-item-notice{
    height: 50px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
    cursor: pointer;
}
.homepage-main-channel3{
    box-sizing: border-box;
    padding: 20px 0;
}
.channel3-middle-dv{
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
    height: 355px;
}
.channel3-long-item{
    display: inline-block;
    vertical-align: middle;
    width: 420px;
    height: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #e0e6ee;
    margin-right: 20px;
    box-shadow: 0 5px 5px #ebebeb;
}
.channel3-short-item{
    display: inline-block;
    vertical-align: middle;
    width: 320px;
    height: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #e0e6ee;
    box-shadow: 0 5px 5px #ebebeb;
}
.channel3-title-dv1{
    height: 174px;
    background: url("../../images/channel-icon1.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    text-align: center;
}
.channel3-title-dv2{
    height: 174px;
    background: url("../../images/channel-icon2.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    text-align: center;
}
.channel3-title-dv3{
    height: 175px;
    background: url("../../images/channel-icon3.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    text-align: center;
}
.channel3-title-name{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 130px;
}
.channel3-icon-dv{
    height: 140px;
    text-align: center;
}
.main-common-content-item-channel3{
    height: 42px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
    cursor: pointer;
}
.channel3-content-dv{
    height: calc(100% - 174px);
}
.homepage-main-channel4{
    background-color: #df3036;
    box-sizing: border-box;
    padding: 20px 0;
    border-bottom: 13px solid #000000;
}
.channel4-middle-dv{
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
    height: 340px;
}
.channel4-long-item{
    display: inline-block;
    vertical-align: middle;
    width: 420px;
    height: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    margin-right: 20px;
    background-color: #e3494e;
    padding: 0 20px;
}
.channel4-short-item{
    display: inline-block;
    vertical-align: middle;
    width: 320px;
    height: 100%;
    box-sizing: border-box;
}
.channel4-title-dv{
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.channel4-content-dv{
    height: calc(100% - 55px);
    overflow: hidden;
}
.channel4-title-left{
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
}
.channel4-title-left:before{
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background-color: #ffffff;
    left: 0;
    bottom: -10px;
}
.inline-middle{
    display: inline-block;
    vertical-align: middle;
}
.channel4-title-more-btn{
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}
.more-btn-icon{
    display: inline-block;
    vertical-align: middle;
    background: url("../../images/more-btn-icon.png") no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    margin-left: 5px;
}

.main-common-content-item-duty{
    height: 57px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    border-bottom: 1px dashed #ee9295;
}
.main-common-content-item-duty:last-child{
    border-bottom: 0;
}
.duty-item-title{
    flex: 1;
    color: #ffffff;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    box-sizing: border-box;
    /*padding-left: 10px;*/
}
.duty-item-date{
    width: 70px;
    flex-shrink: 0;
    color: #ffffff;
    text-align: right;
}
.channel4-menu-bg{
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-left: 165px;
    cursor: pointer;
}
.plat-bg1{
    background: url("../../images/plat-bg1.png") no-repeat;
    background-size: 100% 100%;
}
.plat-bg2{
    background: url("../../images/plat-bg2.png") no-repeat;
    background-size: 100% 100%;
}
.plat-bg3{
    background: url("../../images/plat-bg3.png") no-repeat;
    background-size: 100% 100%;
}
.homepage-foot-dv{
    background-color: #dee0e2;
    box-sizing: border-box;
    padding: 0 0 20px 0;
}
.foot-middle-dv{
    width: 1200px;
    margin: 0 auto;
}
.foot-title-dv{
    height: 78px;
    box-sizing: border-box;
    border-bottom: 1px solid #bcbdbe;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.foot-link-span{
    width: 248px;
    height: 43px;
    background-color: #ffffff;
    font-size: 16px;
    color: #666666;
    line-height: 43px;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
}
.foot-content-dv{
    font-size: 0;
    margin-top: 20px;
}
.foot-content-left-dv{
    display: inline-block;
    vertical-align: middle;
    width: 740px;
}
.foot-content-right-icon{
    display: inline-block;
    vertical-align: middle;
    background: url("../../images/gov-logo-icon.png") no-repeat;
    background-size: 100% 100%;
    width: 57px;
    height: 72px;
}
.foot-content-item{
    display: inline-block;
    vertical-align: middle;
    /*min-width: 315px;*/
    font-size: 16px;
    margin-right: 35px;
    color: #333333;
    margin-bottom: 5px;
}
.bold-text{
    font-weight: bold;
}
.swiper-slide{
    position: relative;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
.pic-desc-dv{
    position: absolute;
    height: 44px;
    line-height: 44px;
    background: rgba(0,0,0,0.5);
    color: #ffffff;
    font-size: 15px;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding: 0 20px;
    bottom: 0;
}































