/*****组件样式******/
/*****组件样式******/
.write_list{
    padding: 0 20%;}
.write_list>ul>li{
    font-size: 0;
    margin-bottom: 35px;}
.write_list li span{
    display: inline-block;
    width: 105px;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    text-align: left;
    vertical-align: middle;}
.write_list li .rr{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 105px);}
.write_list li span i{
    color: #ba0f16;
    display: inline-block;
    margin-right: 5px;}
.write_list li .sel{
    width: 100%;
    position: relative;}
.write_list li .sel p{
    font-size: 14px;
    color: #999999;
    position: relative;
    line-height: 38px;
    padding-left: 20px;
    padding-right: 35px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    height: 40px;}
.write_list li .sel p:after{
    position: absolute;
    content: '';
    width: 14px;
    top: 0;
    bottom: 0;
    right: 19px;
    background: url(../images/sel-down.png) no-repeat 50%;}
.write_list li .sel ul li{
    font-size: 16px;
    line-height: 32px;
    color: #333;
    padding:5px 20px ;
    cursor: pointer;}
.write_list li .sel ul{
    position: absolute;
    left: 0;
    right: 0;
    top: 110%;
    background: #fff;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
    display: none;
    z-index: 9;}
.write_list li .sel ul li:hover{
    background: #124c93;
    color: #fff;}
.tit{
    display: block;
    width: 95%;
    font-size: 14px;
    line-height: 38px;
    color: #333;
    height: 40px;
    padding-right: 35px;
    border: 1px solid #e5e5e5;}
.write_list li textarea{
    display: block;
    width: 100%;
    height: 160px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
    outline: none;
    /*resize:none;*/
    margin-top: 20px;}
.write_list li.bmBtn button{
    display: inline-block;
    width: 85px;
    line-height: 48px;
    text-align: center;
    color: #333333;
    font-size: 18px;
    vertical-align: middle;
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 5px 0 0 5px;
    cursor: pointer;}
.write_list li.bmBtn .bm{
    border-left: none;
    border-radius: 0 5px 5px 0;}
.write_list li.bmBtn{
    margin-bottom: 22px;}
.write_list li.bmBtn button.on{
    background: #e5e5e5;}
.write_list li.tips p{
    font-size: 14px;
    line-height: 42px;
    color: #916e28;
    padding-left: 18px;
    background: #fff6e8;
    margin-left: 160px;}
.write_list li label {
    font-size: 18px;
    line-height: 22px;
    color: #333;}
.write_list li #subm{
    display: block;
    width: 200px;
    line-height: 66px;
    font-size: 18px;
    color: #fff;
    background: #0c3173;
    border-radius: 5px;
    margin: 0 auto;
    cursor: pointer;}

.write_tit span{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    margin-left: 40px;}
.write_tit span i{
    padding: 0 6px;
    background: #f0f7ff;
    color: #003d87;
    border-radius: 5px;
    min-width: 28px;
    text-align: center;
    display: inline-block;}



