.bg{
    background: url(../images/dream_bg.jpg) no-repeat center;
    background-size: cover;
    height: 960px;
    padding-top: 100px;
}

.inner_main{
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

.inner_main_left{
    width: 880px;
    padding: 20px;
}

.inner_main_left_top{
    display: flex;
    justify-content: space-between;
}

.inner_main_left_top_inner{
    width: 460px;
    padding: 15px 65px;
    border: 1px solid #BD1A2D;
    color: #999999;
    position: relative;
}

.top_img{
    height: 76px;
    width: 262px;
}

.inner_main_left_top_inner p{
    font-size: 12px;
    font-family: "微软雅黑";
    text-align: justify;
}

.inner_main_left_top_inner img{
    position: absolute;
    right: -9px;
    bottom: 1px;
}

.inner_main_left_bt{
    background: url(../images/dream_main_bg.jpg) no-repeat center;
    height: 671px;
    overflow: hidden;
    margin-top: 10px;
    padding: 15px;
}

.inner_main_right{
    width: 230px;
    background-color: #F7F7F7;
    padding: 0 25px;
    text-align: center;
}

.inner_main_right img{
    margin: 60px auto 15px auto;
}

.inner_main_right textarea{
    font-size: 12px;
    color: #B3B3B3;
    font-family: "微软雅黑";
    border-radius: 15px;
    border: none;
    background-color: #fff;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
    outline: none;
}

.inp_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.inp_box input{
    font-size: 12px;
    color: #B3B3B3;
    font-family: "微软雅黑";
    border-radius: 15px;
    border: none;
    background-color: #fff;
    padding: 5px 15px;
    outline: none;
}

.inp_box button{
    background-color: #BD1A2D;
    border: none;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
}


.txtMarquee-top{
    width:100%;
    overflow:hidden;
    position:relative;
    border:none;
    background-color: #fff;
    border-radius: 15px;
    margin-top: 40px;
}

.txtMarquee-top .bd{
    padding:15px;
    height: 300px;
}

.txtMarquee-top .infoList li{
    /* height:30px; */
    line-height:20px;
    font-size: 12px;
    font-family: "微软雅黑";
    word-break: break-all;
    margin-bottom: 10px;
    text-align: left;
}

.infoList .red_s{
    color: #C4000B;
    font-family: "微软雅黑";
}

.infoList .blue_s{
    color: #307DFF;
    font-family: "微软雅黑";
}

.tagcloud{
    position: relative;
    height: 100%;
    width: 100%;
}

.tagcloud li{
    width: 240px;
}

.li_ttl_p{
    background-color: #DBE8FF;
    color: #4D4D4D;
    font-size: 12px;
    padding: 10px 25px;
    margin: 0 auto;
    font-family: "微软雅黑";
}

.li_ttl_p span{
    color: #BD1A2D;
    font-family: "微软雅黑";
}

.li_bd{
    background-color: #fff;
    padding: 25px;
}

.li_bd p:nth-child(1){
    text-align: justify;
    font-size: 12px;
    color: #4D4D4D;
    font-family: "微软雅黑";
}

.li_bd p:nth-child(2){
    text-align: right;
    font-size: 12px;
    color: #ADADAD;
    font-family: "微软雅黑";
    margin-top: 5px;
}

.inp_box p{
    font-size: 14px;
}

.inp_box select{
    font-size: 12px;
    color: #B3B3B3;
    font-family: "微软雅黑";
    border-radius: 15px;
    border: none;
    background-color: #fff;
    padding: 5px 15px;
    outline: none;
    width: 70%;
}

.inp_box1{
    margin-bottom: 15px;
}