@import url(mobileHeader_swt.css);
@import url(moblieFooter_swt.css);


.location {
    height: auto;
    line-height: 20px;
    background-size: 1.5em;
}
.main .wx_main .left_nav {
    background: #f5f5f5;
    width: 100%;
    box-sizing: border-box;
    padding: 0 25px;
    height: auto;
    min-height: 540px;
}
.main .wx_main .left_nav .title {
    font-size: 22px;
}

.main .wx_main .left_nav ul li {
    font-size: 16px;
}

.main .wx_main .right_list {
    width: 100%;
	margin-top: 16px;
}

.infoList {
    width: 100%;
}
.infoList>.Title {
    height: 38px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}

.infoList>.Title>a {
    display: inline-block;
    float: left;
    font-size: 12px;
    padding: 0 15px;
    margin-right: -13px;
    width: 48px;
    height: 38px;
	line-height: 16px;
}

.trs_key4format>p {
    margin: 5px 0;
    margin-bottom: 15px;
    color: #333;
    text-indent: 2em;
    font-size: 11px;
    line-height: 30px;
}

/* 我要写信 */

.SendBox {
    padding: 10px 0;
    width: 100%;
    margin-left: -34px;
}


.SendBox .layui-form .long {
    width: 77%;
}

/* 信件查询 */

.layui-input-blockcx {
    margin-left: 24%;
    min-height: 36px;
}

/* 信件统计数据 */
#bjqk{
    width: 100%;
}
#bjqk div:first-of-type{
    width: 100%;
} 

#bjqk canvas{
    width: 100%;
}


@media screen and (max-width:570px) {
    .infoList>.Title>a {
        display: inline-block;
        float: left;
        font-size: 12px;
        padding: 0 14px;
        margin-right: -13px;
        width: 14%;
        height: 38px;
        line-height: 16px;
    }

}


/* 在线访谈 */
.picsList li .pic {
    width: 100%;
    position: relative;
}

.picsList li .text {
    margin-left: 0%;
    width: 84%;
}

.picsList li .date {
    width: 14%;
}

/* 在线访谈细览 */


@media screen and (max-width:750px) {
.left-pic {
    width: 100%;
    height: 380px;
    float: left;
}
.right-txt {
    float: right;
    width: 100%;
    line-height: 30px;
    padding-top: 0px;
}
.txt-box .sl-box {
    width: 100%;
    float: left;
}
.txt-box .form-box {
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0px;
    overflow: hidden;
}
.questions-list{
	height:auto;
}
}
@media screen and (max-width: 750px){
.infoList .layui-table colgroup col:nth-of-type(2),
.infoList .layui-table colgroup col:nth-of-type(4),
.infoList .layui-table thead tr th:nth-of-type(2), 
.infoList .layui-table thead tr th:nth-of-type(4),
.infoList .layui-table tbody tr td:nth-of-type(2),
.infoList .layui-table tbody tr td:nth-of-type(4) {
    display: none;
}

.infoList .layui-table colgroup col:nth-of-type(3){
	width:110px;
}
.infoList .layui-table colgroup col:nth-of-type(5){
	width:90px;
}
}




















