/*****通知通告****/
                .tzgg {
                    margin-top: 30px;
                }

                .tzgg .tit {
                    font-size: 18px;
                    font-weight: bold;
                    border-top: 1px solid #0f89dd;
                    width: 128px;
                    padding: 10px;
                    border-bottom: 1px solid #0f89dd;
                    display: inline-block;
                }

                .tzgg .tit img {
                    width: 25px;
                    margin-right: 10px;
                }

                .tzgg .cnt {
                    display: inline-block;
                    font-size: 16px;
                    padding: 0 40px;
                    width: 80%;
                }
/***切换1***/
                .newslist .title {
                    height: 44px;
                    line-height: 43px;
                }

                .newslist .title h2 {
                    float: left;
                    font-size: 18px;
                }

                .newslist .title h2 a {
                    display: block;
                    float: left;
                    width: 105px;
                    padding-right: 10px;
                    height: 44px;
                    line-height: 43px;
                    text-align: center;
                    color: #277ec3;
                  
                    background-size: 100% 100%
                }

                .newslist .title h2 .noactive {
                    color: #000;
                    background: none;
                }

                .newslist .title .more {
                    display: none;
                    float: right;
                    color: #a5a5a5;
                    font-size: 14px;
                }

                .newslist .title .more:hover {
                    color: #277ec3;
                }

                .qh1 .list {
                    display: none
                }

/*****轮播******/
                        .second-slide {
                            position: relative;
                            float: left;
                            width: 100%;
                            height: 416px;
                            overflow: hidden;
                            position: relative;
                            margin-bottom: 20px;
                        }

                        .second-slide .hd {
                            height: 15px;
                            overflow: hidden;
                            position: absolute;
                            right: 5px;
                            bottom: 15px;
                            z-index: 1;
                        }

                        .second-slide .hd ul {
                            overflow: hidden;
                            zoom: 1;
                            float: left;
                        }

                        .second-slide .hd ul li {
                            float: left;
                            margin-right: 7px;
                            width: 12px;
                            height: 12px;
                            line-height: 14px;
                            text-align: center;
                            background: #fff;
                            cursor: pointer;
                            border-radius: 50%;
                        }

                        .second-slide .hd ul li.on {
                            background: #007aff;
                            color: #fff;
                        }

                        .second-slide .bd {
                            position: relative;
                            height: 100%;
                            z-index: 0;
                        }

                        .second-slide .bd li {
                            zoom: 1;
                            vertical-align: middle;
                        }

                        .second-slide .bd img {
                            width:100%;
                            height: 416px;
                            display: block;
                        }

                        .second-slide .bd li p {
                            position: absolute;
                            left: 0;
                            bottom: 0;
                            line-height: 50px;
                            height: 50px;
                            width: 100%;
                            white-space: nowrap;
                            overflow: hidden;
                            padding-left: 20px
                        }

                        .second-slide .bd li p i {
                            position: absolute;
                            left: 0;
                            top: 0;
                            display: block;
                            width: 100%;
                            height: 50px;
                            background: #000;
                            opacity: .3
                        }

                        .second-slide .bd li p a,
                        .second-slide .bd li p a:visited {
                            position: relative;
                            color: #fff;
                            font-size: 17px;
                            font-weight: bold;
                            line-height: 50px;
                            width:80%;
                            display:block;
                        }

/**********信息果真******/
 
        .xxgkdiv .notice {
            background-color: #72a7e2;
            width: 100%;
            padding: 30px 20px;
            color: #fff;
        }

        .xxgkdiv .home-answer {
            border: 1px solid #eee;

        }

        .xxgkdiv .box {
            position: relative;
            line-height: 2.65;
            margin: 10px 40px;
            border-bottom: 1px dashed #999;
            height: 72px;
            display: flex;
            align-items: center;
        }

        .xxgkdiv .box:last-child {
            border-bottom: none;
        }

        .xxgkdiv .box .title {
            line-height: 32px;
            position: relative;

        }

        .xxgkdiv .group a {
            color: #fff;
        }

        .one-text {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .two-text {
            text-overflow: ellipsis;
            display: -webkit-box;
            box-orient: vertical;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        .f-align {
            -webkit-box-align: center;
            -moz-align-items: center;
            -webkit-align-items: center;
            align-items: center;
        }
/*****适配*****/
@media (max-width: 1000px){
.tzgg .tit {
    margin: 0 auto;
    display: block;
}
 .tzgg .cnt {
     padding: 0 ;
      width: 100%;
}
.lbblock {height: 280px;}
.second-slide{
    height:260px;
}
.second-slide .bd img {
   height: 260px;
}

.newslist .title h2 a {width:auto!important}
}  