.moduleName {
	padding: 50px 0;
	color: #004098;
	text-align: center;
}
.moduleName p {
	font-size: 32px;
}
.moduleName i {
	display: block;
	width: 50px;
	height: 1px;
	border-bottom: 1px solid #e1e1e1;
	margin: 15px auto;
}
.moduleName span {
	font-size: 14px;
}
.main-container {
	background-color: #fafafb;
	margin: 0 0 50px 0;
	padding: 15px 15px 50px;
	overflow: hidden;
	margin-top: 15px;
}
.searchDiv {
	width: 280px;
	height: 30px;
	float: right;
	border: 1px solid #cccccc;
	/* background-color: #f5f7fa; */
	/* border-radius: 20px; */
	border-right: none;
}

.searchDiv input {
	width: 213px;
	height: 28px;
	outline: none;
	border: none;
	background: none;
	margin-left: 10px;
}
.searchbutton {
	display: inline-block;
	height: 30px;
	background: rgb(12, 93, 170);
	color: #fff;
	line-height: 30px;
	padding: 0 12px;
	float: right;
}

.search {}

.search>input {
    width: 120px;
    height: 25px;
    border: 1px solid #ccc;
    outline: none;
    padding: 0 0 0 5px;
    margin-right: 10px;
    background: url("../images/jt-bottom.png") no-repeat 105px 10px;
}

.search select {
    width: 150px;
    height: 30px;
    -webkit-appearance: none;
    /*for chrome*/
    border: 1px solid #ccc;
    outline: none;
    padding: 0 0 0 5px;
    margin-right: 10px;
    background: url("../images/jt-bottom.png") no-repeat 138px 12px;
}

.searchDiv {
    width: 280px;
    height: 30px;
    float: right;
    border: 1px solid #cccccc;
    /* background-color: #f5f7fa;
    border-radius: 20px; */
    border-right: none;
}

.searchDiv input {
    width: 213px;
    height: 28px;
    outline: none;
    border: none;
    background: none;
    margin-left: 10px;
}

.searchbutton {
    display: inline-block;
    height: 30px;
    background: rgb(12, 93, 170);
    color: #fff;
    line-height: 30px;
    padding: 0 12px;
    float:right;
}

.searchDiv a {
    float: right;
    margin: 4px 8px 0 0;
}

table.list-table-std {
    width: 100%;
    border-collapse: collapse;
    margin-top: 50px;
    border-spacing: 0;
    display: none;
    text-align: left;
    font-size: 14px;
}

table.list-table-std:first-child {
    display: inline-table;
}

table.list-table-std thead tr {
    background-color: #ccc;
    color: #2a2a38;
}

.list-table-std tbody tr:hover {
    background: #fff;
}

table.list-table-std td {
    border-bottom: #dedede dotted 1px;
    padding: 0px 20px;
    height: 48px;
    line-height: 48px;
}
.t-td{
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
table.list-table-std th {
    border-bottom: #dedede solid 1px;
    padding: 0px 20px;
    height: 48px;
    line-height: 48px;
    font-weight: 500;
}

.firemark {
    width: 14px;
    height: 18px;
    display: inline-block;
    background: url("../images/fire-mark.png") no-repeat;
    vertical-align: middle;
}

.arrow-grey {
    width: 13px;
    height: 6px;
    display: inline-block;
    background: url("../images/jt-bottom.png") no-repeat;
    vertical-align: middle;
}

.list-table-std tr.open {
    display: table-row;
}

.clickHot.open {
    background-color: #ffffff;
}

.content-layout-1 {
    padding: 10px 60px;
    color: #2a2a38;
}

.content-layout-1 dt,
dd {
    line-height: 30px;
}

.content-layout-1 dt {
    color: #333333;
    font-weight: 500;
    margin: 5px 0;
}

.content-layout-1 dd {
    font-size: 14px;
    margin-bottom: 20px;
}

.content-layout-1 .bub {}

.list-table-std .hideTR {
    display: none;
    background: none;
}

.list-table-std .hideTR:hover {
    background: none;
}


/*button*/


/*.pub-button-small {display: inline-block;padding: 0 10px;height: 24px;line-height: 24px; font-size: 12px;cursor: pointer;text-align: center; border-radius: 6px;}
.pub-button-common {display: inline-block;padding: 0 10px;height: 30px;line-height: 30px; font-size: 12px;cursor: pointer;text-align: center; border-radius: 6px;}
.pub-button-big {display: inline-block;padding: 0 10px;}
.pub-button-common.style_w80,.pub-button-small.style_w80 {width: 80px;}
.pub-button-common.style_blue,.pub-button-small.style_blue {background: #ec8088; color: #ffffff;}
.pub-button-common.style_blue:hover,.pub-button-small.style_blue:hover {background: #df0615;}*/

.bub span {
    display: inline-block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    background: rgb(12, 93, 170);
    color: #ffffff;
    cursor: pointer;
    text-align: center;
}

.bub span img {
    width: 17px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}

.bub span:hover {
    background: rgb(77, 157, 232);
}

.flip {
    padding-top: 50px;
    text-align: center;
}

.flip a {
    padding: 0 15px;
    line-height: 30px;
    color: #333;
    display: inline-block;
    background-color: #f5f5f5;
}

.flip a.hover {
    color: #fff;
    background-color: rgb(12, 93, 170);
}