/*公共的 */
* {
  box-sizing: border-box;
}
.theme {
  color: #00a9de;
}
.txt_bg1 {
  background-color: #6387f8;
}
.txt_bg1 .more {
  color: #6387f8;
}
.txt_bg2 {
  background-color: #f86363;
}
.txt_bg2 .more {
  color: #f86363;
}
.txt_bg3 {
  background-color: #8d63f8;
}
.txt_bg3 .more {
  color: #8d63f8;
}
.txt_bg4 {
  background-color: #4cae6f;
}
.txt_bg4 .more {
  color: #4cae6f;
}
.txt_bg5 {
  background-color: #fda13a;
}
.txt_bg5 .more {
  color: #fda13a;
}
@font-face {
  font-family: impact;
  src: url('IMPACT.TTF') format('truetype');
}
.more {
  color: inherit;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 4px 8px;
  font-size: 0.08rem;
  line-height: 1;
}
.l_title {
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 0.23rem;
  color: #4d4d4d;
  margin: 0.185rem auto 0.27rem;
}
.l_title:before,
.l_title:after {
  content: ' ';
  display: inline-block;
  border-bottom: 1px solid #00a9de;
  position: absolute;
  bottom: -0.1rem;
  width: 1em;
}
.l_title:after {
  width: 3.5em;
  border-color: #4d4d4d;
  margin-left: -3.5em;
}
.l_title2 {
  text-align: left;
  color: #333;
  font-weight: bold;
  font-size: 0.09rem;
  height: 0.29rem;
  line-height: 0.29rem;
  padding-left: 1em;
  background: #fff;
}
.l_title2 span {
  border-left: 0.03rem solid #00A9DE;
  padding-left: 0.05rem;
}
.xing:before {
  content: '*';
  color: #f86363;
  font-size: 0.05rem;
  margin-left: 1px;
}
.myform {
  padding: 0.115rem 0;
}
.myform input[type="text"] {
  padding-left: .5em;
}
.myTextarea {
  padding: 0.1rem 0.16rem;
}
.myTextarea textarea {
  height: 1.255rem;
  border-radius: 0.025rem;
  width: 100%;
  line-height: 1.5;
  display: block;
  font-size: 0.07rem;
  padding: 0.125rem 0.09rem;
  background: transparent;
  border: 1px solid #a6a6a6;
}
.form_lianxi {
  margin-top: 0.1rem;
  font-size: 0.08rem;
  margin-bottom: 0.085rem;
}
.form_lianxi label {
  width: 25%;
  float: left;
  display: inline-block;
  text-align: right;
}
.form_lianxi .right_msg {
  width: 75%;
  float: right;
  text-align: left;
}
.form_lianxi input,
.form_lianxi select {
  width: 40%;
  font-size: 1em;
  margin-right: 1em;
  margin-bottom: 0.075rem;
  display: inline-block;
  background: transparent;
  border: 1px solid #a6a6a6;
}
.form_item {
  display: block;
  font-size: 0.08rem;
  height: 0.15rem;
  line-height: 0.15rem;
  margin-bottom: 0.085rem;
  text-align: left;
}
.form_item label {
  width: 32%;
  display: inline-block;
  text-align: right;
}
.form_item input[type="text"],
.form_item input[type="date"],
.form_item select {
  width: 36%;
  font-size: 1em;
  height: 1.5em;
  display: inline-block;
  background: transparent;
  border: 1px solid #a6a6a6;
}
.form_item option {
  font-size: 1em;
}
.form_item span {
  width: 30%;
  font-size: 0.06rem;
  display: inline-block;
}
.sub_btn {
  display: block;
  color: #fff;
  border-radius: 0.03rem;
  padding: 0.05rem 3em;
  background: #00a9de;
  font-size: 0.09rem;
  border: none;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.myClear:after {
  content: '';
  display: block;
  clear: both;
}
.myClear:before {
  content: '';
  display: block;
  clear: both;
}
.myCenter {
  width: 96%;
  margin: 0 2%;
}
.txt_center {
  text-align: center;
}
.myBtn {
  display: inline-block;
  font-size: 0.12rem;
  font-weight: bold;
  color: #f86363;
  padding: 0.075rem 2em;
  border-radius: 0.5rem;
  border: 0.01rem solid #f86363;
}
/*模块*/
.youshi {
  padding-top: 0;
}
.youshi > p {
  text-align: center;
  color: #4d4d4d;
  font-size: 0.13rem;
  line-height: 1.5;
}
.youshi .l_list {
  text-align: center;
  margin-top: 0.1rem;
}
.youshi .l_list img {
  width: 30%;
  margin-top: 2em;
  display: inline-block;
  float: left;
}
.youshi .l_list img:nth-child(2n) {
  float: right;
}
.youshi .l_list .item {
  position: relative;
  display: block;
  color: #fff;
  text-align: left;
  margin-bottom: 0.1rem;
}
.youshi .l_list .item .more {
  float: right;
}
.youshi .l_list .item:nth-child(3n) {
  margin-right: 0;
}
.youshi .l_list .txt_box {
  display: inline-block;
  vertical-align: middle;
  width: 68%;
  padding: 0.155rem;
}
.youshi .l_list .txt_box h3 {
  font-size: 0.09rem;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 0.08rem;
  color: #fff;
}
.youshi .l_list .txt_box .txt {
  text-align: left;
  margin-bottom: 0.05rem;
}
.tuijian {
  margin-top: 0.24rem;
  background: url(../img/msg_bg.png) repeat;
  background-size: contain;
  padding: 0.15rem 0;
}
.tuijian .left_msg {
  margin-bottom: 0.2rem;
}
.tuijian .left_msg > a {
  font-weight: bold;
  display: inline-block;
  font-size: 0.23rem;
  padding: 0.1rem .5em;
  color: #fda13a;
  line-height: 1;
}
.tuijian .left_msg a.active {
  background: #fff;
}
.tuijian .right_msg {
  height: 2.3rem;
  background: url(../img/txt_bg.png) no-repeat;
  background-size: 100% 100%;
}
.tuijian .right_msg .txts {
  padding: 0.45rem 0.4rem;
  display: none;
}
.tuijian .right_msg .txts.active {
  display: block;
}
.tuijian .right_msg .nav_list {
  font-size: 0.15rem;
  color: #4d4d4d;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.tuijian .right_msg .nav_list a:first-child {
  margin-right: 1em;
}
.tuijian .right_msg .nav_list a.active {
  color: #fda13a;
}
.tuijian .right_msg .list ul {
  display: none;
}
.tuijian .right_msg .list ul.active {
  display: block;
}
.tuijian .right_msg .list ul > li {
  text-align: left;
  display: block;
  color: #4d4d4d;
  line-height: 1.8;
  font-size: 0.08rem;
  border-bottom: 1px #a6a6a6 dashed;
  margin-bottom: 0.08rem;
}
.tuijian .right_msg .list ul > li p {
  width: 70%;
  display: inline-block;
  color: inherit;
}
.tuijian .right_msg .list ul > li span {
  float: right;
}
.tuijian .right_msg .list ul > li:nth-child(2n) {
  margin-right: 0;
}
/*手风琴样式*/
.flash {
  height: 310px;
}
.flash .con {
  height: 310px;
}
.flash .con ul li {
  width: 60px;
  height: 310px;
  position: relative;
  overflow: hidden;
  float: left;
}
.flash .con ul li.current {
  width: 960px;
}
.flash .con ul li h3 {
  width: 60px;
  height: 310px;
  color: #fff;
  font-family: "微软雅黑";
  font-size: 18px;
  line-height: 1.1;
  padding: 20px;
  cursor: pointer;
  position: relative;
}
.inner_list .item_header > h3 p:before {
  content: '01';
  font-family: impact;
  font-style: italic;
  font-size: 0.23rem;
  margin-right: .8em;
}
.inner_list .item_header > h3 p.t02:before {
  content: '02';
}
.inner_list .item_header > h3 p.t03:before {
  content: '03';
}
.inner_list .item_header > h3 p.t04:before {
  content: '04';
}
.inner_list .item_header > h3 p.t05:before {
  content: '05';
}
.show {
  position: absolute;
  left: 60px;
  top: 0;
  width: 900px;
  height: 310px;
  padding: 30px 15px 30px 53px;
  background: #F5F5F5;
}
/*调剂流程*/
.liucheng {
  padding-top: 0.25rem;
  background: #fff;
}
.liucheng .l_title {
  margin-top: 0;
}
.liucheng .txt_top {
  font-size: 18px;
  font-weight: bold;
  color: #4d4d4d;
  margin-bottom: 20px;
}
.liucheng .txt_top img {
  float: left;
  width: 1.2em;
  margin-left: -2em;
}
.liucheng .ti .show p {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 15px;
}
/*流程*/
.inner_list {
  padding: 0.1rem;
  color: #666;
}
.inner_list .item:hover .item_header,
.inner_list .item.active .item_header {
  color: #fff;
  transition: all .3s;
}
.inner_list .item_header {
  position: relative;
  color: #fff;
  border-bottom: 1px solid #ddd;
  line-height: 2.5;
  transition: all .3s;
}
.inner_list .item_header > h3 {
  width: 80%;
  padding-left: 10px;
  font-size: 0.17rem;
  font-weight: normal;
  height: 0.45rem;
  line-height: 0.45rem;
}
.inner_list .item_header > h3 p {
  width: 100%;
  font-size: 0.17rem;
  display: inline-block;
  color: #fff;
}
.inner_list .item_header > h3 span {
  float: right;
}
.inner_list .item_header > .item_img {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 27px;
  height: 27px;
  background: url(../img/icon_tops.png) no-repeat;
  background-size: 2em;
  transition: all .3s;
}
.inner_list .item.active .item_header .item_img {
  transition: all .3s;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
}
.inner_list .item_content {
  height: 0;
  overflow: hidden;
}
.inner_list .item_content .text {
  padding: 0.125rem;
  padding-left: 2em;
}
.inner_list .item_content h3 {
  line-height: 2;
  margin-bottom: 0.1rem;
  padding-left: 0.05rem;
  position: relative;
  font-size: 0.15rem;
  color: #4d4d4d;
  font-weight: bold;
}
.inner_list .item_content h3 img {
  float: left;
  margin-left: -1.5em;
  margin-top: .5em;
  width: 1.2em;
}
.inner_list .item_content .txt_content {
  padding: 0 0.05rem;
}
/*调剂表单*/
.tiaojiBtn {
  background: #fff;
  padding: 0.2rem 0;
  text-align: center;
}
.tiaojiBtn a {
  transition: all .3s;
}
.tiaojiBtn .js_show {
  color: #00a9de;
  border-color: #00a9de;
  transition: all .3s;
}
.biaoge {
  background: #fff;
}
.biaoge > .center {
  background: #F5F5F5;
}
.biaoge .l_title {
  margin-top: 0;
  padding-top: 0.25rem;
}
.biaoge .sub_btn {
  display: inline-block;
  margin-top: 0.25rem;
}
.biaoge .keMu {
  margin-top: 0.075rem;
  width: 95%;
  background: #fff;
  margin: 0 auto;
  padding: 0.085rem 0 0.05rem;
  margin-bottom: 0.1rem;
}
.biaoge .keMu .form_item {
  width: 33%;
  float: left;
}
.biaoge .keMu .form_item label {
  width: 55%;
}
.biaoge2 {
  background: #fff;
}
.biaoge2 > .center {
  background: #fff;
}
.biaoge2 .l_title {
  margin-top: 0;
  padding-top: 0;
}
.biaoge2 .l_title:before {
  left: 41%;
}
.biaoge2 .l_title2 {
  background: #F5F5F5;
}
.biaoge2 .keMu {
  background: #F5F5F5;
}
/*end*/
