﻿@charset "UTF-8";
body{
	/* font-family: "微软雅黑"; */
	font-family: 宋体, "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
a:hover {
    color: #990000;
    text-decoration: none;
    cursor: pointer;
}
/* tab页签和layer弹出层标题字体 */
.u-feedback-top-font,.panel-title,.layui-layer-title,.nav-tabs > li > a{
	font-family: "微软雅黑";
}
.compare-td{
	border:1px solid gray;
}
.f-left{
	float: left;
}
.d-block{
	display: block;
}
.pa-x0{
	padding-left: 0px;
	padding-right: 0px;
}
.ma-x0{
	margin-left: 0px;
	margin-right: 0px;
}

.md-ol{
	float:left;
	position: relative;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 0px;
	width: 95%;
	text-align: left;
}
.md-close{
	float:left;
	position: relative;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 0px;
	width: 5%;
	cursor:pointer;
	opacity:0.6;
	filter:alpha(opacity=60); /* 针对 IE8 以及更早的版本 */
}
.md-close:hover{
	opacity:1;
	filter:alpha(opacity=100); /* 针对 IE8 以及更早的版本 */
}

.column-tr{
	height: 25px;
	line-height: 25px;
}
.column-td1{
	width: 30px;
	height: 25px;
	line-height: 25px;
}
.column-td2{
	height: 25px;
	line-height: 25px;
}
th{
	text-align: center;
	font-weight: bold;
}
.grid_above_title {
	text-align: left;
    color: #336699;
    font-size: 15px;
    font-weight: bold;
    padding-left: 0px;
}
.blueline{
	background-color: #C5CED5;
	overflow-y: auto;
    height: 1px;
    display: ;
    left: 0px;
    position: relative;
    margin: 0px;
}
.mr_module_li{
	padding-top: 10px;
	margin-top:10px;
	/* height: 130px; */
	width:100%;
	float:left;
	display:block;
}
.mr_module_l {
    float: left;
    width: 22%;
    border-right: solid 1px #eeeded;
    height: 100%;
}
.mr_module_m {
	/* margin-top: 10px; */
    float: left;
    width: 56%;
    padding: 0px 10px 0px 10px;
    border-right: solid 1px #eeeded;
    height: 100%;
}
 .mr_module_r {
    float: left;
    width: 5%;
    height:100%;
    text-align: center;
    padding-top: 40px;
}
.clear {
    clear: both;
}
.mr_module_img {
    padding-left:32px;
    padding-right:0;
    width: 90%;
    /* height: 100%; */
    height: 130px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mr_module_items {
    width: 100%;
}
.mr_module_item {
    padding-left: 3px;
    font-weight: bold;
    display: inline;
   /*  font-size:14px; */
}
.mr_module_txt {
    padding-right: 10px;
    width: 20%;
    text-align: left;
     display: inline;
}
.mr_module_desc {
    display: inline;
    line-height: 20px;
}
.img_hand{
	cursor: pointer;
}
.no-radius{
	border-radius: 0px;
}