/*全局样式*/
.w100 {
  width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*原文件配置*/
.w1440 {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
@font-face {
  font-family: 'LingHei';
  src: url('../font/TTLingHeiJ.ttf');
}
body {
  color: #666666;
  background: #edeff4;
  font: 16px/1.5 'Microsoft YaHei', arial, sans-serif;
  min-width: 1200px;
}
/*最小宽度1200px是为了适应移动端预览*/
a {
  color: #666666;
}
input {
  outline: none;
}
a:hover {
  color: #153b56;
}
input,
textarea {
  outline: none;
}

/*搜索结果翻页条*/
.listFrame{margin-top:10px;}
.listFrame a{display:unset;}
/*按钮专用 end*/
.btn_com {
  display: inline-block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  background: #417be7;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}
.btn_com:hover {
  color: #fd711c;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.input_com {
  border: 2px solid #0099d9;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 16px;
}
/*块级转化*/
.di_in {
  display: inline-block;
}
.di_no {
  display: none;
}
.di_bl {
  display: block;
}
/*原文件配置  end*/
/* 到顶部间距 */
.mt0 {
  margin-top: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt60 {
  margin-top: 60px;
}
/* 到左边间距 */
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 25px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
/* 字体大小 */
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
/*纵向居中*/
.v_middle {
  vertical-align: middle;
}
/*横向居中*/
.te-align {
  text-align: center;
}
/*相对定位*/
.p_r {
  position: relative;
}
.p_a {
  position: absolute;
}
/* 白色背景 */
.bgfff {
  background: #fff;
}
a,
img {
  transition: all 0.3s ease-in-out;
}
.single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*全局样式 start*/
/* header */
.header {
  height: 110px;
  background: url(../images/header-bg.jpg) no-repeat center;
}
.header .container {
  padding-top: 20px;
}
.header .logo {
  height: 73px;
}
.header .logo a {
  display: inline-block;
  vertical-align: middle;
}
.header .logo a img {
  max-height: 100%;
  display: block;
}
.header .search-box {
  margin-top: 15px;
}
.header .search-box form {
  background: #fff;
  padding-left: 15px;
}
.header .search-box form .text {
  background: none;
  font-size: 14px;
  padding: 13px 10px 13px 0;
  width: 170px;
  border-right: #d2d7db 1px solid;
}
.header .search-box form .image {
  padding: 10px;
}
/* nav */
.nav {
  text-align: center;
  height: 57px;
}
.nav ul li {
  height: 57px;
  display: inline-block;
  position: relative;
}
.nav ul li h3 a {
  display: block;
  height: 53px;
  line-height: 57px;
  border-bottom: 4px solid transparent;
  font-size: 18px;
  color: #333333;
  font-weight: normal;
  padding: 0 40px;
}
.nav ul li dl {
  display: none;
  position: absolute;
  width: 100%;
  top: 57px;
  background: #0d6bb5;
  background: rgba(13, 107, 181, 0.7);
  padding: 10px 0;
  z-index: 10;
}
.nav ul li dl dd a {
  display: block;
  padding: 5px;
  color: #fff;
  font-size: 16px;
}
.nav ul li dl dd a:hover {
  background: #0d6bb5;
}
.nav ul li.on h3 a {
  color: #0d6bb5;
  border-bottom: 4px solid #0d6bb5;
}
/* banner */
.banner {
  height: 500px;
  overflow: hidden;
  position: relative;
}
.banner .bd li a,
.banner .bd li img {
  height: 500px;
  width: 100%;
  display: block;
}
.banner .hd {
  position: absolute;
  width: 100%;
  bottom: 24px;
  text-align: center;
}
.banner .hd li {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  width: 16px;
  height: 16px;
  margin: 0 12px;
  border-radius: 100%;
  background: #fff;
}
.banner .hd li.on {
  background: #153b56;
}
/* 学术活动 */
.title {
  font-family: 'LingHei';
  height: 50px;
  line-height: 50px;
}
.title h3 {
  font-size: 26px;
  color: #153b56;
  display: inline-block;
  vertical-align: middle;
}
.title small {
  font-size: 26px;
  color: #bbc6ce;
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-block;
  margin-left: 15px;
}
.title a {
  float: right;
  margin-top: 10px;
}
.event-box {
  background: #f8f8f8;
  padding: 70px 0;
}
.event-box .title {
  padding-left: 55px;
  line-height: 1.4;
  background: url(../images/xshd.png) no-repeat left center;
  height: auto;
}
.event-box .title h3 {
  display: block;
}
.event-box .title small {
  margin-left: 0;
}
.event-box .academic_text {
  margin-left: 360px;
  padding-left: 110px;
  padding-right: 88px;
  position: relative;
}
.event-box .academic_text:hover h4 a {
  color: #153b56;
}
.event-box .academic_text .date {
  width: 73px;
  height: 78px;
  background: url(../images/date.png) no-repeat center;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}
.event-box .academic_text .date strong {
  margin-top: 5px;
  font-size: 32px;
  line-height: 36px;
  font-weight: normal;
  display: block;
}
.event-box .academic_text h4 {
  margin-bottom: 10px;
}
.event-box .academic_text h4 a {
  font-size: 18px;
  color: #333333;
  display: block;
}
.event-box .academic_text p {
  font-size: 14px;
  color: #666666;
}
.event-box .academic_text .more {
  position: absolute;
  right: 0;
  top: 0;
}
/* 部门要闻 */
.news {
  padding: 65px 0 96px;
}
.news-box {
  width: 800px;
}
.news-box .title {
  padding-left: 60px;
  background: url(../images/bmyw.png) no-repeat left center;
}
.news-box ul li {
  float: right;
  width: 380px;
}
.news-box ul li a {
  display: block;
}
.news-box ul li .pic {
  height: 250px;
  overflow: hidden;
}
.news-box ul li .pic img {
  width: 100%;
  height: 100%;
  display: block;
}
.news-box ul li p {
  padding: 15px 0;
  font-size: 18px;
  line-height: 30px;
  color: #222222;
}
.news-box ul li:hover p {
  color: #153b56;
}
.news-box ul li:hover img {
  transform: scale(1.05);
}
.news-box ul li:first-child {
  float: left;
}
/* 通知公告 */
.notice-box {
  width: 360px;
}
.notice-box .title {
  padding-left: 60px;
  background: url(../images/tzgg.png) no-repeat left center;
}
.notice-box ul li {
  padding: 15px 0 12px;
  height: 40px;
  border-top: 1px dashed #dddddd;
  overflow: hidden;
  position: relative;
}
.notice-box ul li em {
  width: 40px;
  height: 40px;
  display: block;
  background: #d6e0e5;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: #666666;
  font-style: normal;
  float: left;
}
.notice-box ul li a {
  display: block;
  margin-left: 55px;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.notice-box ul li span {
  height: 20px;
  padding-left: 15px;
  line-height: 20px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 12px;
}
.notice-box ul li:first-child {
  border-top: none;
}
.notice-box ul li:first-child em,
.notice-box ul li:first-child .one {
  background: #0d6bb5;
  color: #fff;
}
.notice-box ul li:nth-child(2) em,
.notice-box ul li:nth-child(2) .two {
  background: #4c7dbb;
  color: #fff;
}
.notice-box ul li:nth-child(3) em,
.notice-box ul li:nth-child(3) .three {
  background: #4c95bb;
  color: #fff;
}
/* 研究机构 */
.institutions-box {
  background: #f8f8f8;
  padding: 50px 0 100px;
}
.institutions-box .title {
  padding-left: 60px;
  background: url(../images/yjjg.png) no-repeat left center;
}
.institutions-box li {
  float: left;
  width: 290px;
  height: 540px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.institutions-box li .w590 {
  width: 590px;
  height: 100%;
}
.institutions-box li .pic {
  width: 275px;
  padding-right: 15px;
  height: 100%;
  position: relative;
  color: #fff;
  text-align: right;
  float: left;
}
.institutions-box li .pic:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/mask.png) repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.institutions-box li .pic span {
  font-size: 34px;
  line-height: 44px;
  text-transform: uppercase;
  display: block;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
.institutions-box li .pic h4 {
  margin-top: 20px;
  font-size: 30px;
  line-height: 36px;
  font-weight: normal;
  position: relative;
  z-index: 1;
}
.institutions-box li .pic .number {
  height: 200px;
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 1;
  display: none;
}
.institutions-box li .text {
  width: 300px;
  height: 540px;
  float: right;
position:relative;
 
}
.institutions-box li .text a {
  display: block;
  height: 100%;
 }
.institutions-box li .text .more{
position: absolute;
    z-index: 99999;
    top: 10px;
    display: block;
    background: url(../images/next.png) no-repeat 7px 222px;
    width: 44px;

}
.institutions-box li .text dl {
  padding:10px 20px;
}
.institutions-box li .text dl dd {
  font-size: 18px;
  line-height: 40px;
  color: #0a395e;
  padding-left: 22px;
  position: relative;
}
.institutions-box li .text dl dd:after {
  content: '';
  width: 4px;
  height: 4px;
  background: #0a395e;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 8px;
}
.institutions-box li.active {
  background: #fff;
  width: 590px;
}
.institutions-box li.active .pic:after {
  background: url(../images/mask-b.png) repeat;
}
.institutions-box li.active .pic .number {
  display: block;
}
/* 科技要闻 */
.science-box {
  padding: 50px 0 100px;
}
.science-box .title {
  padding-left: 60px;
  background: url(../images/kjyw.png) no-repeat left center;
}
.science-box ul li {
  float: left;
  width: 285px;
  height: 285px;
  background: #efefef;
  margin-left: 20px;
}
.science-box ul li a {
  height: 100%;
  display: block;
  position: relative;
}
.science-box ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/mask.png) repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.science-box ul li .pic {
  height: 190px;
  overflow: hidden;
}
.science-box ul li .pic img {
  width: 100%;
  height: 100%;
  display: block;
}
.science-box ul li .text {
  padding: 16px 18px;
}
.science-box ul li .text p {
  height: 56px;
  line-height: 28px;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.science-box ul li:hover a:after {
  display: block;
}
.science-box ul li:hover img {
  transform: scale(1.05);
}
.science-box ul li:first-child {
  margin-left: 0;
}
/* 联系我们 */
.contact-box {
  height: 300px;
  background: url(../images/contact-bg.jpg) no-repeat center;
  overflow: hidden;
  padding-top: 60px;
}
.contact-box .contact-banner .bd li {
  clear: both;
  overflow: hidden;
}
.contact-box .contact-banner .bd li a {
  display: block;
}
.contact-box .contact-banner .bd li .pic {
  float: left;
  width: 47.6%;
  height: 202px;
  position: relative;
}
.contact-box .contact-banner .bd li .pic:after {
  content: '';
  height: 150px;
  border-left: 1px solid #a0aabb;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -75px;
}
.contact-box .contact-banner .bd li .pic img {
  display: block;
  margin: 0 auto;
}
.contact-box .contact-banner .bd li .text {
  float: left;
  padding-left: 132px;
  margin-top: 25px;
  color: #fff;
  line-height: 30px;
}
.contact-box .contact-banner .bd li .text h5 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: normal;
}
.contact-box .contact-banner .bd li:hover .pic:after {
  border-left: 1px solid #e7a822;
}
.contact-box .contact-banner .bd li:hover .pic img {
  display: none;
}
.contact-box .contact-banner .bd li:hover .pic .hover {
  display: block;
}
.contact-box .contact-banner .bd li:hover .text {
  color: #e7a822;
}
.contact-box .contact-banner .bd li:nth-child(2):hover .pic:after {
  border-left: 1px solid #b6b0ff;
}
.contact-box .contact-banner .bd li:nth-child(2):hover .text {
  color: #b6b0ff;
}
.contact-box .contact-banner .bd li:nth-child(3):hover .pic:after {
  border-left: 1px solid #81cef2;
}
.contact-box .contact-banner .bd li:nth-child(3):hover .text {
  color: #81cef2;
}
.contact-box .contact-banner .hd {
  text-align: center;
  margin-top: 50px;
}
.contact-box .contact-banner .hd li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 14px;
  border-radius: 100%;
  background: #fff;
  text-indent: -9999px;
  overflow: hidden;
}
.contact-box .contact-banner .hd li.on {
  background: #e7a822;
}
.contact-box .contact-banner .hd li.on:nth-child(2) {
  background: #b6b0ff;
}
.contact-box .contact-banner .hd li.on:nth-child(3) {
  background: #81cef2;
}
/* footer */
.footer {
  background: #143962;
  padding: 46px 0 30px;
  color: #fff;
}
.footer .foot {
  width: 656px;
}
.footer .foot .f-nav {
  width: 440px;
}
.footer .foot .f-nav dl dd {
  float: left;
  width: 33.3%;
}
.footer .foot .f-nav dl dd a {
  display: block;
  color: #fff;
  line-height: 38px;
}
.footer .foot .f-nav dl dd a:hover {
  opacity: 0.8;
}
.footer .foot .code-box dl dd {
  float: left;
  position: relative;
  margin-left: 26px;
}
.footer .foot .code-box dl dd .icon {
  width: 51px;
  height: 50px;
}
.footer .foot .code-box dl dd .icon a,
.footer .foot .code-box dl dd .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .foot .code-box dl dd .icon:hover {
  opacity: 0.8;
}
.footer .foot .code-box dl dd .code {
  position: absolute;
  width: 110px;
  height: 110px;
  left: 50%;
  margin-left: -55px;
  bottom: 55px;
  display: none;
  transition: all 0.3s ease-in-out;
}
.footer .foot .code-box dl dd .code img {
  width: 100%;
  height: 100%;
  display: block;
}
.footer .foot .code-box dl dd:first-child {
  margin-left: 0;
}
.footer .foot .code-box dl dd:hover .code {
  display: block;
}
.footer .bottom {
  font-size: 14px;
  line-height: 30px;
  color: #8ba6bc;
}
.footer .bottom p {
  text-align: justify;
  text-align-last: justify;
}
.footer .bottom p img {
  vertical-align: middle;
}
/* main */
.banner2 {
  height: 300px;
  position: relative;
}
.banner2 img {
  width: 100%;
  height: 100%;
  display: block;
}
.banner2 dl {
  background: url(../images/mask-b2.png) repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
  padding: 17px 0;
  height: 22px;
  line-height: 22px;
  text-align: center;
}
.banner2 dl dd {
  display: inline-block;
  border-left: 1px solid #4f8bb7;
}
.banner2 dl dd a {
  display: block;
  font-size: 18px;
  height: 22px;
  line-height: 22px;
  padding: 0 75px;
  color: #fff;
}
.banner2 dl dd.on a {
  color: #ffbb2a;
}
.banner2 dl dd:first-child {
  border: none;
}
.main-box {
  background: #f3f3f3 url(../images/main-bg.jpg) no-repeat top center;
  padding-top: 50px;
  padding-bottom: 80px;
  min-height: 500px;
}
.main-tit {
  text-align: center;
  height: 40px;
  line-height: 40px;
  position: relative;
  margin-bottom: 32px;
}
.main-tit h2 {
  font-size: 26px;
  color: #0d6bb5;
}
.main-tit .breadcrumb {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #666666;
  padding-left: 26px;
  background: url(../images/breadcrumb.png) no-repeat left center;
}
.main-tit .breadcrumb h4,
.main-tit .breadcrumb a,
.main-tit .breadcrumb span {
  display: inline-block;
  vertical-align: middle;
}
.main-tit .breadcrumb a:after {
  content: '>';
  color: #666666;
  padding: 0 15px;
}
.main-tit .breadcrumb span {
  color: #153b56;
}
.main-body {
  border-top: #0d6bb5 4px solid;
  padding-bottom: 70px;
  min-height: 300px;
}
/* list */
.list-box {
  padding: 6px 50px 0;
}
.list-box ul li {
  padding: 30px 0;
  border-bottom: 1px solid #dddddd;
}
.list-box ul li a {
  display: block;
  position: relative;
  height: 158px;
  padding-left: 110px;
  padding-right: 330px;
}
.list-box ul li .date {
  width: 73px;
  height: 78px;
  background: url(../images/date.png) no-repeat center;
  text-align: center;
  position: absolute;
  left: 0;
  top: 40px;
  color: #fff;
}
.list-box.wrq ul li .date{display:none;}
.list-box ul li .date strong {
  margin-top: 5px;
  font-size: 32px;
  line-height: 36px;
  font-weight: normal;
  display: block;
}
.list-box ul li .text {
  padding-top: 25px;
}
.list-box.wrq ul li .text{
position: absolute;
    left: 0;
    width: 800px;
}
.list-box ul li .text h5 {
  margin-bottom: 15px;
  font-size: 22px;
  height: 35px;
  line-height: 35px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-box ul li .text p {
  height: 60px;
  line-height: 30px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-box ul li .pic {
  width: 240px;
  height: 158px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.list-box ul li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.list-box ul li:hover .date {
  background: url(../images/date-b.png) no-repeat center top;
}
.list-box ul li:hover h5 {
  color: #0d6bb5;
}
.list-box ul li:hover img {
  transform: scale(1.05);
}
.list-box2 ul li {
  position: relative;
}
.list-box2 ul li a {
  padding: 0;
}
.list-box2 ul li .date {
  top: 70px;
}
.list-box2 ul li .text {
  height: 158px;
  padding-left: 110px;
  padding-right: 330px;
  position: relative;
}
.list-box2 ul li .text h5 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-box2 ul li .text p {
  height: auto;
  font-size: 14px;
  line-height: 24px;
  padding-right: 150px;
}
.list-box2 ul li .text .apply {
  width: 100px;
  height: 34px;
  line-height: 34px;
  border-radius: 50px;
  background: #0d6bb5;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 82px;
  right: 330px;
}
.list-box2 ul li .text .apply:hover {
  opacity: 0.8;
}
.list-box2 ul li .pic {
  top: 30px;
}
.list-box2 ul li .pic p {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 38px;
  font-size: 38px;
  line-height: 62px;
  font-family: 'LingHei';
  color: #fff;
}
.list-box2 ul li .pic p:after {
  content: '';
  width: 48px;
  height: 4px;
  background: #dfa053;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  bottom: -4px;
}
.list-box2 ul li:hover h5 a {
  color: #0d6bb5;
}
/* content */
.article-box {
  padding: 60px 50px 0;
}
.article-box .article-article {
  width: 780px;
}
.article-box .article-article .article-head {
  text-align: center;
  padding-bottom: 20px;
}
.article-box .article-article .article-head h2 {
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  font-weight: normal;
}
.article-box .article-article .article-head p {
  margin-top: 15px;
  color: #999999;
}
.article-box .article-article .article-body {
  color: #555555;
  line-height: 30px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #dddddd;
}
.article-box .article-article .article-body * {
  max-width: 100%;
  margin: 0 auto;font-family: 微软雅黑 !important;
}
.article-box .article-article .article-body > * {
  margin-bottom: 25px;
}
.article-box .article-article .article-body p {
  text-indent: 2em;
}
.article-box .article-article .article-body img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.article-box .article-article .article-foot {
  padding-top: 20px;
  line-height: 38px;
}
.article-box .article-article .article-foot p {
  color: #0d6bb5;
  font-size: 18px;
}
.article-box .article-article .article-foot p a {
  display: inline;
  color: #333333;
}
.article-box .article-article .article-foot p:hover a {
  color: #0d6bb5;
}
.article-box .side {
  width: 282px;
}
.article-box .side h3 {
  border-bottom: 1px solid #0d6bb5;
}
.article-box .side h3 span {
  height: 42px;
  line-height: 42px;
  font-size: 20px;
  color: #fff;
  background: #0d6bb5;
  padding: 0 20px;
  display: inline-block;
  font-weight: normal;
}
.article-box .side .news-side ul {
  margin-top: 6px;
}
.article-box .side .news-side ul li {
  padding: 24px 0;
  border-bottom: 1px solid #dddddd;
}
.article-box .side .news-side ul li a {
  display: block;
  padding-left: 80px;
  height: 70px;
  position: relative;
}
.article-box .side .news-side ul li .date {
  width: 65px;
  height: 70px;
  text-align: center;
  background: url(../images/date.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}
.article-box .side .news-side ul li .date strong {
  margin-top: 5px;
  font-size: 26px;
  line-height: 1.1;
  font-weight: normal;
  display: block;
}
.article-box .side .news-side ul li p {
  margin-top: 5px;
  color: #333333;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article-box .side .news-side ul li:hover .date {
  background: url(../images/date-b.png) no-repeat center;
  background-size: cover;
}
.article-box .side .news-side ul li:hover p {
  color: #153b56;
}
/* form */
.main-body .form {
  width: 500px;
  margin: 65px auto 0;
}
.main-body .form .form-group {
  margin-bottom: 20px;
  clear: both;
  overflow: hidden;
}
.main-body .form .form-group label {
  width: 95px;
  height: 44px;
  line-height: 44px;
  text-align: justify;
  text-align-last: justify;
  float: left;
}
.main-body .form .form-group input,
.main-body .form .form-group select {
  border: #dddddd 1px solid;
  width: 373px;
  height: 24px;
  line-height: 24px;
  padding: 10px 15px;
  font-size: 16px;
  outline: none;
}
.main-body .form .form-group select {
  width: 403px;
  height: 44px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/se.png") no-repeat 374px center;
}
.main-body .form button {
  margin-top: 25px;
  margin-left: 95px;
  width: 160px;
  height: 50px;
  line-height: 50px;
  background: #0d6bb5;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
/*全局样式 end*/

