html {
    width: 100%;
    background: #f2f2f2;
}

body {
    width: 100%;
    height: 100%;
    font-size: 0;
}

.publicity_chart {
    width: 100%;
    height: 690px;
    background: url('../image/banner.png') no-repeat top center;
    background-size: 100% 100%;
}
.bootm{
    width: 100%;
    height: 450px;
    margin:  20px auto;
}
.publicity_box {
    position: relative;
    top: -320px;
    padding: 30px 30px 0px;
    width: 1122px;
    overflow: hidden;
    margin: auto;
    background: #fff;
    border-top: 2px solid #0f0162;
}

.hot_spot {
    margin-bottom: 20px;
    width: 100%;
    height: 132px;
    background: #F7F7F7 url('../image/hot@2x.png') no-repeat left top;
    background-size: 81px 74px;
}

.hot_title {
    padding: 16px 0;
    margin-bottom: 2px;
    width: 100%;
    font-size: 24px;
    color: #CB2B3E;
    text-align: center;
    line-height: 33px;
}

.hot_spot .detail {
    font-size: 14px;
    color: #646464;
    text-align: center;
    line-height: 20px;
    height: 40px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.quick_view {
    margin-bottom: 30px;
    width: 100%;
    height: 364px;
    display: flex;
    justify-content: space-between
}

.quick_left {
    position: relative;
    width: 552px;
    height: 100%;
}

.quick_left img {
    width: 100%;
    height: 100%;
}

.quick_left p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    font-size: 20px;
    color: #FFFFFF;
    text-indent: 12px;
    line-height: 55px;
    background: rgba(0, 0, 0, .5)
}

.quick_right {
    width: 535px;
    height: 100%;
}

.quick_right h2 {
    width: 100%;
    height: 50px;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 50px;
    background: #F7F7F7 url('../image/wlaqz1_06.jpg') no-repeat left center;
}

.quick_right h2 span {
    display: inline-block;
    width: 127px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    text-indent: 0;
}

.quick_right h2 a {
    float: right;
    font-size: 14px;
    color: #FFFFFF;
    padding-right: 10px;
}

.quick_right .yaowen_list .list {
    border-bottom: 1px dotted #D6D6D6;
}

.quick_right .yaowen_list .detail {
    margin-bottom: 13px;
    font-size: 14px;
    color: #8D8D8D;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.quick_right h3 {
    padding: 15px 0 10px 0;
    font-size: 18px;
    color: #686868;
    line-height: 25px;
}

.quick_right p {}
.Localactivities{
    width: 100%;
    height: 46px;
    background: #F7F7F7 url('../image/xw2.png') no-repeat left center;
    border-radius: 8px;
    font-size: 28px;
    color: #04BEFE;
    text-indent: 10px;
    line-height: 46px;
    /* margin-bottom: 10px; */
}
.Localactivities span {
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 8px;
}

.Localactivities a {
    float: right;
    font-size: 14px;
    color: #FFFFFF;
    padding-right: 10px;
}
.Localactivities_view{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Localactivities_view_content{
    width: 555px;
    height: 40px;
    display: flex;
    align-items: center;
    margin: 5px 0;
   
}
.Localactivities_view_content img{
    width: 24px;
    height: 24px;
    margin: 0 20px;
}
.Localactivities_view_content a{
    width: 470px;
    color: #2472ba !important;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical;
}
.interpretation_level {
    width: 100%;
    height: 52px;
    background: #F7F7F7 url('../image/pl.png') no-repeat left center;
    border-radius: 4px;
    font-size: 28px;
    color: #04BEFE;
    text-indent: 10px;
    line-height: 52px;
    margin-bottom: 10px;
}

.interpretation_level span {
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 8px;
}

.interpretation_level a {
    float: right;
    font-size: 14px;
    color: #FFFFFF;
    padding-right: 10px;
}

.interpretation_view {
    display: flex;
    height: 523px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.interpretation_list {
    width: 555px;
    height: 250px;
    background-color: #f1f8ff;
    border: 1px solid #d0e7ff;
}

.interpretation_list p {
    font-size: 14px;
    width: 500px;
    height: 110px;
    color: #8d8d8d !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; 
    -webkit-box-orient: vertical;
    line-height: 22px;
    margin: 0 auto;
}
.interpretation_list_title {
    margin: 25px auto;
    width: 500px;
    font-size: 16px;
    height:40px;
    line-height: 20px;
    color: #075fb2 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}
.interpretation_list_hear{
    margin: 20px auto;
    font-size: 14px;
    width: 500px;
    height: 30px;
    text-align: end;
}
.interpretation_list_hear a{
    color: #2472ba !important;
}
.basic_level {
    width: 100%;
    height: 46px;
    background: #F7F7F7 url('../image/xw.png') no-repeat ;
    background-image: 100% 100%;
    border-radius: 8px;
    font-size: 28px;
    color: #FFFFFF;
    text-indent: 10px;
    line-height: 46px;
}

.basic_level span {
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 8px;
}

.basic_level a {
    float: right;
    font-size: 14px;
    color: #FFFFFF;
    padding-right: 10px;
}

.basic_content {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-bottom: 20px;
}

.basic_content .list {
    width: 563px;
    overflow: hidden;
    border-bottom: 1px dotted #D6D6D6;
}

.basic_content .list img {
    width: 223px;
    height: 157px;
    float: left;
}

.basic_content .centerss {
    width: 326px;
    float: right;
}

.basic_content h3 {
    padding: 15px 0 10px 0;
    font-size: 18px;
    color: #686868;
    line-height: 25px;
}

.basic_content .list .detail {
    margin-bottom: 13px;
    font-size: 14px;
    color: #8D8D8D;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}



.fg_wd {
    width: 100%;
    overflow: hidden;


}

.fg_wd .titles {
    font-size: 28px;
    color: #1172D6;
    text-indent: 10px;
    width: 100%;
    margin-bottom: 18px;
}

.hlw_left {
    width: 584px;

    float: left;
}

.hlw_right {
    width: 552px;
    float: right;
}

.hlw_left img {
    width: 100%;
}

.hlw_left .ds {
    background-image: linear-gradient(90deg, #04BEFE 0%, #4481EB 100%);
    border-radius: 0px 0px 10px 10px;
    height: 126px;
    width: 94%;
    padding: 0 3%;
}

.hlw_left .ds .p1 {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
}

.hlw_left .ds .p2 {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 23px;
    height: 72px;
    overflow: hidden;
}

.hlw_right .lists {
    display: flex;
    justify-content: space-between;
    padding-bottom: 35px;
    border-bottom: 1px dotted #D6D6D6;

}

.hlw_right .lists img {
    width: 181px;
}

.hlw_right .mz_news {

    display: inline-block;
    vertical-align: top;
}

.hlw_right .mz_news h3 {
    border: none;
}

.fg_wd .titles span {
    font-size: 14px;
    color: #535353;
    padding-left: 10px;
}

.fg_box,
.wd_box {
    width: 565px;
    height: 100%;
}

.common_box {
    position: relative;
    width: 549px;
    height: 48px;
    background: #F7F7F7 url('../image/dx.png') no-repeat ;
    background-size: 100% 100%;
    border-radius: 2px;
    text-indent: 18px;
    font-size: 20px;
    color: #ffffff;
    line-height: 48px;
    overflow: hidden;
}
.common_box1{
    background: #F7F7F7 url('../image/wlaq.png') no-repeat ;
    background-size: 100% 100%;
}
.common_box span {
    font-size: 14px;
    color: #535353;
    padding-left: 20px;
}

.common_box a {
    float: right;
    font-size: 14px;
    color: #FFFFFF;
    padding-right: 24px;
}


.common_title {
    display: inline-block;
    padding-right: 15px;
    height: 37px;
    background: #fff;
    font-size: 0;
}

.common_title i {
    font-style: normal;
    font-size: 20px;
    color: #5A5A5A
}

.common_box img {
    width: 7px;
    height: 25px;
    vertical-align: top;
    padding-top: 6px;
}

.common_box b {
    display: inline-block;
    padding: 0 15px;
    font-size: 26px;
    line-height: 37px;
    background-image: -webkit-gradient(linear, left top, right top, from(#9F041B), to(#F5515F));
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: -moz-gradient(left, from(#9F041B), to(#F5515F));
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    background-image: -o-gradient(left, from(#9F041B), to(#F5515F));
    -o-background-clip: text;
    -o-text-fill-color: transparent;
    background-image: -ms-gradient(left, from(#9F041B), to(#F5515F));
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
}

.fg_box .list,
.wd_box .list {
    width: 563px;
    overflow: hidden;
    border-bottom: 1px dotted #D6D6D6;
}

.fg_box h3,
.wd_box h3 {
    padding: 15px 0 10px 0;
    font-size: 18px;
    color: #686868;
    line-height: 25px;
    height: 19px;
    overflow: hidden;
}

.fg_box .detail,
.wd_box .detail {
    margin-bottom: 13px;
    font-size: 14px;
    color: #8D8D8D;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.mz_dw {
    margin: 20px 0px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.mz_box {
    width: 550px;
    height: 100%;
    float: left;
}

.dw_box {
    width: 550px;
    height: 100%;
    float: right;
}

.mz_dw .minzhu,
.mz_dw .zhishi {
    height: 400px;
}

.mz_content a {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}

.mz_content img {
    flex: 170px 0 0;
    height: 120px;
    width: 190px;
    padding-right: 20px;
}

.mz_content .mz_news {
    flex: 1;
    border-bottom: 1px dotted #D6D6D6;
}

.mz_news h3 {
    width: 100%;
    height: 35px;
    overflow: hidden;
    font-size: 18px;
    line-height: 35px;
    color: #686868;
   
}

.mz_news .detail {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #8D8D8D;
    height: 60px;
    overflow: hidden;
}


.zj_newsh {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.zj_box,
.newsh_box {
    width: 565px;
    height: 100%;
}

.zj_box ul,
.newsh_box ul {
    padding-top: 5px;
}

.zj_box li,
.newsh_box li {
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #545454;
}

/*习主席谈网络安全*/
.security_view {
    margin: 20px 0px;
    width: 100%;
    display: flex;
    justify-content: space-between
}

.security_left {
    width: 548px;
    height: 100%;
}
.security_left2 {
    width: 100%;
}

.security_left h2 {
    width: 100%;
    height: 50px;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 50px;
    background: #F7F7F7 url('../image/wlaqz1_06.jpg') no-repeat left center;
}

.security_left h2 span {
    display: inline-block;
    width: 127px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    text-indent: 0;
}

.security_left .list {
    border-bottom: 1px dotted #D6D6D6;
}
.security_topNews{
    width: 548px;
}
.security_topNews .detail {
    margin-bottom: 13px;
    font-size: 14px;
    color: #8D8D8D;
    max-height: 40px;
    overflow: hidden;
}
.security_left .detail {
    margin-bottom: 13px;
    font-size: 14px;
    color: #8D8D8D;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
}

.security_left h3 {
    font-size: 18px;
    color: #686868;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.security_left p {}

.security_right {
    position: relative;
    width: 548px;
    height: 100%;
    overflow: hidden;
}

.security_right img {
    width: 100%;
    height: 100%;
}

.security_right p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    font-size: 20px;
    color: #FFFFFF;
    text-indent: 12px;
    line-height: 55px;
    background: rgba(0, 0, 0, .5)
}
.basic_video_content{
    display: flex;
}
/*普法视频*/
.basic_video {
    height: 470px;
    width: 100%;
    background: #F7F7F7 url('../image/bj.png') no-repeat;
    background-size: 100% 100%;
    border: 1px solid #f2f2f2;
    display: flex;
    justify-content: center;
}
.imgleft{
    cursor:pointer;
    margin-top: 80px;
    width: 50px;
    height: 400px;
    background:  url('../image/zuo.png') no-repeat center;
    background-size: 30px 50px;
}
.imgright{
    cursor:pointer;
    margin-top: 80px;
    width: 50px;
    height: 400px;
    background:  url('../image/you.png') no-repeat center;
    background-size: 30px 50px;
}
.video_lists {
    width: 305px;
    margin-top: 185px;
    margin-left: 30px;
}

.video_lists a {
    width: 300px;
    padding-top: 10px;
}

.video_lists img {
    width: 300px;
    height: 217px;
}

.video_lists .txt {
    flex: 1;
}

.video_lists .txt h3 {
    width: 100%;
    height: 35px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
}

.breadcrumb {
    width: 1122px;
    margin: 0 auto;
    height: 51px;
    background: #fff7f5;
    border-radius: 4px;
    font-size: 28px;
    color: #222;
    line-height: 44px;
    background-size: 100% 100%;
}

.breadcrumb span {
    font-size: 26px;
    color: #222;
    padding-left: 18px;
}

.listd{
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: black;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.h3color{
    font-size: 18px !important;
color: #333333 !important;
}