@charset "utf-8";
/*
* @Author: Tech050
* @Date:   2019-06-14 09:46:53
* @Last Modified by:   Tech050
* @Last Modified time: 2019-06-14 11:35:09
*/

.m-interbox{padding: 6px 20px 20px; background: #fff;}
.m-inter{margin: 0 -10px;}
.m-interlf,.m-interrg{padding: 0 10px;}
.m-hfxdbox .m-titstyle3 .u-more{margin: 6px 20px 0 0; display: inline-block; padding: 0 12px; line-height: 28px; background: #cd0000; color: #fff; border-radius: 4px;}
.m-hfxdbox table thead{background: #f5f5f5;}
.m-hfxdbox table thead th{font-weight: bold; border-bottom: none;}
.m-hfxdbox table tbody td{border-top: none;}
.m-dczjbox ul{padding: 6px 0;}
.m-dczjbox{margin-top:20px;}
.m-dczjbox li{line-height: 46px;}
.m-dczjbox li date{font-size: 14px; color: #999;}
.m-dczjbox li div{margin-right: 80px;}
.m-dczjbox li div .label-success{background: #ff4200;}
.m-dczjbox li div .label-default{background: #e6e6e6; color: #999;}

.m-interbtns .row{margin: -7.5px -7.5px 0;}
.m-interbtns li{padding: 7.5px; line-height: 64px;}
.m-interbtns li a{display: block; padding-left: 22px; border: 1px solid #f67676; background: #fff5f5; border-radius: 4px; font-size: 20px; font-weight: bold; color: #f67676;}
.m-interbtns li span{display: inline-block; width: 28px; height: 28px; vertical-align: middle; margin-right: 10px; background-image: url(../images/interaction/icon-inter.png); background-repeat: no-repeat;}
.m-interbtns li a:hover{background: #fdd2d2;}
.m-interbtns li a:hover span{transform:rotateY(360deg);-webkit-transform:rotateY(360deg);-moz-transform:rotateY(360deg);transition:transform .9s;-webkit-transition:transform .9s;-moz-transition:transform .9s}
.m-interbtns li.u-ib01 span{background-position: 0 0;}
.m-interbtns li.u-ib02 span{background-position: 0 -28px;}
.m-interbtns li.u-ib03 span{background-position: 0 -56px;}
.m-interbtns li.u-ib04 span{background-position: 0 -84px;}
.m-interbtns li.u-ib05 span{background-position: 0 -112px;}
.m-interml .row{margin: 10px -5px;}
.m-interml .row div.col-lg-9,.m-interml .row div.col-lg-3{padding: 0 5px;}
.m-interml .input-group{padding: 5px 0;}
.m-interml .input-group .input-group-addon{padding: 0 12px 0 0; min-width: 68px; border: none; background: none; font-size: 14px;}
.m-interml .input-group .form-control{border-radius: 0;}
.m-interml .row div.col-lg-3 input{margin: 5px 0; width: 100%; height: 70px; border: none; cursor: pointer; background: url(../images/home/bg-mlsc.png) center no-repeat; text-indent: -9999px;}
.m-internu li{line-height: 38px;}
.m-internu li p{float: left; width: 50%;}



.g-itmails .m-itmailhd{height:45px;line-height:45px;background: #f5f5f5;font-size:16px;font-weight:bold;color:#3d3d3d;}
.g-itmails p {float: left;}
.g-itmails .u-it1 {width: 50%;}
.g-itmails .u-it2,.g-itmails .u-it4 {width: 15%;}
.g-itmails .u-it3{width:20%;}
.f-ofh {overflow: hidden;}
.g-itmails .m-itmailbd li {width: 100%;height: 45px;line-height: 45px;}
.g-itmails .m-itmailbd li p {height: 45px;overflow: hidden;word-wrap: normal;white-space: nowrap;text-overflow: ellipsis;}


/*超大PC屏幕下的专用样式*/
@media screen and (min-width:1200px) {
    

}
/*中等PC屏幕下的专用样式*/
@media screen and (min-width:992px) and (max-width: 1199px) {
	.m-interml .row div.col-lg-3 input{margin: 5px 0; height: 35px; background: #f67676; color: #fff; text-indent: 0; border-radius: 5px;}

}
/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width: 991px ){
	.m-interlf{margin-bottom: 15px;}
	.m-interml .row div.col-lg-3 input{margin: 5px 0; height: 35px; background: #f67676; color: #fff; text-indent: 0; border-radius: 5px;}
}
/*PHONE屏幕下的专用样式*/
@media screen and (min-width: 639px) and (max-width: 767px) {
	.m-interlf{margin-bottom: 15px;}
	.m-interml .row div.col-lg-3 input{margin: 5px 0; height: 35px; background: #f67676; color: #fff; text-indent: 0; border-radius: 5px;}
}

@media screen and (max-width: 638px) {
	body{font-size: 14px;}
	.m-interlf{margin-bottom: 15px;}
	.m-interbtns li{line-height: 60px;}
	.m-interml .row div.col-lg-3 input{margin: 5px 0; height: 35px; background: #f67676; color: #fff; text-indent: 0; border-radius: 5px;}

}

