.gywmjrwm_bg{
    width: 100%;
    padding: 0 160px;
    box-sizing: border-box;
    background: #E8E8E8;
}
.gywmjrwm_w{
    width: 100%;
    background: #FFFFFF;
    margin: 0 auto;
}
.gywmjrwm{
    width: 100%;
    padding: 50px 123px;
    box-sizing: border-box;
}
.title{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.gywmjrwm_title{
    font-size: 48px;
    font-weight: 600;
    color: #333333;
    line-height: 67px;
}
.gywmjrwm_twotitle{
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
}
.gywmjrwm_cont{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
		margin-bottom: 40px;
}
.cont_side{
    width: 100%;
    color: #666666;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.cont_side>.side_zw{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 33px 46px 25px 66px;
    border-bottom: 1px dotted #DDDDDD;
    box-sizing: border-box;
}
.cont_side>.side_zw>.zw_l{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
}
.cont_side>.side_zw>.zw_l>img{
    margin-right: 30px;
}
.cont_side>.side_zw>.zw_r{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
		cursor: pointer;
}
.cont_side>.side_zw>.zw_r>a{
    color: #666666;
    margin-right: 16px;
}
.cont_side>.side_zw>.zw_r>span{
    width: 23px;
    height: 2px;
    background: #CDCDCD;
}
.cont_side>.side_info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 35px 85px 32px 62px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666666;
    font-weight: 500;
    line-height: 25px;
}

.show{
    display: block;
}
.hidden{
    display: none;
}

.loadMore {
		    background-color: #0c2f5f;
    padding: 20px 30px;
    color: white;
    margin: auto;
    display: table;
}

