@charset "utf-8";
.cError {
    color: #CC0000;
}
.content-info {
    padding: 0 100px 20px 100px;
}
.hd-letter-content table {
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}
.xj-tabs th {
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #275e99;
}
.hd-letter-content table tr td {
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.xj-tabs td {
    padding: 10px;
    line-height: 46px;
}
.hf-content p {
    line-height: 32px;
    margin: 10px 0;
}
 table tr td.tit {
   /* width: 150px;*/
    text-align: center;
    background: #f9f9f9;
    text-align: right;
padding: 20px;
}
table tr td.con {
    line-height: 30px;
    text-indent: 28px;
    text-align: left;
}
.star-submit table tr td input[type=text] {
    border: 1px solid #ebebeb;
    height: 28px;
    line-height: 28px;
    width: 180px;
    text-indent: 3px;
}
.star-submit table tr td.submit {
    text-align: center;
    padding:20px;
}
.star-submit table tr td.submit input {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ebebeb;
    background: #f4f4f4;
    cursor: pointer;
}


.hd-letter-content .titlemyd {
    width: 120px;
    overflow: hidden;
    height: 37px;
    line-height: 37px;
    display: block;
    text-align: center;
    color: white;
    font-size: 16px;
    background: #275e99;
}
.table-myd{
    table-layout: fixed;
}
@media (max-width: 1024px){
    .content-info {
        padding: 0 50px 20px 50px;
    }
}

@media (max-width: 750px){
    .content-info {
        padding: 10px;
    }
    table{width: 100%;}
.star-submit table tr td input[type=text]{
    width: 100%;
    text-indent: 3px;
    float: left;
}
label{float:left;}
}