/**组件样式*/
.sqzlx .form_table td{
    padding: 10px;}
.sqzlx .input_text{
    border: 1px solid #dedede;
    color: #333; padding: 0 10px;
    height: 30px;
    line-height: 30px;
    width: calc(100% - 20px);}
.sqzlx .input_text:focus{
    border: 1px solid #c9c9c9;}
.sqzlx .input_submit{
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #dedede;
    cursor: pointer;
    color: #333;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
    min-width: 60px;}
.sqzlx .input_submit:hover{
    background: #d0d0d0;}


.sqzlx {
    margin: 50px 0 110px;}
.sqzlx:after{
    content: ".";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;}
.sqzlx table{
    margin: 0;
    width: 100%;}
.sqzlx table tr td{
    margin: 0;}
.sqzlx table td{
    padding: 10px
;}
.sqzlx table td{
    line-height: 26px;
    text-align: left;}
.sqzlx .list span.zjg {
    margin: 20px 0;
    display: block;}
.sqzlx .thesis strong p {
    font-weight: bold;
    color: #000;}
.sqzlx .list table td,.sqzlx .list table th {
    text-align: left;
    background-color: #f7fcfe;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
    color: #333;
    font-weight: normal;}


@media (max-width: 767px){
.sqzlx .form_table td {
    padding: 5px;}
}

