﻿@charset "UTF-8";

/*
*   program: 举报信箱
*   author: ln
*   date: 2019-01-25
*/

.xj-mailbox-content {
	padding: 15px 25px 60px;
}

.xj-title {
	position: relative;
	line-height: 18px;
}

.xj-title:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	margin: auto 0;
	background: #ededed;
}

.xj-title .title {
	position: relative;
	padding: 0 20px 0 7px;
	font-weight: bold;
	font-size: 18px;
	color: #333;
	background: #fff;
}

.mt-30 {
	margin-top: 30px;
}

.xj-notice {
	padding: 19px 19px 19px 34px;
	background: #fdfbf4;
	border: 1px solid #ffe3d8;
}

.xj-notice-title {
	line-height: 22px;
}

.xj-notice-title .tt {
	font-weight: bold;
	font-size: 18px;
}

.xj-notice-title .title {
	vertical-align: top;
	color: #e55d28;
}

.xj-notice-title .en {
	margin-left: 8px;
	vertical-align: bottom;
	line-height: 1;
	color: #f6d3c6;
}

.xj-notice-point {
	margin: 16px 0 0 5px;
	line-height: 22px;
	font-size: 14px;
	color: #e55d28;
}

.mt-15 {
	margin-top: 15px;
}

.xj-notice-table {
	width: 100%;
}

.xj-notice-table tr {
	height: 54px;
}

.xj-notice-table td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.xj-notice-table .th {
	width: 176px;
	text-align: right;
	vertical-align: top;
	line-height: 35px;
}

.xj-notice-table-title {
	margin-right: 10px;
}

.xj-notice-table-title .star {
	position: absolute;
	margin-left: -10px;
	font-size: 15px;
	color: #ef1212;
}

.xj-notice-table-title .tt {
	font-size: 15px;
	color: #333;
}

.xj-notice-table .inp {
	box-sizing: border-box;
	height: 35px;
	padding: 0 13px;
	line-height: 35px;
	font-size: 14px;
	color: #333;
	border: 1px solid #dcdcdc;
}

.xj-notice-table .inp::placeholder {
	color: #999;
}

.xj-notice-table .wid1 {
	width: 335px;
}

.xj-notice-table .wid2 {
	width: 920px;
}

.xj-notice-table .wid3 {
	width: 155px;
}

.xj-notice-table .wid4 {
	width: 110px;
}

.xj-notice-table .area {
	height: 200px;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 1.5;
}

.xj-notice-table .code {
	margin-left: 23px;
}

.xj-notice-table .code .img {
	max-height: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-25 {
	margin-top: 25px;
}

.xj-radio {
	display: inline-block;
	margin-right: 10px;
    cursor: pointer;
}

.xj-radio .box {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 20px;
    background: url("../images/xj-radio_03.png") no-repeat;
}

.xj-radio .box.cur {
    background-image: url("../images/xj-radio-cur_03.png");
}

.xj-radio .tt {
	margin-left: 8px;
    font-size: 15px;
    color: #333;
}

.xj-drop-select {
	line-height: 33px;
}

.xj-drop-select .dropdown-menu, .xj-drop-select .select {
	padding: 0 13px;
	border: 1px solid #dcdcdc;
}

.xj-drop-select .select .tt {
	max-width: none;
	font-size: 14px;
	color: #999;
}

.xj-drop-select .dropdown-menu .a {
    font-size: 14px;
    color: #333;
}

.xj-drop-select .dropdown-menu {
	top: 35px;
}

.mt-20 {
	margin-top: 20px;
}

.xj-btn {
	text-align: center;
}

.xj-btn .btn {
	width: 160px;
	line-height: 40px;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	background: #e55d28;
	border-radius: 5px;
}