* {
    margin: 0;
    padding: 0;
}

.xxgkbanner{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
}
.xxgkbanner img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.xxgkbox {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
}

.xxgkleft {
    width: 200px;
    float: left;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.xxgktitle {
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    background: #0190a0;
    padding-left: 20px;
    font-weight: normal;
    cursor: pointer;
}
.navitem{
    width: 100%;
    box-sizing: border-box;
}

.navitem a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 25px;
    color: #323232 !important;
    line-height: 40px;
    font-size: 16px;
    height: 40px;
    text-decoration: none;
}
.navitem a:hover {
    color: #fff !important;
    background: #b0ba01;
}
/* .xxgknav:first-child .xxgklist{
    display: block;
} */
.xxgklist{
    display: none;
}
.xxgklist .select a{
    color: #fff !important;
    background: #999999 !important;
}
.xxgklist .select:hover a{
    color: #72afd2 !important;
}

.xxgkright {
    width: 780px;
    float: right;
}
.xxgkrtbox{
    width: 100%;
    box-sizing: border-box;
}
.xxrthead{
    width: 100%;
    line-height: 50px;
    font-size: 19px;
    font-weight: bold;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    margin-top: 0px;
}
.xxgkinfors{
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
    margin: 30px 0px;
}
.xxgkinfors img{
    margin-top: 5px;
    width: 100%;
    height: auto;
}
.xxgkinfors p{
    text-indent: 2em;
    width: 100%;
    font-size: 18px;
    font-family: 宋体;
    font-weight: 400;
    color: #333;
    line-height: 30px;
    margin: 0 0 10px;
}
.xxgkinfors1{
    width: 100%;
    box-sizing: border-box;
}
.xxrthead1{
    width: 100%;
    box-sizing: border-box;
    background-color: #eff4f6;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
}
.xxgkinforitem{
    width: 100%;
    box-sizing: border-box;
    padding: 13px 0;
    border-bottom: 1px dashed #dfdfdf;
}
.xxgkinforitem a{
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px;
    color: #333 !important;
    font-size: 16px !important;
    display: flex;
    justify-content: space-between;
}
.xxgkinforitem .gk1{
    width: 520px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xxgkinforitem .gk2{
    white-space: nowrap;
}
.xxgkinforitem .gk3{
    white-space: nowrap;
    text-align: center;
}
.fgbzleft{
    width: 170px;
    height: 115px;
    float: left;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 5px;
    background: #0190a0;
}
.fgbzleft img{
    width: 100%;
    height: 100%;
}
.fgbzright{
    flex: 1;
    box-sizing: border-box;
    padding-right: 35px;
}
.fgbzhead{
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}
.xxgkinforitem .fg1{
    width: 430px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xxgkinforitem .fg2{
    white-space: nowrap;
}
.fgbztxt{
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    color: #333333;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.pagelist{
    margin-top: 50px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
}
.pagelist a{
    text-decoration: none;
    display: inline-block;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    background: #eee;
    border: 1px solid #ddd;
    color: #666 !important;
    font-size: 13px !important;
}
.pagelist .select{
    background: #009999;
    color: #fff !important;
    border-color: #009999;
}
.pages{
    display: flex;
}