﻿/*头条*/
.toutiao{
    cursor: pointer;
    width: 100%;
    height: 98px;
    position: relative;
    text-align: center;
    background: #fff;
}

.toutiao .img{
    width: 109px;
    height: 81px;
    position: absolute;
    line-height: 68px;
    top: 12px;
    left: -8px;
    background-image: url(../img/ttbj.png);
    background-repeat: no-repeat;
}

.toutiao span{
    font-size: 28px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 600;
    color: #fff;
    margin-left: 16px;
}
.toutiao p:first-child {
    position: absolute;
    top: 25px;
    left: 180px;
    width: 900px;
    height: 45px;
    font-size: 32px;
    font-weight: 600;
    color: #a8071a;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.carousel{
    width: 593px;
    height: 349px;
    position: relative;
    overflow: hidden;
}
.carousel .hd ul{
    display: flex;
    z-index: 20;
    position: absolute;
    right: 0;
    bottom: 22px;
}
.carousel .hd ul li {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 5px;
    background: hsla(0,0%,100%,.6);
}
.carousel .hd ul li.on{
    width: 26px;
    border-radius: 4px;
}
.carousel .bd ul li{
    width: 593px;
    height: 349px;
    overflow: hidden;
    position: relative;
}
.carousel .bd ul li img{
    width: 593px;
    height: 349px;
}
.carousel .bd ul li span {
    display: block;
    width: 593px;
    height: 53px;
    line-height: 53px;
    background: rgba(0, 0, 0, .5);
    border-radius: 0 0 0 8px;
    position: absolute;
    bottom: 0;
    left: 0;

}
.carousel .bd ul li span>a{
    width: 70%;
    height: 53px;
    text-indent: 1.5em;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
 .foreign{
    width: 587px;
    height: 349px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
     box-sizing: border-box;

}
.news{
    width: 567px;
    height: 330px;
    margin-left: 20px;
}
 .news .hd {
    width: 567px;
    height: 56px;
    background: #e8e8e8;
    border-radius: 0 8px 0 0;
}
.news .hd ul{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.news .hd ul li{
    display: inline-block;
    cursor: pointer;
    width: 33.33333%;
    height: 61px;
    text-align: center;
    line-height: 61px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.news .hd ul li.on{
    background: #0056a9;
}
.news .hd ul li.on a{
    color: #fff;
}
.news .hd ul li a{
    color: #333;
}
.news .bd {
  width: 520px;
    height:280px;
    overflow: hidden;
}
.news .bd ul{
    margin-top: 14px;
    height: 280px;
    overflow: hidden;
}
.news .bd ul li{
    height: 38px;
    font-weight: 400;
}

.news .bd ul li a {
    width: 65%;
    font-size: 16px;
    color: #333333;
    line-height: 38px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 38px;
    position: relative;
    padding-left: 18px;
}
.news .bd ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2d8cf0;
}
.news ul  li span {
    font-size: 14px;
    color: #999999;
    line-height: 38px;
    vertical-align: top;
    height: 38px;
    float: right;
}
.news .bd ul li a:hover{
    color:  #2d8cf0;
}
/*外事服务*/
.businessguide {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.businessguide .wsfw {
    width: 62px;
    height: 140px;
}
.businessguide .wsfw img {
    width: 100%;
    height: 100%;
}
.businessguide .imgs{
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}
.businessguide .imgs a{
    display: inline-block;
    width: 20%;
}
.businessguide .imgs a img {
    width: 100%;
    cursor: pointer;
}

/*机关党建*/
 .work{
    width: 606px;
    height: 384px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    border-radius: 8px;
    margin-top: 20px;
     overflow: hidden;
}
.image_text{
    margin: 16px auto 22px 34px;
    display: flex;
    align-items: center;
}
.work .image_text .img_bs{
    width: 28px;
    height: 28px;
    margin-right: 15px;
    vertical-align: middle;
}
.image_text span {
    font-size: 26px;
    font-weight: 700;
    color: #12468c;
    font-family: 宋体;
    margin-right: 15px;
}
.work .image_text .more {
    margin-left: 280px;
    cursor: pointer;
    font-size: 16px;
    vertical-align: middle;
}
.work .image_text .more img{
    width: 16px;
    height: 16px;
    margin-left: 3px;
    vertical-align: middle;
}
.work ul{
    padding-left: 17px;
    padding-right: 22px;
}
.list li {
    margin-bottom: 17px;
    cursor: pointer;
}
.list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.list li a span:first-child {
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #1890ff;
    border-radius: 50%;
    margin-right: 9px;
    vertical-align: middle;
}
.list li a span:nth-child(2) {
    height: 22px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.work ul li span:nth-child(2) {
    width: 430px;
}
.list li a span:nth-child(3) {
    width: 84px;
    height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 22px;
    vertical-align: middle;
}
.work ul li span:nth-child(3) {
    margin-left: 35px !important;
}
 .work ul li span:hover {
    color: #1890ff;
}
/*政策解读*/
.explain {
    width: 544px;
    height: 384px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    border-radius: 8px;
    margin-top: 20px;
    margin-left: 20px;
}
 .explain .image_text .img_bs{
    width: 28px;
    height: 28px;
    margin-right: 15px;
    vertical-align: middle;
}
.explain .image_text .more {
    margin-left: 220px;
    cursor: pointer;
    font-size: 16px;
    vertical-align: middle;
}
.explain .image_text .more img{
    width: 16px;
    height: 16px;
    margin-right: 3px;
    vertical-align: middle;
}
.explain ul{
    padding-left: 34px;
}
.explain ul li span:nth-child(2) {
    width: 470px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.explain ul li span:hover {
    color: #1890ff;
}

/*专题专栏*/
.upcharts{
    width: 1170px;
    height: 99px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}
.upcharts .hd{
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 2;
}
.upcharts .hd li {
    display: block;
    height: 16px;
    width: 16px;
    float: left;
    background: hsla(0,0%,100%,.6);
    border-radius: 0;
    color: #666666;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
}

.upcharts .hd li.on {
    background: red;
    color: #fff;
    cursor: pointer;
}
.upcharts .bd a {
    height: 99px;
    width: 1170px;
    display: inline-block;
}

.upcharts .bd img {
    display: block;
    width: 100%;
    height: 99px;
}
.dangwu {
    width: 725px;
    height: 280px;
}
.dangwu .d_title{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0 22px 0;
}
.dangwu .d_title .left{
    width: 40%;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    padding: 10px 8px 15px 8px;
    border-radius: 8px;
}
.dangwu .d_title .left .title{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #12468c;
    font-size: 26px;
    font-weight: 700;
    color: #12468c;

    width: 100%;
}
.dangwu .d_title .left .title span {
    width: 50%;
    font-size: 22px;
    font-weight: 700;
    color: #12468c;
    vertical-align: middle;
    text-align: center;
    font-family: 宋体;
    line-height: 40px;
}
.dangwu .d_title .left .div{
    width: 260px;
    height: 60px;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-self: center;
    box-shadow: 1px 2px 4px 0 hsla(0,0%,58.4%,.41);
    border-radius: 10px;
    border: 1px solid #0056a9;
}
.dangwu .d_title .left .div a{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.dangwu .d_title .left .div a img{
    vertical-align: middle;
    align-self: center;
    width: 40px;
}
.dangwu .d_title .left .div a span {
    width: 60%;
    font-size: 20px;
    font-weight: 500;
    color: #12468c;
    vertical-align: middle;
    margin-left: 30px;
}
.dangwu .d_title .right {
    width: 57%;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    padding: 15px 20px 11px 20px;
    border-radius: 8px;
    margin-left: 3%;
}
.dangwu .d_title .right .image_text{
     width: 100%;
    height: 50px;
    margin: 0 auto;
    display: block;
    line-height: 50px;
}
.dangwu .d_title .right .image_text span{
    font-size: 18px;
    font-weight: 600;
    color: #12468c;
    vertical-align: middle;
    font-family: 'Microsoft YaHei';
    float: left;
}
.dangwu .d_title .right .image_text .more{
    cursor: pointer;
    font-size: 15px;
    vertical-align: middle;
    float: right;;
}
.dangwu .d_title .right div .more img{
    width: 16px;
    height: 16px;
    margin-left: 3px;
    vertical-align: middle;
}
.dangwu .d_title .right ul{
    margin-top: 20px;
}
.dangwu .d_title .right ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dangwu .d_title .right ul li span:nth-child(2) {
    font-size: 15px;
    width: 310px;
    margin-right: 20px;
}
.dangwu .d_title .right ul li  span:hover {
    color: #1890ff;
}

/*外事信箱*/
.interact {
    width: 405px;
    height: 306px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    border-radius: 8px;
    padding: 10px 25px 10px 25px;
    margin-left: 20px;
    margin-top: 15px;
    box-sizing: border-box;
}
.interact .i_top{
    display: flex;
    justify-content: center;
}
.interact .i_top img{
    width: 320px;
    height: 70px;
}
.interact .i_bottom{
    display: flex;
    flex-direction: column;
}
.interact .i_bottom>p{
    width: 350px;
    height: 30px;
    line-height: 30px;
    margin: 10px auto;
    border-bottom: 1px solid #12468c;
}
.interact .i_bottom>p span{
    font-size: 15px;
    font-weight: 600;
    color: #12468c;
    font-family: 宋体;
}
.lxwm{
    padding: 0 30px;
}
.lxwm p{
    line-height: 32px;
    font-size: 14px;
    color: #666;
}

.yhkuang{
    width: 1170px;
    height: 199px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    border-radius: 8px;
    padding: 12px 10px;
    display: flex;
    align-content: center;
    box-sizing: border-box;
    margin-top: 20px;
}
.yhkuang .navkuang{
    width: 52px;
    height: 176px;
    font-size: 20px;
    background: #12468c;
    font-weight: 500;
    color: #fff;
    padding-top: 20px;
    text-align: center;
    line-height: 34px;
   box-sizing: border-box;
}
.yhkuang .imgkuang {
    width: 1098px;
    height: 175px;
    overflow: hidden;
}
.yhkuang .imgkuang .bd ul li{
    width: 251px;
    height: 175px;
    float: left;
    margin-right: 7px;
}
.yhkuang .imgkuang img{
    width: 251px;
    height: 175px;
    display: block;
}

    /*友情链接*/
.friend {
    width: 1170px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    border-radius: 8px;
    padding: 10px 0px 26px 0px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.friend .f_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px;
    line-height: 55px;
    width: 1112px;
    border-bottom: 1px solid #12468c;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.friend .f_title span{
    font-size: 24px;
    font-weight: 700;
    color: #12468c;
    font-family: 宋体;
}
 .friend .f_bottom{
    width: 1112px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.friend .f_bottom a{
    cursor: pointer;
    display: inline-block;
    height: 43px;
    line-height: 43px;
    padding: 0 10px;
    border: 1px solid #e8e8e8;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.friend .f_bottom a:hover {
    border: 1px solid #1890ff;
}
