.content {
    padding: 10px;
}

.title {
    padding-bottom: 10px;
    border-bottom: solid 2px #0f67ba;
    font-size: 22px;
    color: #333;
    line-height: 150%;
    text-align: center
}

.arc_info {
    padding: 15px 0;
    font-size: 13px;
    color: #666;
    text-align: center
}

.arc_info span {
    padding: 0 10px;
}

.article {
    word-break: break-all;
    color: #666
}

.article p,
.article div {
    padding-bottom: 10px;
}

.article span {
   /* font-family: "微软雅黑" !important;
    font-size: 17px !important;*/
}

.article p {
   /* font-family: "微软雅黑";
    font-size: 16px !important;
    line-height: 32px !important;*/
    text-align: justify;
}

.article b,
strong {
    font-family: "微软雅黑";
    font-size: 17px !important;
    line-height: 32px !important;
}
.prenext{
    margin-top: 20px;
    padding-top: 10px;
    border-top: dotted 1px #c4c4c4
}
.prenext span{
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #333
}

.dangan_bg{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url(../images/dangan_bg.jpg);
    background-size: cover;
}
.dangan_box{
    position: relative;
    width: 620px;
    height: 350px;
    margin: 100px auto;
    padding: 15px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 5px;
    z-index: 0;
}
.dangan_box::after{
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: -1;
    display: block;
    width: 590px;
    height: 320px;
    background-color: #fff;
}
.dangan_title{
    width: 500px;
    height: 70px;
    margin: 15px auto;
    background-image: url(../images/dangan_title.png);

}
.da_tr{
    margin: 20px auto;
    width: 300px;
    height: 30px;
    overflow: hidden;
}
.da_tr span{
    display: block;
    float: left;
}
.da_tr .tr_name{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #0f67ba
}
.da_tr input[type='text']{
    display: inline-block;
    width: 200px;
    height: 30px;
    border:solid 1px #0f67ba;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
    font-size: 15px;
    box-sizing: border-box
}

.tr_select {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    color: #666;
    text-shadow: none;
    border-radius: 4px;	
    z-index: 2;
}

.tr_select:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.tr_select:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #0f67ba;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: -2;
}

.tr_select select {
    cursor: pointer;
    width: 200px;
    padding:0 5px;
    height: 30px;
    border:solid 1px #0f67ba;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.tr_select select:focus {
    outline: none;
}
.da_btnbox{
    height: 40px;
}

.da_btn{
    display: block;
    margin-left: 80px;
    width: 110px;
    height: 38px;
    background-image: url(../images/dangan_btn.jpg);
    border: 0;
    color: #fff;
    font-weight: bold;
}