@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*margin 0-50 */
.m-0 {
  margin: 0px;
}

.m-5 {
  margin: 5px;
}

.m-10 {
  margin: 10px;
}

.m-15 {
  margin: 15px;
}

.m-20 {
  margin: 20px;
}

.m-25 {
  margin: 25px;
}

.m-30 {
  margin: 30px;
}

.m-35 {
  margin: 35px;
}

.m-40 {
  margin: 40px;
}

.m-45 {
  margin: 45px;
}

.m-50 {
  margin: 50px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 1px;
}

.mt-2 {
  margin-top: 2px;
}

.mt-3 {
  margin-top: 3px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-6 {
  margin-top: 6px;
}

.mt-7 {
  margin-top: 7px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-9 {
  margin-top: 9px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

/*padding 0-50 */
.p-0 {
  padding: 0px;
}

.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}

.f-21 {
  font-size: 21px;
}

.f-22 {
  font-size: 22px;
}

.f-23 {
  font-size: 23px;
}

.f-24 {
  font-size: 24px;
}

.f-25 {
  font-size: 25px;
}

.f-26 {
  font-size: 26px;
}

.f-27 {
  font-size: 27px;
}

.f-28 {
  font-size: 28px;
}

.f-29 {
  font-size: 29px;
}

.f-30 {
  font-size: 30px;
}

.pa {
  position: absolute;
}

.pr {
  position: relative;
}

.text-gray-light {
  color: #b3b3b3;
}

a {
  color: #5fbae9;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

.w-30 {
  width: 30px;
}

.w-40 {
  width: 40px;
}

.w-50 {
  width: 50px;
}

.w-60 {
  width: 60px;
}

.w-70 {
  width: 70px;
}

.w-80 {
  width: 80px;
}

.w-90 {
  width: 90px;
}

.w-100 {
  width: 100px;
}

.w-110 {
  width: 110px;
}

.w-120 {
  width: 120px;
}

.w-130 {
  width: 130px;
}

.w-140 {
  width: 140px;
}

.w-150 {
  width: 150px;
}

.w-160 {
  width: 160px;
}

.w-170 {
  width: 170px;
}

.w-180 {
  width: 180px;
}

.w-190 {
  width: 190px;
}

.w-200 {
  width: 200px;
}

.wb-10 {
  width: 10%;
}

.wb-20 {
  width: 20%;
}

.wb-30 {
  width: 30%;
}

.wb-40 {
  width: 40%;
}

.wb-50 {
  width: 50%;
}

.wb-60 {
  width: 60%;
}

.wb-70 {
  width: 70%;
}

.wb-80 {
  width: 80%;
}

.wb-90 {
  width: 90%;
}

.wb-100 {
  width: 100%;
}

body {
  background: #f7f7f7;
}

.blockCenter {
  margin: 0 auto;
}

.vm {
  vertical-align: middle;
}

/*顶部导航*/
.container {
  width: 1030px;
}

.navbar-default {
  border: none;
  background-color: #de2800;
  border-color: transparent;
  border-radius: 0;
  margin-bottom: 10px;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-header-img-logo {
  display: inline-block;
  padding: 12px 0;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #cf2500;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #bd2200;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #bd2200;
  color: #fff;
}
.navbar-default .navbar-link {
  color: #fff;
}
.navbar-default .navbar-link:hover {
  color: #fff;
}
.navbar-default .btn-link {
  color: #fff;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #fff;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.footer {
  height: 64px;
  line-height: 64px;
  background: #e9e9e9;
  text-align: center;
}

.nav-tabs > li > a {
  color: #666;
  padding: 4px 15px;
}

.index-col-l {
  width: 150px;
  float: left;
  margin-right: 10px;
}

.index-col-m {
  width: 580px;
  float: left;
}

.index-col-r {
  width: 250px;
  float: right;
}

.index-col-rm {
  width: 840px;
}

.dy-info-left {
  width: 625px;
  float: left;
}

.dy-info-right {
  width: 170px;
  float: right;
}

.panel-default {
  position: relative;
}
.panel-default .HeadStyle:before {
  display: inline-block;
  width: 2px;
  height: 15px;
  background: #de2800;
  content: '';
  vertical-align: -2px;
  margin-right: 5px;
}
.panel-default .pa-right {
  position: absolute;
  right: 15px;
  top: 8px;
}
.panel-default .panel-title {
  position: relative;
  display: inline-block;
  font-weight: normal;
}
.panel-default .panel-heading ~ .panel-body {
  padding-top: 0;
}
.panel-default .nav-tabs-panel-header {
  display: inline-block;
}
.panel-default .nav-tabs-panel-header li {
  display: inline-block;
  margin-right: 10px;
}
.panel-default .nav-tabs-panel-header li a {
  padding: 0;
}
.panel-default .nav-tabs-panel-header li a .panel-title {
  color: #666666;
}
.panel-default .nav-tabs-panel-header li a .HeadStyle:before {
  background: #999999;
}
.panel-default .nav-tabs-panel-header li a:hover {
  background: none;
}
.panel-default .nav-tabs-panel-header li.active a .panel-title {
  color: #333;
}
.panel-default .nav-tabs-panel-header li.active a .HeadStyle:before {
  background: #de2800;
}
.panel-default .crumbNav {
  margin-bottom: 10px;
}
.panel-default.panelBorder {
  border: 1px solid #dddddd;
}
.panel-default .panel-heading-info {
  position: relative;
}
.panel-default .panel-heading-info:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 13%;
  right: 15px;
  height: 1px;
  background: #dddddd;
  top: 50%;
}
.panel-default .panel-heading-info .HeadStyle {
  position: relative;
  z-index: 2;
  background: #fff;
}
.panel-default .panel-heading-info .pa-right {
  background: #fff;
  z-index: 2;
  right: 10px;
}

.panel-info .panel-heading a {
  position: relative;
  color: #333;
  display: block;
}
.panel-info .panel-heading a .pa-right {
  position: absolute;
  right: 0;
  top: -1px;
}
.panel-info .panel-heading a.collapsed .iconfont:before {
  content: "\e6ad";
}

.panel-colors .panel-heading {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.panel-colors .panel-heading a {
  position: relative;
  color: #fff;
  display: block;
}
.panel-colors .panel-heading a .pa-right {
  position: absolute;
  right: 0;
  top: 2px;
  font-weight: normal;
  font-size: 12px;
}
.panel-colors .panel-heading a.collapsed .iconfont:before {
  content: "\e6ad";
}
.panel-colors .panel-heading.bg1 {
  background: #fa6f63;
}
.panel-colors .panel-heading.bg2 {
  background: #5ac6f8;
}
.panel-colors .panel-heading.bg3 {
  background: #72c9c7;
}
.panel-colors .panel-heading.bg4 {
  background: #c487e8;
}
.panel-colors .panel-heading.bg5 {
  background: #f3d459;
}
.panel-colors .panel-heading.bg6 {
  background: #9fda75;
}
.panel-colors .panel-heading.bg7 {
  background: #869de9;
}
.panel-colors .panel-heading.bg8 {
  background: #5ac6f8;
}
.panel-colors .panel-body {
  background: #fdfdfd;
}
.panel-colors .panel-body .title {
  padding-left: 8px;
}

.nav-side {
  background: #eef3f7;
  min-height: 500px;
  margin-bottom: 10px;
}
.nav-side .list > li {
  line-height: 40px;
  border-bottom: 1px solid #dde4e9;
}
.nav-side .list > li > a {
  display: block;
  padding: 0 15px;
  color: #666666;
  font-size: 16px;
}
.nav-side .list > li > a i {
  margin-right: 6px;
}
.nav-side .list > li ul {
  padding: 0 0 20px 0;
  background: #dde4e9;
  display: none;
}
.nav-side .list > li ul li a {
  padding: 0 0 0 38px;
  line-height: 30px;
  color: #666666;
  position: relative;
}
.nav-side .list > li ul li ul {
  display: none;
  padding-bottom: 0;
  transition: all 1s ease-in-out;
}
.nav-side .list > li ul li ul li a {
  padding: 0 0 0 48px;
}
.nav-side .list > li ul li.hasChild > a:before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e647";
  position: absolute;
  left: 20px;
  color: #de2800;
}
.nav-side .list > li ul li.open > a {
  background-color: transparent;
  color: #de2800;
}
.nav-side .list > li ul li.open > a:before {
  content: "\e6ad";
  color: #de2800;
}
.nav-side .list > li ul li.open > ul {
  display: block;
}
.nav-side .list > li ul li.active > a {
  background: #de2800;
  color: #fff;
}
.nav-side .list > li a:focus, .nav-side .list > li a:active, .nav-side .list > li a:hover {
  background-color: transparent;
  color: #666666;
}
.nav-side .list > li.open {
  background: #dde4e9;
}
.nav-side .list > li.open > a {
  background-color: transparent;
  color: #de2800;
  border-left: 2px solid #de2800;
}
.nav-side .list > li.open > ul {
  display: block;
}
.nav-side .list > li.active a {
  background: #de2800;
  color: #fff;
}

.userInfo {
  position: relative;
  padding-left: 170px;
  min-height: 140px;
}
.userInfo .imgCon {
  width: 170px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-right: 1px solid #f7f7f7;
  text-align: center;
}
.userInfo .imgCon .img {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #f5f5f5;
  overflow: hidden;
}
.userInfo .imgCon .img img {
  width: 100%;
  height: 100%;
}
.userInfo .imgCon .label a {
  color: #fff;
}
.userInfo .imgCon p {
  margin-bottom: 5px;
  margin-top: 5px;
}
.userInfo .info {
  padding-left: 15px;
}
.userInfo .info .borderTopDot {
  border-top: 1px dashed #ececec;
  padding-top: 5px;
}
.userInfo .mes p {
  margin-bottom: 0;
}
.userInfo .mes p .tip {
  position: absolute;
  top: -13px;
  right: -7px;
  color: #aaaaaa;
}
.userInfo .buttonGroup {
  padding-top: 20px;
}
.userInfo .codebox {
  padding: 0 15px;
  height: 60px;
  background: #f7f7f7;
  line-height: 60px;
}
.userInfo .codebox * {
  vertical-align: middle;
}
.userInfo .countList {
  font-size: 0;
}
.userInfo .countList li {
  text-align: center;
  min-width: 70px;
  padding: 0;
  display: inline-block;
}
.userInfo .countList li p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}
.userInfo .countList li b {
  font-size: 24px;
}
.userInfo .countList.col-4l li {
  width: 25%;
  padding: 0;
}

.PersonnelDetails {
  /*人员照片*/
}
.PersonnelDetails .userImg {
  height: 230px;
  overflow: hidden;
}
.PersonnelDetails .userImg img {
  width: 100%;
}
.PersonnelDetails .text-phase {
  text-indent: 2rem;
  line-height: 2rem;
}
.PersonnelDetails .CatalogList p {
  padding: 0 0 0 30px;
}
.PersonnelDetails .CatalogList a {
  margin-right: 30px;
  color: #333333;
}
.PersonnelDetails .CatalogList a.active {
  color: #3a91e3;
}
.PersonnelDetails .dy-info-left .HeadStyle {
  margin: 0 -15px;
}

.mesinfo {
  position: relative;
  padding-left: 200px;
  min-height: 137px;
  padding-top: 1px;
}
.mesinfo .img {
  display: inline-block;
  height: 137px;
  width: 187px;
  background: #eee;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}
.mesinfo .img img {
  width: 100%;
}
.mesinfo .img .pa-right {
  bottom: 0;
  right: 0;
  position: absolute;
  top: auto;
}
.mesinfo .text {
  line-height: 2.5rem;
  text-indent: 2rem;
  color: #666666;
}
.mesinfo .op-right {
  position: absolute;
  right: 0;
  top: 0;
}
.mesinfo .op-right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
}

.keylist {
  padding-left: 100px;
  position: relative;
}
.keylist .keyname {
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
}
.keylist .list {
  font-size: 0;
}
.keylist .list li {
  font-size: 14px;
  display: inline-block;
  margin-right: 9px;
  margin-bottom: 9px;
}
.keylist .list li a {
  display: block;
  height: 30px;
  line-height: 28px;
  border: 1px solid #dddddd;
  padding: 0 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.list {
  margin: 0;
  padding: 0;
}
.list li {
  list-style: none;
}

.simple-list li {
  position: relative;
  padding-right: 30%;
}
.simple-list li a {
  display: inline-block;
  line-height: 30px;
  color: #333333;
  padding-left: 12px;
  vertical-align: middle;
  width: 100%;
}
.simple-list li a:hover {
  color: #de2800;
}
.simple-list li a.text-primary {
  color: #5fbae9;
}
.simple-list li.hot a {
  color: #de2800;
}
.simple-list li .info-right {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 35px;
  color: #b3b3b3;
}
.simple-list li .text-ellipsis-nowarp {
  white-space: nowrap;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.simple-list.dot {
  margin-top: -5px;
}
.simple-list.dot li:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #de2800;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.simple-list.dot li:before a {
  white-space: nowrap;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.simple-list.line {
  margin-top: -5px;
}
.simple-list.line li {
  border-bottom: 1px dashed #eeeeee;
}
.simple-list.line li:last-child {
  border-bottom: none;
}
.simple-list.line li a {
  white-space: nowrap;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 35px;
}
.simple-list.info-right-more {
  margin-top: -5px;
}
.simple-list.info-right-more li {
  padding-right: 50%;
}
.simple-list.info-right-more li a {
  white-space: nowrap;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.simple-list.list-w-img {
  margin-bottom: -5px;
}
.simple-list.list-w-img li {
  padding-left: 100px;
  padding-bottom: 22px;
  padding-right: 0;
  min-height: 96px;
  margin: 0 0 15px;
}
.simple-list.list-w-img li a {
  line-height: 22px;
  padding-left: 0;
}
.simple-list.list-w-img li .imgCon {
  position: absolute;
  left: 0;
  width: 90px;
  top: 0;
  bottom: 0;
  font-size: 0;
}
.simple-list.list-w-img li .imgCon .img {
  display: inline-block;
  width: 100%;
  height: 75px;
  overflow: hidden;
}
.simple-list.list-w-img li .imgCon .img img {
  width: 100%;
}
.simple-list.list-w-img li .imgCon .btn {
  font-size: 12px;
}
.simple-list.list-w-img li .pa-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 100px;
}
.simple-list.list-w-big-img {
  font-size: 0;
}
.simple-list.list-w-big-img li {
  display: inline-block;
  font-size: 12px;
  width: 33.3333%;
  padding: 0;
  text-align: center;
}
.simple-list.list-w-big-img li a {
  display: block;
  padding: 0 5px 10px;
  line-height: inherit;
}
.simple-list.list-w-big-img li a p {
  margin-bottom: 0;
  margin-top: 5px;
}
.simple-list.list-w-big-img li a .img {
  height: 58px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.simple-list.list-w-big-img li a .img img {
  width: 100%;
  height: 100%;
}
.simple-list.list-w-big-img li a .img .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 17px;
  line-height: 17px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.simple-list.list-w-big-img.col-2 li {
  width: 50%;
}
.simple-list.col-2column {
  font-size: 0;
}
.simple-list.col-2column li {
  display: inline-block;
  width: 50%;
  padding: 0;
  vertical-align: middle;
  margin-bottom: 2px;
}
.simple-list.col-2column li a {
  font-size: 14px;
  color: #666;
  height: 58px;
  width: 58px;
  line-height: 58px;
  padding: 0;
}
.simple-list.col-2column li a .GJicon {
  width: 58px;
  height: 58px;
}
.simple-list.col-2column li .text {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
}
.simple-list.col-2column li:hover {
  color: #de2800;
}
.simple-list.col-3column {
  font-size: 0;
}
.simple-list.col-3column li {
  display: inline-block;
  width: 33.3333%;
  padding: 0;
  vertical-align: middle;
  margin-bottom: 10px;
}
.simple-list.col-3column li a {
  font-size: 14px;
  line-height: 3em;
  color: #666;
}
.simple-list.col-3column li a:hover {
  color: #de2800;
}
.simple-list.col-3column li a.round-bg {
  height: 53px;
  width: 53px;
  border-radius: 100%;
  background: #eee;
  line-height: 58px;
  text-align: center;
  padding: 0;
  color: #fff;
}
.simple-list.col-3column li a.round-bg .iconfont {
  font-size: 30px;
}
.simple-list.col-3column li a.round-bg.bg1 {
  background: #f3522f;
}
.simple-list.col-3column li a.round-bg.bg2 {
  background: #86cee9;
}
.simple-list.col-3column li a.round-bg.bg3 {
  background: #f8a262;
}
.simple-list.col-3column li a.round-bg.bg4 {
  background: #55e3c3;
}
.simple-list.col-3column li a.round-bg.bg5 {
  background: #869de9;
}
.simple-list.col-3column li a.round-bg.bg6 {
  background: #9fda75;
}
.simple-list.col-3column li .text {
  font-size: 12px;
  line-height: 28px;
  margin-bottom: 0;
}
.simple-list.col-4column {
  font-size: 0;
}
.simple-list.col-4column li {
  display: inline-block;
  /*变成5列*/
  width: 20%;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 10px;
}
.simple-list.col-4column li a {
  font-size: 14px;
  padding: 0;
  text-align: center;
  color: #fff;
  line-height: inherit;
  position: relative;
}
.simple-list.col-4column li a .num {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #de2800;
  color: #fff;
  line-height: 28px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  top: -14px;
  right: -14px;
  font-style: normal;
  font-size: 12px;
  font-weight: bolder;
}
.simple-list.col-4column li a.rect-bg {
  width: 80px;
  height: 80px;
  background: #eee;
  border-radius: .25em;
}
/*.simple-list.col-4column li a.rect-bg p {*/
  /*margin-bottom: 0;*/
  /*margin-top: -6px;*/
/*}*/
.simple-list.col-4column li a.rect-bg .iconfont {
  padding-top: 8px;
  font-size: 40px;
  display: block;
}
.simple-list.col-4column li a.rect-bg.bg1 {
  background: #f8a262;
}
.simple-list.col-4column li a.rect-bg.bg2 {
  background: #869de9;
}
.simple-list.col-4column li a.rect-bg.bg3 {
  background: #86cee9;
}
.simple-list.col-4column li a.rect-bg.bg4 {
  background: #9fda75;
}
.simple-list.col-4column li a.rect-bg.bg5 {
  background: #ff4404;
}

.dateBox {
  height: 320px;
  background: #fbfbfb;
  margin-top: 10px;
}

.list-col {
  margin: 0 0;
  padding: 0;
  font-size: 0;
}
.list-col > li {
  font-size: 14px;
  display: inline-block;
  list-style: none;
}
.list-col > li .plateS {
  border: 1px solid #f8f8f8;
}
.list-col > li .plateS .simple-list {
  padding: 0 10px;
}
.list-col > li .plateS .simple-list li a {
  padding-left: 0;
  line-height: 40px;
}
.list-col > li .plateS .simple-list li .info-right {
  line-height: 40px;
}
.list-col > li .plateS .header {
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: 0;
}
.list-col > li .plateS .header.bg1 {
  background: #f3522f;
}
.list-col > li .plateS .header.bg2 {
  background: #c487e8;
}
.list-col > li .plateS .header.bg3 {
  background: #86cee9;
}
.list-col > li .plateS .header.bg4 {
  background: #f8a262;
}
.list-col > li .plateS .header.bg5 {
  background: #f1e157;
}
.list-col > li .plateS .header.bg6 {
  background: #55e3c3;
}
.list-col > li .plateS .header.bg7 {
  background: #9fda75;
}
.list-col > li .plateS .header.bg8 {
  background: #869de9;
}
.list-col.list-col-3 {
  margin: 0 -12px;
}
.list-col.list-col-3 > li {
  width: 33.33333%;
}
.list-col.list-col-3 > li .con {
  margin: 0 12px 10px;
  color: #fff;
  height: 70px;
  line-height: 70px;
  padding: 0 10px;
}
.list-col.list-col-3 > li .con.bg1 {
  background: #fa6f63;
}
.list-col.list-col-3 > li .con.bg2 {
  background: #eac73c;
}
.list-col.list-col-3 > li .con.bg3 {
  background: #5ac6f8;
}
.list-col.list-col-3 > li .con .iconfont {
  margin-right: 5px;
}
.list-col.list-col-3 > li .con * {
  vertical-align: middle;
}
.list-col.list-col-4 {
  margin: 0 -8px;
}
.list-col.list-col-4 > li {
  width: 25%;
}
.list-col.list-col-4 > li .con {
  margin: 0 8px 15px;
}
.list-col.list-col-5 {
  margin: 0 -6px;
}
.list-col.list-col-5 > li {
  width: 20%;
  vertical-align: top;
}
.list-col.list-col-5 > li .con {
  margin: 0 6px 15px;
  color: #fff;
  height: 87px;
  line-height: 22px;
  padding: 20px 10px 0 58px;
  position: relative;
}
.list-col.list-col-5 > li .con a {
  color: #fff;
  display: inline-block;
}
.list-col.list-col-5 > li .con.bg1 {
  background: #fa6f63;
}
.list-col.list-col-5 > li .con.bg2 {
  background: #f3d459;
}
.list-col.list-col-5 > li .con.bg3 {
  background: #5ac6f8;
}
.list-col.list-col-5 > li .con.bg4 {
  background: #9fda75;
}
.list-col.list-col-5 > li .con.bg5 {
  background: #72c9c7;
}
.list-col.list-col-5 > li .con .iconfont {
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 32px;
  font-size: 35px;
}
.list-col.list-col-5 > li .con .text p {
  margin-bottom: 0;
}
.list-col.list-col-5 > li .con * {
  vertical-align: middle;
}
.list-col.list-col-5.moreTextStyle > li .con {
  padding: 10px 10px 0 58px;
}
.list-col.textList {
  margin: 10px -6px 0;
}
.list-col.textList li {
  margin: 0 6px 15px 6px;
}
.list-col.textList li .con {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background: #dadada;
  color: #333333;
  border-radius: 4px;
  padding: 0 12px;
  border: 1px solid transparent;
}
.list-col.textList li .con .del {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #de2800;
  position: absolute;
  right: -5px;
  top: -5px;
  line-height: 14px;
  text-align: center;
  color: #fff;
}
.list-col.textList li.tipActive .con {
  background: #ffb400;
  color: #fff;
}
.list-col.textList li.dangerActive .con {
  background: #de2800;
  color: #fff;
}
.list-col.textList li.invalid .con {
  background: #fff;
  color: #dfdfdf;
  border-color: #e2e2e2;
  border-style: dashed;
}
.list-col.textList li.invalid:hover .con {
  background: #fff;
  color: #dfdfdf;
  border-color: #e2e2e2;
  border-style: dashed;
}
.list-col.textList li:hover .con {
  background: #de2800;
  color: #fff;
}
.list-col.imgList {
  margin: 0 -8px;
}
.list-col.imgList li {
  text-align: center;
  margin: 0 8px 15px;
  vertical-align: top;
}
.list-col.imgList li a {
  display: inline-block;
  width: 90px;
  height: 90px;
}
.list-col.imgList li a.addimg {
  border: 1px solid #dddddd;
  line-height: 88px;
  text-align: center;
}
.list-col.imgList li a.addimg i {
  font-size: 30px;
  color: #dddddd;
}
.list-col.imgList li a.img {
  overflow: hidden;
}
.list-col.imgList li a.img img {
  overflow: hidden;
  width: 100%;
}
.list-col.imgList li p.text {
  margin-bottom: 0;
  margin-top: 5px;
}
.list-col.imgList.imgList-sm li {
  position: relative;
}
.list-col.imgList.imgList-sm li .removelink {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #de2800;
  position: absolute;
  right: -5px;
  top: -5px;
  line-height: 14px;
  text-align: center;
  color: #fff;
}
.list-col.imgList.imgList-sm li a {
  width: 60px;
  height: 40px;
  position: relative;
}
.list-col.imgList.imgList-sm li a.addimg {
  border: 1px dashed #dddddd;
  line-height: 38px;
}
.list-col.imgList.imgList-sm li a.addimg i {
  font-size: 20px;
}
.list-col.iconList {
  margin: 10px -6px 0;
}
.list-col.iconList li {
  margin: 0 6px 15px 6px;
}
.list-col.iconList li .con {
  position: relative;
  display: inline-block;
  background: #f7f7f7;
  color: #666666;
  border-radius: 4px;
  padding: 8px 0;
  width: 62px;
  height: 62px;
  text-align: center;
  border: 1px solid transparent;
  line-height: 22px;
  cursor: pointer;
}
.list-col.iconList li .con .text {
  margin-bottom: 0;
  font-size: 12px;
}
.list-col.iconList li .con .iconfont {
  color: #de2800;
  font-size: 30px;
}
.list-col.iconList li .con .del {
  display: none;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #de2800;
  position: absolute;
  right: -5px;
  top: -5px;
  line-height: 14px;
  text-align: center;
  color: #fff;
}
.list-col.iconList li.dangerActive .con {
  background: #de2800;
  color: #fff;
}
.list-col.iconList li.dangerActive .con .iconfont {
  color: #fff;
}
.list-col.iconList li.dangerActive .con .del {
  display: inline-block;
}
.list-col.iconList li:hover .con {
  background: #de2800;
  color: #fff;
}
.list-col.iconList li:hover .con .iconfont {
  color: #fff;
}

.step-list {
  font-size: 0;
  margin: 0 auto;
}
.step-list li {
  display: inline-block;
  font-size: 14px;
}
.step-list li a {
  display: block;
  padding: 0;
  border-bottom: 2px solid #c4c4c4;
  text-align: center;
  color: #666666;
}
.step-list li a span {
  display: inline-block;
  line-height: 40px;
  padding: 0 20px;
  border-bottom: 4px solid transparent;
  position: relative;
  bottom: -3px;
}
.step-list li a span .num {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #d3c9cb;
  line-height: 18px;
  text-align: center;
  color: #fff;
  font-style: normal;
  margin-right: 5px;
}
.step-list li.active a {
  color: #de2800;
}
.step-list li.active a span {
  border-color: #de2800;
}
.step-list li.active a span .num {
  background: #de2800;
  color: #fff;
}
.step-list.step2 li {
  width: 50%;
}

.step-con {
  margin: 20px auto;
}

.rankingList {
  padding: 0;
}
.rankingList li {
  list-style: none;
  padding: 12px 0;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  *zoom: 1;
}
.rankingList li .num {
  display: inline-block;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  background: #fff;
  color: #666666;
  font-style: normal;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.rankingList li .avastImg {
  display: inline-block;
  vertical-align: middle;
  width: 54px;
  height: 54px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
}
.rankingList li .avastImg img {
  width: 100%;
}
.rankingList li .text {
  vertical-align: middle;
}
.rankingList li.no1 .num {
  background: #de2800;
  color: #fff;
}
.rankingList li.no1 .tip {
  color: #de2800;
}
.rankingList li.no2 .num {
  background: #ffb400;
  color: #fff;
}
.rankingList li.no2 .tip {
  color: #ffb400;
}
.rankingList li.no3 .num {
  background: #56e0d8;
  color: #fff;
}
.rankingList li.no3 .tip {
  color: #56e0d8;
}

.GRList {
  position: relative;
}
.GRList.borderTop {
  border-top: 1px solid #dddddd;
}
.GRList li {
  padding: 25px 0 25px 120px;
  position: relative;
  border-bottom: 1px solid #dddddd;
  min-height: 146px;
}
.GRList li p {
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.GRList li .img {
  width: 96px;
  height: 120px;
  position: absolute;
  left: 0;
  top: 20px;
  background: #eee;
  overflow: hidden;
}
.GRList li .img img {
  width: 100%;
}
.GRList li .infolist {
  padding-left: 100px;
  position: relative;
  margin-bottom: 0;
}
.GRList li .infolist dt {
  position: absolute;
  width: 100px;
  left: 0;
  top: 0;
  line-height: 24px;
}
.GRList li .infolist dd {
  line-height: 24px;
}
.GRList li .op-right {
  position: absolute;
  min-width: 140px;
  right: 5px;
  top: 20%;
}
.GRList.GRList-col2 {
  font-size: 0;
}
.GRList.GRList-col2 li {
  display: inline-block;
  width: 50%;
  font-size: 14px;
}
.GRList.GRList-col2 li .info {
  display: none;
}
.GRList.GRList-col2 li .block {
  display: block;
  margin-left: 0;
  margin-top: 10px;
}

.listStyleChange a {
  color: #bebebe;
}
.listStyleChange a.active {
  color: #008aff;
}

.obSortList {
  color: #bebebe;
}
.obSortList a {
  color: #bebebe;
  padding-right: 20px;
  position: relative;
}
.obSortList a:after {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e7ff";
  position: absolute;
  right: 0;
  bottom: -2px;
}
.obSortList a:before {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e74c";
  position: absolute;
  right: 0;
  top: 1px;
}
.obSortList a.asc {
  color: #008aff;
}
.obSortList a.asc:before {
  color: #008aff;
}
.obSortList a.asc:after {
  color: #bebebe;
}
.obSortList a.des {
  color: #008aff;
}
.obSortList a.des:after {
  color: #008aff;
}
.obSortList a.des:before {
  color: #bebebe;
}

.lh20 {
  line-height: 20px;
}

.pagelist-min a {
  color: #666666;
}
.pagelist-min a.active {
  color: #2195e7;
}

.piclist-3col {
  font-size: 0;
  margin: 0 -8px;
  padding: 0;
}
.piclist-3col li {
  font-size: 14px;
  display: inline-block;
  width: 33.33333%;
}
.piclist-3col li a {
  display: block;
  margin: 0 8px;
  text-align: center;
}
.piclist-3col li a .img {
  height: 122px;
  overflow: hidden;
  display: block;
}
.piclist-3col li a .img img {
  width: 100%;
}
.piclist-3col li a p {
  margin-top: 8px;
  color: #333333;
}

.scrollspylist {
  padding-left: 20px;
  position: relative;
  margin-top: 30px;
}
.scrollspylist:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #d7d7d7;
  top: -12px;
  left: 15px;
}
.scrollspylist:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #d7d7d7;
  bottom: -12px;
  left: 15px;
}
.scrollspylist li a {
  background: #fff;
  border-left: 2px solid #d7d7d7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #333333;
}
.scrollspylist li a i.icon-zhixiang-zhishiqiyou {
  display: none;
}
.scrollspylist li.active a {
  color: #31aee4;
}
.scrollspylist li.active i.icon-zhixiang-zhishiqiyou {
  display: block;
  position: absolute;
  left: -8px;
  top: 8px;
}

.scrollspyMore {
  display: inline-block;
  height: 26px;
  background: #f2f2f2;
  padding: 0 15px;
  border: none;
  margin-left: 40px;
  color: #8a8a8a;
  margin-top: 5px;
}

.top-tab-right {
  position: absolute;
  top: -30px;
  right: 0;
}

.GJicon {
  display: inline-block;
  background: url("../images/gj.png");
}
.GJicon.i-0 {
  background-position: 0 0px;
}
.GJicon.i-1 {
  background-position: 0 -58px;
}
.GJicon.i-2 {
  background-position: 0 -116px;
}
.GJicon.i-3 {
  background-position: 0 -174px;
}

a:hover .GJicon.i-0 {
  background-position: -58px 0px;
}
a:hover .GJicon.i-1 {
  background-position: -58px -58px;
}
a:hover .GJicon.i-2 {
  background-position: -58px -116px;
}
a:hover .GJicon.i-3 {
  background-position: -58px -174px;
}

.searchWrapper {
  background: #f7f7f7;
  padding: 12px 10px;
  margin-bottom: 10px;
}
.searchWrapper.p-0 {
  padding: 0;
}
.searchWrapper .select-date {
  position: relative;
}
.searchWrapper .select-date:before {
  font-family: "iconfont" !important;
  font-size: 22px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eb2a";
  position: absolute;
  right: 10px;
  top: 2px;
}

.switchBox {
  display: inline-block;
  position: relative;
  height: 16px;
  background: #029af4;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 12px;
  cursor: pointer;
}
.switchBox .switch-left {
  display: inline-block;
  line-height: 16px;
  padding: 0 0 0 4px;
  color: #fff;
}
.switchBox .switch-right {
  display: inline-block;
  line-height: 16px;
  padding: 0 4px 0 0;
  color: #fff;
}
.switchBox i {
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #dedede;
  top: -1px;
  left: -1px;
}
.switchBox.active i {
  left: auto;
  right: 0;
}

.form-horizontal .control-label {
  color: #999;
}

.moreItemSwitch .moreItem {
  display: none;
}

.table-normal > thead > tr > th {
  text-align: center;
}
.table-normal > tbody > tr > td {
  text-align: center;
}
.table-normal > tfoot > tr > th,
.table-normal > tfoot > tr > td {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  text-align: center;
}

.table.vm > tbody > tr > td {
  vertical-align: middle;
}
.table.vm > thead > tr > td {
  vertical-align: middle;
}
.table.vm > thead > tr > th {
  vertical-align: middle;
}
.table.table-td-border-bottom tbody tr td {
  border-bottom: 1px solid #dddddd;
}

.timeLine > thead > tr > th {
  text-align: center;
}
.timeLine > tbody > tr > th {
  padding: 20px 8px;
  position: relative;
  text-align: center;
}
.timeLine > tbody > tr > th i.dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #de2800;
  position: relative;
  z-index: 2;
}
.timeLine > tbody > tr > th p.dotText {
  color: #de2800;
  position: relative;
  z-index: 2;
}
.timeLine > tbody > tr > th:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 5px;
  background: #eeeeee;
  left: 50%;
  margin-left: -2px;
  z-index: 0;
}
.timeLine > tbody > tr.NotPass > th i.dot {
  background: #ffb400;
}
.timeLine > tbody > tr.NotPass > th p.dotText {
  color: #ffb400;
}
.timeLine > tbody > tr.NotExamined > th i.dot {
  background: #eeeeee;
}
.timeLine > tbody > tr.NotExamined > th p.dotText {
  color: #eeeeee;
}
.timeLine > tbody > tr > td {
  padding: 20px 8px;
  text-align: center;
}
.timeLine > tbody > tr > td.text-left {
  text-align: left;
}

.table-box-border {
  border: 1px solid #dddddd;
}

.table-info-list tbody tr td {
  border-bottom: 1px dashed #eeeeee;
}
.table-info-list tbody tr td.text-left {
  text-align: left;
}
.table-info-list tbody tr td.text-right {
  text-align: right;
}

.table-all-scroll tr th {
  white-space: nowrap;
}
.table-all-scroll tr td {
  white-space: nowrap;
}

.tipLabel .tip {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 4px;
  margin-right: 8px;
  vertical-align: middle;
}
.tipLabel span {
  vertical-align: middle;
}

.bg-default {
  background: #eeeeee;
}

.borderTopDot {
  border-top: 1px dashed #dddddd;
  padding-top: 15px;
}

.borderTop {
  border-top: 1px solid #dddddd;
}

.LetterBox {
  display: inline-block;
  width: 539px;
  height: 728px;
  border: 1px solid #dddddd;
}

.title {
  font-weight: bolder;
  color: #333;
}

.avastImg {
  display: inline-block;
  width: 59px;
  height: 59px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.avastImg img {
  width: 100%;
}

.yn-tree {
  overflow: hidden;
  transition: height .3s;
  margin: 0;
  padding: 0;
}

.yn-tree .radio, .yn-tree .checkbox {
  position: relative;
  display: block;
  margin: 0;
}

.yn-tree .arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: -4px;
  transition: transform 0.3s;
}

.yn-tree .arrow:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
}

.yn-tree .arrow.arrow-right:after {
  top: 5px;
  left: 7px;
  border-left-color: #000;
}

.yn-tree .checkbox > label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-height: 20px;
  padding-left: 20px;
}

.yn-tree .checkbox > label input[type=checkbox] {
  position: absolute;
  margin: 4px 4px 0 -20px;
}

.yn-tree .yn-tree {
  margin-left: 25px;
}

.yn-tree li {
  margin: 3px 0;
  overflow: hidden;
  transition: height 0.3s;
}

.yn-tree-li > .yn-tree {
  height: 0;
}

.yn-tree .yn-tree-li.spread > .yn-tree {
  height: auto;
}

.yn-tree .spread > .checkbox > .arrow-right {
  transform: rotate(90deg);
}

.yn-tree .yn-tree-li.shrink > .yn-tree {
  height: 0;
}

.yn-tree .shrink > .checkbox > .arrow-right {
  transform: rotate(0deg);
}
