@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站首页样式
 * @author: ishang_pan
 * @update: ishang_pan (2020-06-16 09:25)
 */
/*主体*/
.is-main{height: 100%;background-image:url(../images/home/39845363.png);background-repeat: no-repeat;background-size: 100% auto;background-color: #e7e7e7;}
.is-main .main-box{background: #fff;padding: 20px 10px;margin-bottom: 20px;}
.m-titstyle2 {line-height: 44px;border-bottom: 1px solid #382fbd;}
.m-titstyle2 .u-tit {position: relative;display: block;font-size: 18px;font-weight: bold;color: #382fbd;}
.m-feedback {padding: 15px 0;}
.m-feedback .m-feedform li {padding-left: 80px;margin-bottom: 20px;}
.m-feedback .u-stinps {padding-right: 50%;}
.m-feedback .m-feedform li label {position: absolute;left: 0;top: 0;margin: 0;width: 80px;line-height: 34px;font-size: 16px;}
.m-feedback .m-feedform li label span {color: #f00;}
.m-feedback .form-control {display: block;width: 100%;height: 34px;padding: 6px 12px;font-size: 14px;line-height: 1.42857143;color: #555;background-color: #fff;background-image: none;border: 1px solid #ccc; border-radius: 4px;-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
.m-feedback .form-control {height: auto;}
.m-feedback .u-vcode {padding-left: 110px;}
.m-feedback .u-vcode img {display: block; width: 100px;height: 34px;position: absolute;left: 0;top: 0;}
.m-feedback .u-vcode input {width: 160px;}
.is-main .main-box .box-top{height: 35px;}
.is-main .main-box .box-top .g-directory {background: url(../images/home/3589386933.png)left no-repeat;padding-left: 20px;}

/*信件列表*/
.m-mailxjlb .m-titstyle2 ul li {float: left;line-height: 38px;font-size: 18px;font-weight: 600;color:#382fbd;}
.m-zxtshd {height: 40px;line-height: 40px;background: #f8f8f8;margin: 1px 0 8px;text-align: center;font-weight: bold;}
.m-mailxjlb .u-ts1 {width: 20%;}
.m-mailxjlb .u-ts2 {width: 32%;}
.m-mailxjlb .u-ts3 {width: 12%;}
.m-mailxjlb p {float: left;overflow: hidden;word-wrap: normal;white-space: nowrap;text-overflow: ellipsis;}
.m-zxtsbd li {border-bottom: 1px dashed #ddd;line-height: 60px;}
.m-zxtsbd li .u-cl {color: #999;}

@media screen and (max-width: 991px) {
	.m-mailxjlb .u-ts2 {width: 70%!important;}
	.m-mailxjlb .u-ts3 {width: 30%!important;}
}

@media screen and (max-width: 767px) {
	.m-feedback .u-stinps {padding-right: 0;}
}