* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

a {
    color: #333;
}

a:hover {
    color: #333;
    text-decoration: linen;
}
.pl0{
    padding-left: 0;
}
.pr0{
    padding-right: 0;
}

.mb35 {
    margin-bottom: 35px;
}
.mb15{
    margin-bottom: 15px;
}

.ml0 {
    margin-left: 0;
}

.mr0 {
    margin-right: 0;
}

.mb0 {
    margin-bottom: 0;
}
.pt25{
    padding-top: 25px;
}
.mb15{
    margin-bottom: 15px;
}
.mt50{
    margin-top: 50px;
}
.mb35{
    margin-bottom: 35px;
}


.banner {
    width: 100%;
    height: auto;
    position: relative;
}

.p_banner {
    display: block;
    position: relative;
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
}

.m_banner {
    width: 100%;
    display: none;
}

/* dy */
.dyWrap{
    
}
.dyContent{
    background-color: #c7e7fb;
    border-radius: 20px;
    padding-right: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 10px;
    position: relative;
    margin-top: 20px;
}
.dyContent p{
    display: block;
    background-color: #ffbe57;
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 40px;
    text-align: justify;
    color: #333;
    line-height: 2;
    font-weight: 500;
    position: relative;
    font-size: 1.25rem;
    text-indent: 2em;
    margin-bottom: 0;
}
.dyContent img{
    position: absolute;
    left: 30px;
    top: 0;
    width: 10%;
    z-index: 11;
    transform: translateY(-50%);
}

/* more */
.moreStyle{
    color: #ffbe57;
    width: 100%;
    text-align: right;
    font-size: 1rem;
    display: block;
}
/* 新闻列表 */
.gdxdWrap{
    background: url(../images/bg3.jpg) no-repeat top left;
    background-size: 100%;
    overflow: hidden;
}
.xdStyle{
    padding: 20px 0 10px;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 10px;
}
.xdStyle>h5>a{
    font-size: 22px;
    color: #405d96;
    font-weight: bold;
    margin-left: 15px;
    margin-bottom: 10px;
}
.xdStyle>p{
    font-size: 18px;
    color: #585858;
    margin-left: 15px;
    margin-bottom: 0;
    text-indent: 2em;
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;*/
    line-height: 1.6;
    text-align: justify;
}


/* footer */
#bottom {
    width: 100%;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    float: left;
    background: url(../images/bottom_bg.jpg) no-repeat top left;
    background-size: 100% 100%;
    text-align: center;
    position: relative;
    margin-top: 5%;
}

#bottom a,
#bottom a:link,
#bottom a:visited,
#bottom a:hover,
#bottom a:active {
    color: #333
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2022-04-26 15:04:35" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->