﻿.container {
  width: 100%;
  min-width: 1200px;
  font-family: Microsoft Yahei;
}
.clear {
  clear: both;
}
.header-bg {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  height: 100px;
  background: #eef9fe;
  border-top: 4px solid #00508f;
}
.header {
  width: 1200px;
  margin: 0 auto;
}
.logo {
  float: left;
}
.logo img {
  margin: 8px 0 0 0;
  width: 100px;
}
.nav {
  height: 100px;
  float: left;
  margin-left: 100px;
}
.main_nav {
  float: left;
  display: block;
  position: relative;
}
.main_nav:hover .sub_nav_list{
  display: block;
  z-index: 9999;
}
.main_nav_list {
  padding: 0 20px;
  height: 100px;
  position: relative;
  text-align: center;
  line-height: 100px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main_nav_list {
  /* width:106px; */
  height: 100%;
  display: block;
  color: #000;
  font-size: 16px;
}
.main_nav_list.hover {
  background: #00508f;
  color: #fff;
}
.main_nav.cur .main_nav_list {
  background: #00508f;
  color: #fff;
}
.sub_nav_list {
  position: absolute;
  top: 100px;
  left: 0;
  background: #eef9fe;
  min-width: 106px;
  border-bottom: 4px solid #3b6dc2;
  display: none;
  z-index: 9999;
}
.sub_nav_list ul {
  display: block;
  padding: 15px 20px 16px 20px;
}
.sub_nav_list ul li {
  display: block;
  height: 30px;
  line-height: 30px;
}
.sub_nav_list ul li a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #00508f;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
}
.sub_nav_list ul li a:hover {
  color: #000;
}
/*banner*/
.flexslider {
  position: relative;
  width: 100%;
  min-width: 1200px;
  zoom: 1;
  margin: 0 auto;
}
.slides img {
  width: 100%;
  min-width: 1200px;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.flexslider .slides {
  zoom: 1;
}
.flex-direction-nav a {
  width: 60px;
  height: 90px;
  line-height: 99em;
  overflow: hidden;
  margin: -60px 0 0;
  display: block;
  background: url(../image/ad_ctr.png) no-repeat;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
}
.flex-direction-nav .flex-next {
  background-position: 0 -90px;
  right: 0;
}
.flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
  filter: alpha(opacity=50);
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  background: url(../image/dot.png) no-repeat 0 -16px;
  display: block;
  height: 16px;
  overflow: hidden;
  text-indent: -99em;
  width: 16px;
  cursor: pointer;
}
.flex-control-paging li a.flex-active {
  background-position: 0 0;
}
/*main*/
.inner-main {
  width: 100%;
  background: url(../image/subContentBg.jpg);
  background-size: 100% 100%;
}
.main {
  width: 1200px;
  margin: 0 auto 0;
  background-size: 100% 100%;
  padding-bottom: 100px;
}
.index-main {
  width: 1200px;
  margin: 40px auto 60px;
  background-size: 100% 100%;
}
.index-left {
  float: left;
  border-right: 1px solid #11a8fe;
  padding-right: 17px;
}
.index-news {
  width: 710px;
}
.title {
  color: #00508f;
  font-size: 16px;
  margin-bottom: 20px;
}
.pt_main {
  width: 710px;
}
.tab01 .tab_menu {
  /*height:30px;*/
  float: left;
}
.tab01 .tab_menu li {
  width: 130px;
  height: 30px;
  margin-bottom: 34px;
}
.tab01 .tab_menu li.tablast {
  padding-right: 0;
}
.tab01 .tab_menu li a {
  color: #005db2;
  height: 30px;
  line-height: 10px;
  background: url(../image/index-news1.png);
  display: inline-block;
  _position: relative;
  _bottom: -1px;
}
.tab01 .tab_menu li a:hover,
.tab01 .tab_menu .cur a {
  background: url(http://www.cnlyvc.com/images/index-news.png);
  color: #037ad6;
}
.tab01 .tab_menu li a span {
  font-size: 14px;
  font-weight: 100;
  color: #005db2;
  background: url(http://www.cnlyvc.com/images/tabbg.png) no-repeat;
  cursor: pointer;
  display: inline-block;
}
.tab01 .tab_menu li a:hover span,
.tab01 .tab_menu .cur a span {
  font-size: 14px;
  color: #037ad6;
}
.tab01 .tab_cont {
  float: right;
  width: 580px;
}
.tab01 .tab_cont .cont {
  display: none;
  font-size: 12px;
  line-height: 18px;
}
.tab01 .tab_cont .cur {
  display: block;
}

/* imgTextItem01 */
.imgTextItem01 {
  padding-bottom: 28px;
}
.imgTextItem01 .imgText_img {
  margin-right: 30px;
}
.imgTextItem01 .imgTtitle {
  font-size: 14px;
  margin-top: -4px;
  padding-bottom: 12px;
}
.imgTextItem01 .imgTtitle b {
  color: #c20800;
}
/* mod_jjfa */
.mod_jjfa .tab_menu li a {
  width: 130px;
}
.mod_jjfa .imgText_img img,
.mod_jjfa .imgText_img {
  width: 88px;
  height: 88px;
  display: block;
}
.mod_jjfa .imgTtitle {
  position: relative;
}
.imgText_text {
  float: left;
  margin-left: 30px;
  border-bottom: 1px solid #0ea6fe;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.imgText_text h1 {
  color: #012948;
  font-size: 14px;
  margin-bottom: 10px;
}
.imgText_text a {
  display: block;
  width: 260px;
  color: #012948;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}
.imgText_text a:hover {
  color: #1663b0;
}
.imgText_text h3 {
  width: 260px;
  height: 40px;
  line-height: 20px;
  color: #037ad6;
  font-size: 12px;
  overflow: hidden;
  margin-top: 10px;
}
/*案例滚动*/
.case {
  width: 710px;
  border-bottom: 1px solid #0ea6fe;
}
.slide {
  width: 710px;
}
.blk_29 {
  padding: 0 0 26px 0;
  overflow: hidden;
  zoom: 1;
  position: relative;
}
.leftBotton {
  background: url(../image/button1.png) no-repeat 0 0;
  left: 0;
  float: left;
  width: 13px;
  height: 114px;
  cursor: pointer;
  position: absolute;
  top: 50px;
}
.rightBotton {
  right: 0;
  background: url(../image/button2.png) no-repeat 0 0;
  float: right;
  width: 13px;
  cursor: pointer;
  position: absolute;
  top: 50px;
  height: 114px;
}
.blk_29 .Cont {
  margin: 0px auto;
  overflow: hidden;
  width: 675px;
  padding-top: 5px;
}
.blk_29 .box {
  float: left;
  width: 100px;
  margin: 0 6px;
}
.blk_29 .box img {
  width: 100px;
  border: 1px solid #00508f;
  height: 100px;
}
.index-right {
  float: right;
}
.middle {
  width: 100%;
  height: auto;
  margin: 0 auto;
  min-width: 1000px;
}
.middle .inside_middle {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.middle .inside_middle .in_logo {
  width: 1000px;
  height: 158px;
  float: left;
  background: url(http://www.cnlyvc.com/images/in_logo.png) no-repeat left
    center;
}
.middle .inside_middle .index_about {
  width: 1000px;
  height: 860px;
  float: left;
}
.grid {
  float: left;
}
.grid_left {
  width: 732px;
  height: 488px;
  float: left;
}
.grid_right {
  width: 268px;
  height: 488px;
  float: left;
  background: #000;
}
.grid figure {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
}
figure.effect-chico img {
  -webkit-transition:
    opacity 0.35s,
    -webkit-transform 0.35s;
  transition:
    opacity 0.35s,
    transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
figure.effect-chico:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 69.5em) {
  .grid figure {
    width: 50%;
  }
  .grid figure figcaption {
    font-size: 90%;
  }
}
@media screen and (max-width: 41.5em) {
  .grid figure {
    width: 100%;
  }
}

.middle .inside_middle .in_product_bt {
  width: 1000px;
  height: 178px;
  float: left;
  background: url(http://www.cnlyvc.com/images/in_product_bt.png) no-repeat left
    55px;
}
.middle .inside_middle .index_product {
  width: 1000px;
  height: 378px;
  float: left;
  border-bottom: 1px #d8d8d8 solid;
}
.about {
}
.about img {
  width: 187px;
  height: 222px;
  float: left;
  margin-right: 10px;
}
.about p,
.about .con {
  width: 252px;
  font-size: 12px;
  color: #00508f;
  float: right;
  text-indent: 2em;
  text-justify: inter-word;
  text-align: justify;
  text-justify: distribute-all-lines; /*ie6-8*/
  -ms-text-justify: inter-ideograph; /*ie10*/
  -webkit-text-align-last: justify; /*chrome 20+*/
  height: 224px;
  overflow: hidden;
  line-height: 20px;
}
.project {
  margin-top: 40px;
  background: url(../image/project.png);
  width: 456px;
  height: 172px;
}
.project .detail {
  font-size: 12px;
  color: #00508f;
  line-height: 20px;
}
.project a {
  display: block;
  font-size: 12px;
  color: #1a92e1;
  text-align: center;
  line-height: 30px;
  width: 100px;
  height: 30px;
  border: 1px solid #1a92e1;
  border-radius: 3px;
  behavior: url(http://www.cnlyvc.com/css/PIE.htc);
  margin: 20px auto 0;
  background: #fff;
}
.project a:hover {
  color: #fff;
  background: #1a92e1;
}
/*foot*/
.foot {
  width: 100%;
  min-width: 1200px;
  background: url(../image/foot.png);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/foot.png',  sizingMethod='scale');
  background-size: 100% 100%;
  font-family: Microsoft Yahei;
}
.foot-center {
  width: 1200px;
  margin: 0 auto 0;
  padding-bottom: 10px;
}
.foot-center h1 {
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding-top: 10px;
}
.foot-center a {
  color: #fff;
}
.foot-center a:hover {
  color: #b3dcfd;
}
/*内页开始*/
.lside {
  width: 200px;
  float: left;
}
.lside-top {
  width: 200px;
  height: 68px;
  border-bottom: 1px solid #0291dd;
}
.lside-top.en{
  border-bottom: none;
}
.lside-top h1 {
  color: #00508f;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
  border-bottom: 1px solid #0291dd;
}
.lside-top span {
  color: #0171ca;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.lside-title {
  width: 200px;
}
.lside-title h1 {
  width: 200px;
  height: 40px;
  line-height: 40px;
  color: #00508f;
  font-size: 14px;
  background: url(../image/arrow1.png);
  border-bottom: 1px solid #87c9fd;
  text-align: center;
}
.lside-title h1:hover {
  color: #000;
  background: url(../image/arrow2.png);
  border-bottom: 1px solid #00508f;
}
@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont.eot"); /* IE9*/
  src:
    url("../font/iconfont.eot") format("embedded-opentype"),
    /* IE6-IE8 */ url("../font/iconfont.woff") format("woff"),
    /* chrome、firefox */ url("../font/iconfont.ttf") format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url("../font/iconfont.svg") format("svg"); /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon_lists {
  width: 830px;
  margin: 0 0 20px;
}
.icon_lists li {
  float: left;
  text-align: center;
}
.iconfont {
  font-size: 30px;
  color: #00508f;
  float: left;
  padding-right: 20px;
}
.name {
  /*width:180px;*/
  float: right;
  text-align: left;
  font-size: 14px;
  color: #00508f;
  padding-top: 5px;
}
#address {
  width: 320px;
}
.rside {
  width: 930px;
  float: right;
  padding-left: 36px;
  min-height: 310px;
}
.rtitle {
  width: 930px;
  border-bottom: 2px solid #00508f;
  color: #00508f;
  margin: 40px 0 20px;
  padding-bottom: 10px;
}
.rtitle h1 {
  font-size: 28px;
  /* width:140px; */
  float: left;
}
.rtitle img {
  float: left;
  width: 30px;
}
.rtitle p {
  font-size: 14px;
  float: right;
  padding-top: 8px;
}
/*发展历程*/
.middle .inside_middle {
  width: 930px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.news_list li {
  width: 943px;
  height: 127px;
  float: left;
  background: url(../image/news_bg_02.png) no-repeat left top;
  padding: 0 29px 6px 28px;
  cursor: pointer;
  cursor: pointer;
}
.news_list li:hover {
  background: url(../image/news_bg_03.png) no-repeat left top;
}
.news_list li .time {
  margin-left: 40px;
  width: 129px;
  height: 32px;
  float: left;
  line-height: 32px;
  font-size: 14px;
  color: #00508f;
}
.news_list li:hover .time {
  color: #fff;
}
.news_list li .news_nr {
  width: 730px;
  height: 102px;
  float: right;
}
.news_list li .news_nr .news_nr_bt {
  width: 597px;
  height: 51px;
  float: left;
  line-height: 51px;
  color: #00508f;
  font-size: 13px;
}
.news_list li:hover .news_nr .news_nr_bt {
  color: #fff;
}
/*.inner-about img{
	width:200px;
	float:left;
	margin-right:30px;
	}
*/
.inner-about p {
  font-size: 12px;
  /*color:#00508f; */
  text-justify: inter-word;
  text-align: justify;
  text-justify: distribute-all-lines;
  -ms-text-justify: inter-ideograph;
  -webkit-text-align-last: justify;
  line-height: 22px;
  margin-bottom: 10px;
}
.inner-organization img {
  margin: 0 auto;
}
.culture p {
  width: 930px;
  font-size: 12px;
  color: #333;
  text-indent: 2em;
  text-justify: inter-word;
  text-align: justify;
  text-justify: distribute-all-lines; /*ie6-8*/
  -ms-text-justify: inter-ideograph; /*ie10*/
  -webkit-text-align-last: justify; /*chrome 20+*/
  line-height: 22px;
  margin-bottom: 10px;
}
.culture img {
  width: 430px;
  margin: 0 0 20px;
  float: left;
}
.team {
  float: left;
}
.inner-team img {
  width: 200px;
  margin-right: 30px;
  border-radius: 200px;
  behavior: url(http://www.cnlyvc.com/css/PIE.htc);
}
.inner-team p {
  width: 200px;
  font-size: 12px;
  color: #333;
  text-indent: 2em;
  text-justify: inter-word;
  text-align: justify;
  text-justify: distribute-all-lines; /*ie6-8*/
  -ms-text-justify: inter-ideograph; /*ie10*/
  -webkit-text-align-last: justify; /*chrome 20+*/
  line-height: 22px;
  margin-bottom: 10px;
}
.inner-team span {
  font-size: 18px;
  color: #00508f;
}
#team-last {
  float: right;
}
#team-middle {
  margin-left: 130px;
}
.development img {
  width: 830px;
}
.hotList {
  width: 930px;
}
.hotList ul li {
  width: 930px;
  height: 105px;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
  opacity: 0;
}
.picture {
  width: 930px;
}
.picture ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.picture .img {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
}
.picture .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.picture ul a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.picture ul a .name {
  text-align: center;
  line-height: 22px;
  margin-top: 30px;
  width: 200px;
  margin-bottom: 10px;
  color: #666;
  font-size: 16px;
  font-weight: bold;
}
.picture ul a .summary,
.picture ul a .des {
  text-align: center;
  line-height: 22px;
  margin-bottom: 10px;
  color: #666;
  font-size: 14px;
}
#itemContainer1 img {
  float: left;
  width: 200px;
  height: 130px;
  margin: 6px 20px 0 0;
}
#itemContainer1-right {
  float: right;
}
/*.hotList ul li .hotListTitle{ 
    font-size:14px;
	width:500px;   
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;height:30px; 
	line-height:30px; 
	padding-left:15px; 
	background:url(../image/startIcon.png) no-repeat;
	}*/

.hotList ul li .hotListTitle {
  font-size: 14px;
  width: 915px;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  background: url(../image/startIcon.png) no-repeat;
}
.hotListTitle p {
  float: left;
  width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.hotListTitle h1 {
  float: right;
  color: #1663b0;
}

.hotList ul li .hotListDes {
  width: 900px;
  height: 40px;
  line-height: 20px;
  font-size: 12px;
  color: #1663b0;
  margin-top: 5px;
}
.hotList ul li a {
  color: #000;
  display: block;
  width: 715px;
  padding-top: 10px;
  height: 95px;
}
.hotList ul li:hover {
  border-bottom: 1px solid #00508f;
}
.hotList ul li:hover .hotListTitle {
  color: #00508f;
  background-position: 0px -30px;
}
.hotList ul li:hover .hotMore {
  background-position: 0px -14px;
}
.page {
  height: 40px;
  line-height: 32px;
  overflow: hidden;
  text-align: center;
  padding-top: 60px;
}
.page a {
  padding: 7px 11px;
  margin: 0 3px;
  display: inline;
  background: #eef9fd;
  color: #00508f;
  border: 1px #0291dd solid;
  font-size: 14px;
  font-family: Microsoft YaHei;
}
.page a:hover,
.page a.active {
  background: #1663b0;
  color: #fff;
  text-decoration: none;
  border: 1px #1663b0 solid;
}
.cooperation {
  width: 930px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.cooperation-li {
  color: #333;
  float: left;
  margin: 0 17px 20px;
}
.cooperation-li:hover {
  color: #00508f;
}
.cooperation-li img {
  width: 190px;
  height: 104px;
  border: 3px solid #fff;
  box-shadow: 0 0 5px #aadaff;
}
.cooperation-li img:hover {
  border: 3px solid #fff;
  box-shadow: 0 0 5px #0291dd;
}
.cooperation-li p {
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
}
.case-content h1 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  color: #2f76ce;
  border-bottom: 1px dashed #d5d5d5;
  text-align: center;
  padding: 10px 0;
}
.case-content span {
  display: block;
  font-size: 12px;
  font-family: Microsoft YaHei;
  color: #999;
  padding-top: 10px;
}
.case-content p {
  padding: 10px 0 0 0;
  color: #616161;
  font-size: 14px;
  font-family: Microsoft Yahei;
  line-height: 22px;
  text-indent: 2em;
  text-justify: inter-word;
  text-align: justify;
  text-justify: distribute-all-lines; /*ie6-8*/
  -ms-text-justify: inter-ideograph; /*ie10*/
  -webkit-text-align-last: justify; /*chrome 20+*/
}
.up-down {
  margin-top: 50px;
  padding-bottom: 100px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  color: #000;
  line-height: 30px;
}
.up-down a {
  color: #000;
}
.up-down a:hover {
  color: #2f76ce;
}
.message-board {
  margin-left: 7px;
  width: 930px;
  padding-bottom: 40px;
  float: left;
}
.message-list input {
  display: inline-block;
  margin: 0 0 30px 85px;
  width: 336px;
}
.message-board input,
.message-board textarea {
  line-height: 33px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #000;
  font-size: 12px;
  font-family: Microsoft YaHei;
  position: relative;
  z-index: 2;
  behavior: url(http://www.cnlyvc.com/css/PIE.htc);
  border-color: #b9dffd #b9dffd #b9dffd;
  outline: 5px solid #dceefc;
  padding: 0 0 0 5px;
}
.message-board textarea {
  height: 180px;
  width: 760px;
  display: block;
  margin: 0 auto;
}
.message-board input:focus,
.message-board textarea:focus {
  color: #30599f;
  padding: 0 0 0 5px;
  border-radius: 3px;
  behavior: url(http://www.cnlyvc.com/css/PIE.htc);
  position: relative;
  border-color: #7dc9e2;
  outline-color: #b6dffe;
}
.button {
  width: 230px;
  margin: 40px auto 0 auto;
}
#button {
  width: 230px;
  height: 60px;
  color: #00508f;
  background: #eef9fd;
  font-size: 18px;
  border: 1px solid #00508f;
  border-radius: 3px;
  font-weight: bold;
  behavior: url(http://www.cnlyvc.com/css/PIE.htc);
  outline: none !important;
}
#button:hover {
  background: #00508f;
  border: 1px solid #00508f;
  color: #fff;
}
.email p {
  font-size: 20px;
  color: #00508f;
  font-weight: bold;
  text-align: center;
}
.email a {
  font-size: 28px;
  color: #00508f;
  font-weight: bold;
}
.inner-il p {
  color: #000;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 10px;
}
.inner-il span {
  color: #00508f;
  font-size: 14px;
  line-height: 22px;
}
.inner-il h1 {
  color: #00508f;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin: 20px auto;
}
.inner-il img {
  width: 200px;
  height: 200px;
  /*margin:20px auto;*/
  display: inline;
}
.inner-il h2 {
  width: 800px;
  margin: 0 auto;
  /*padding-bottom:20px;
	color:#000;
	font-size:12px;
	text-align:center;
	margin-bottom:20px;
	line-height:22px;
	border-bottom:1px dotted #CCC;*/
}
.recruit img {
  width: 924px;
  margin-top: 20px;
  border: 3px solid #fff;
  box-shadow: 0 0 5px #0291dd;
  behavior: url(http://www.cnlyvc.com/css/PIE.htc);
}
.recruit p {
  width: 930px;
  margin: 0 auto;
  padding: 10px 0 0 0;
  color: #616161;
  font-size: 14px;
  font-family: Microsoft Yahei;
  line-height: 22px;
  text-indent: 2em;
  text-justify: inter-word;
  text-align: justify;
  text-justify: distribute-all-lines; /*ie6-8*/
  -ms-text-justify: inter-ideograph; /*ie10*/
  -webkit-text-align-last: justify; /*chrome 20+*/
}
.recruit h1 {
  width: 930px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #00508f;
  text-align: center;
  border-bottom: 1px dotted #ccc;
}
.recruit span {
  font-size: 14px;
  color: #0171ca;
  padding: 10px;
}
.recruit h2 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #000;
  padding: 10px 10px 0 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
.zz p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #000;
  margin-top: 10px;
}
.recruit h3 {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
  text-indent: 2em;
  text-justify: inter-word;
  text-align: justify;
  text-justify: distribute-all-lines; /*ie6-8*/
  -ms-text-justify: inter-ideograph; /*ie10*/
  -webkit-text-align-last: justify; /*chrome 20+*/
}

/* 定义主题变量 */
:root {
  /* 亮色主题 */
  --light-primary: #1663b0;
  --light-secondary: #6c757d;
  --light-background: #ffffff;
  --light-text: #333333;

  /* 暗色主题 */
  --dark-primary: #4dabf7;
  --dark-secondary: #adb5bd;
  --dark-background: #1a1a1a;
  --dark-text: #ffffff;

  /* 默认使用亮色主题 */
  --color-primary: var(--light-primary);
  --color-secondary: var(--light-secondary);
  --color-background: var(--light-background);
  --color-text: var(--light-text);
}
/* 上下一页 */
.orientation {
  margin-top: 50px;
  padding-bottom: 100px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  color: #000;
  line-height: 30px;
}
.orientation a {
  color: #000;
}
/* 分页 */
.mypage {
  margin: 20px 0;
  overflow: hidden;
}
.mypage .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 4px;
}
.mypage .pagination > li {
  margin: 2px 0;
}
.mypage .pagination > li > a,
.mypage .pagination > li > span {
  display: block;
  padding: 6px 12px;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.mypage .pagination > li:first-child > a,
.mypage .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.mypage .pagination > li:last-child > a,
.mypage .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.mypage .pagination > li > a:hover,
.mypage .pagination > li > span:hover,
.mypage .pagination > li > a:focus,
.mypage .pagination > li > span:focus {
  color: var(--color-primary);
  background-color: #fff;
  border-color: #ddd;
}
.mypage .pagination > .active > a,
.mypage .pagination > .active > span,
.mypage .pagination > .active > a:hover,
.mypage .pagination > .active > span:hover,
.mypage .pagination > .active > a:focus,
.mypage .pagination > .active > span:focus {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  cursor: default;
}
.mypage .pagination > .disabled > span,
.mypage .pagination > .disabled > span:hover,
.mypage .pagination > .disabled > span:focus,
.mypage .pagination > .disabled > a,
.mypage .pagination > .disabled > a:hover,
.mypage .pagination > .disabled > a:focus {
  color: #9d9d9d;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
