﻿﻿#_copy {
  align-items: center;
  background: #4494d5;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  height: 30px;
  justify-content: center;
  position: absolute;
  width: 60px;
  z-index: 1000
}

#select-tooltip,
#sfModal,
.modal-backdrop,
div[id^=reader-helper] {
  display: none !important
}

.modal-open {
  overflow: auto !important
}

._sf_adjust_body {
  padding-right: 0 !important
}

.super_copy_btns_div {
  position: fixed;
  width: 154px;
  left: 10px;
  top: 45%;
  background: #e7f1ff;
  border: 2px solid #4595d5;
  font-weight: 600;
  border-radius: 2px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  z-index: 5000
}

.super_copy_btns_logo {
  width: 100%;
  background: #4595d5;
  text-align: center;
  font-size: 12px;
  color: #e7f1ff;
  line-height: 30px;
  height: 30px
}

.super_copy_btns_btn {
  display: block;
  width: 128px;
  height: 28px;
  background: #7f5711;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  border: 0;
  outline: 0;
  margin: 8px auto;
  font-weight: 700;
  cursor: pointer;
  opacity: .9
}

.super_copy_btns_btn:hover {
  opacity: .8
}

.super_copy_btns_btn:active {
  opacity: 1
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1200px;
  margin: 0 auto;
  font-size: 18px;
  font-family: arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
  background: #fff;
  color: #020004;
}

h1,
h2,
h3 {
  font-weight: 500;
}

a {
  cursor: pointer;
  color: #020004;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #0476bb;
}

ul {
  list-style-type: none;
}

em {
  font-style: normal;
}

.lt {
  float: left;
}

.rt {
  float: right;
}

input.sub,
label {
  border: none;
  cursor: pointer;
}

input,
textarea {
  font-family: arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
  outline: none;
}

table {
  border-collapse: collapse;
}

table td,
table th {
  padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}

div.clear {
  font: 0px Arial;
  line-height: 0;
  height: 0;
  overflow: hidden;
  clear: both;
}

.line5 {
  font-size: 1px;
  height: 5px;
  width: 100%;
  clear: both;
}

.line10 {
  font-size: 1px;
  height: 10px;
  width: 100%;
  clear: both;
}

.line20 {
  font-size: 1px;
  height: 20px;
  width: 100%;
  clear: both;
}

/*wrapin 主体容器宽度*/
.wrapin {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/*公用CSS 开始*/

.header {
  height: 110px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 63, 136, 0.73);
}

.header .logo {
  float: left;
  display: block;
}

.header .logo img {
  display: block;
  height: 100%;
}

.nav {
  float: right;
  height: 110px;
  line-height: 110px;
  font-size: 16px;
}

.nav a {
  color: #fff;
  margin-left: 45px;
  padding-bottom: 10px
}

.nav a:hover {
  border-bottom: 1px solid #fff;
}

.nav a.thisclass {
  border-bottom: 1px solid #fff;
}


.banner {
  height: 590px;
  width: 100%;
  color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
}

.banner dl {
  width: 950px;
  position: absolute;
  top: 220px;
  left: 50%;
  margin-left: -475px;
}

.banner dt {
  height: 144px;
  line-height: 144px;
  text-align: center;
  position: relative;
  font-size: 80px;
  font-family: Times New Roman;
}

.banner dt i {
  display: block;
  width: 220px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -110px;
  background: #fff;
}

.banner dd {
  line-height: 28px;
  font-size: 20px;
  padding-top: 35px;
}

.footer {
  background: #003f88;
  overflow: hidden;
}

.ft_wp {
  float: left;
  width: 284px;
  padding-top: 46px;
  padding-bottom: 40px
}

.ft_wp .t1 {
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #fff;
  width: 112px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.ft_wp .cnt {
  line-height: 1.8;
  padding-top: 10px;
  color: #cce4fe;
}

.ft_wp .cnt a {
  color: #cce4fe
}

.ft_shares {
  margin: 22px 0 0 0;
}

.ft_shares a {
  margin-right: 5px;
}

.ft_rt {
  float: right;
  width: 340px;
  color: #fff;
  padding-top: 30px;
}

.ft_rt p {
  line-height: 24px;
  color: #cce4fe;
  padding-bottom: 8px;
}

/*公用CSS 结束*/

/*team*/

.tea_res {
  background: #f9f9f9;
  padding: 50px 0;
}

.tea_res .cleft {
  width: 400px;
  float: left;
}

.tea_res .t1 {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

.tea_res .t1:hover {
  color: #2683cf
}

.tea_res .t1 i {
  display: block;
  width: 45px;
  border-bottom: 1px solid #bfbfbf;
  position: absolute;
  left: 0;
  bottom: 5px;
}

.tea_res .t2 {
  font-size: 36px;
  color: #000;
  padding: 25px 0;
  text-align: left;
}

.tea_res .t2 a {
  color: #2683cf
}

.tea_res .t2:hover {
  color: #2683cf
}

.tea_res p {
  line-height: 30px;
  word-break: break-all;
}

.tea_res .more {
  display: block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  background: #2683cf;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 40px;
}

.tea_res .more:hover {
  background: #32a279
}

.tea_res .photo {
  float: right;
  width: 730px;
  height: 500px;
  overflow: hidden;
}

.tea_res .photo img {
  border: none;
  transition: all 0.6s;
}

.tea_res .photo img:hover {
  transform: scale(1.1);
}

.tea_res2 {
  background: #037bc2;
  color: #fff;
  padding-bottom: 50px;
}

.tea_res2 .photo {
  float: left;
  display: block;
  width: 610px;
  height: 408px;
  position: relative;
  overflow: hidden;
  margin-top: 70px;
}

.tea_res2 .photo .res2img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.tea_res2 .photo .res2img img {
  border: none;
  transition: all 0.6s;
}

.tea_res2 .photo .res2img img:hover {
  transform: scale(1.1);
}

.tea_res2 .play {
  display: block;
  width: 84px;
  height: 84px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -42px 0 0 -42px;
  background: url("../images/resplay.png") no-repeat center center;
}

.tea_res2 .cright {
  width: 545px;
  float: right;
}

.tea_res2 .t1 {
  height: 108px;
  line-height: 108px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}

.tea_res2 .t1 a {
  color: #fff
}

.tea_res2 .t1 a:hover {
  color: #ffffff94;
}

.tea_res2 .t1 i {
  display: block;
  width: 45px;
  position: absolute;
  left: 0;
  top: 75px;
  border-bottom: 1px solid #fff;
}

.tea_res2 dl {
  padding-bottom: 15px;
}

.tea_res2 dt {
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 30px;
}

.tea_res2 .name {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tea_res2 .name:hover {
  color: #ffffff94;
}

.tea_res2 dd {
  font-size: 18px;
  line-height: 30px;
  height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.tea_res2 .see_more {
  color: #fff;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  position: relative;
  top: 15px;
  border: 1px solid #cecece;
  background: none
}

.tea_ins {
  padding: 50px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tea_con {
  height: 480px;
  position: relative;
}

.tea_con .cleft {
  float: left;
  width: 390px;
  background: #003f88;
  padding: 23px 30px;
  color: #fff;
}

.tea_con .cleft dt {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.tea_con .name {
  color: #fff;
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  font-size: 22px;
  line-height: 26px
    /* text-overflow:ellipsis;
	white-space:nowrap; */
}

.tea_con .name:hover {
  color: #fff9
}

.tea_con dd {
  line-height: 24px;
  font-size: 14px;
}

.tea_con .fg {
  width: 60px;
  border-top: 1px solid #fff;
  height: 14px;
  margin-top: 15px;
}

.tea_con .big {
  position: absolute;
  left: 467px;
  top: 0;
  height: 480px;
  overflow: hidden;
  width: 1114px;
}

.tea_con .big .photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tea_con .intro {
  width: 338px;
  height: 254px;
  background: #0003;
  border: 5px solid #fff;
  position: absolute;
  left: 30px;
  bottom: 20px;
  z-index: 10;
  color: #fff;
}

.tea_con .intro dl {
  padding: 38px 24px 0 24px;
}

.tea_con .intro dt {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

.tea_con .intro dt a {
  color: #fff
}

.tea_con .intro dt a:hover {
  color: #fff9
}

.tea_con .intro dd {
  font-size: 16px;
  line-height: 24px;
}

.tea_con .more {
  float: right;
  color: #fff;
  line-height: 1.8;
  text-transform: uppercase;
  font-style: italic;
  margin-right: 24px;
  font-size: 12px;
}

.tea_con .more:hover {
  color: #fff8
}

.ins_item {
  float: left;
  width: 370px;
  padding: 15px;
  background: #fff;
  height: 435px;
  overflow: hidden;
}

.ins_item:hover {
  box-shadow: 0 0 15px #ddd;
  position: relative;
  z-index: 20;
}

.ins_item:hover dl dd {
  color: #000
}

.ins_item .photo {
  display: block;
  width: 370px;
  height: 220px;
  position: relative;
  overflow: hidden;
}

.ins_item .photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ins_item .photo img {
  border: none;
  transition: all 0.6s;
}

.ins_item .photo img:hover {
  transform: scale(1.1);
}

.ins_item dl {
  padding: 10px;
}

.ins_item dt {
  line-height: 28px;
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 12px
}

.ins_item dd {
  line-height: 22px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
}

.tea_ins .seemore {
  display: block;
  width: 230px;
  height: 60px;
  line-height: 60px;
  margin: 30px auto 0 auto;
  background: #2683cf;
  border-radius: 5px;
  text-align: center;
  font-size: 26px;
  color: #fff;
}

.tea_ins .seemore:hover {
  background: #32a279
}

.tea_reas {
  background: #f0f0f0;
  padding-bottom: 70px;
}

.tea_reas .title {
  height: 160px;
  line-height: 160px;
  position: relative;
  font-weight: bold;
  font-size: 22px;
}

.tea_reas .title:hover {
  color: #2683cf
}

.tea_reas .title i {
  width: 80px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 123px;
  background: #0773bb;
  border-radius: 2px;
}

.tea_reas .cleft {
  float: left;
  width: 630px;
}

.tea_reas .photo {
  display: block;
  height: 370px;
  position: relative;
  overflow: hidden;
}

.tea_reas .photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tea_reas .photo img {
  border: none;
  transition: all 0.6s;
}

.tea_reas .photo img:hover {
  transform: scale(1.1);
}

.tea_reas .name {
  font-size: 24px;
  line-height: 34px;
  color: #000;
  display: block;
  margin-top: 16px;
}

.tea_reas .name:hover {
  color: #2683cf
}

.tea_reas .more {
  text-transform: uppercase;
  font-style: italic;
  line-height: 2;
  color: #5c5d5f;
  font-size: 14px;
}

.tea_reas .more:hover {
  color: #2683cf
}

.tea_reas .cright {
  float: right;
  width: 490px;
}

.tea_reas .cright dt {
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 5px;
}

.tea_reas .cright dl {
  padding-bottom: 45px;
}

.tea_reas .na {
  color: #000;
}

.tea_reas .na:hover {
  color: #2683cf
}

.tea_reas .cright dd {
  font-size: 14px;
  line-height: 22px;
}

/*team*/

/*news*/

.news_areas {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 65px;
}

.news_head {
  height: 110px;
  line-height: 110px;
  position: relative;
  font-weight: bold;
  color: #021730;
  text-transform: uppercase;
}

.news_head:hover {
  color: #2683cf
}

.news_head i {
  display: block;
  width: 80px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 80px;
  background: #0773bb;
  border-radius: 2px;
}

.news_ins {
  padding-top: 365px;
  background: url("../images/news2.png") no-repeat top center;
}

.nins_wp {
  width: 980px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 110px;
}

.nins_wp dt {
  height: 150px;
  line-height: 60px;
  font-size: 50px;
  font-weight: bold;
  color: #0476bb;
  font-family: Times New Roman;
}

.nins_wp dd {
  font-size: 18px;
  line-height: 30px;
  color: #444343;
}

.news_see .wrapin {
  position: relative;
  overflow: hidden;
}

.news_see .s_list {
  width: 1250px;
}

.ns_item {
  display: block;
  width: 350px;
  height: 330px;
  float: left;
  margin: 0 16px;
  padding: 10px 10px
}

.ns_item:hover {
  box-shadow: 0 0 15px #ddd;
}

.ns_item .photo {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 17px;
}

.ns_item .photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ns_item .photo img {
  border: none;
  transition: all 0.6s;
}

.ns_item .photo img:hover {
  transform: scale(1.1);
}

.ns_item .play {
  width: 84px;
  height: 84px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  margin: -42px 0 0 -42px;
  background: url("../images/resplay.png") no-repeat center center;
}

.ns_item .name {
  font-size: 22px;
  line-height: 25px;
  color: #000;
  font-weight: bold;
}


.ns_item:hover .name {
  color: #037bc2
}


.see_more {
  display: block;
  width: 380px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  margin: 50px auto;
  background: #2683cf;
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
}

.see_more:hover {
  background: #32a279;
  color: #fff
}


.news_bt {
  background: #f0f0f0;
}

.news_bt .wrapin {
  position: relative;
  overflow: hidden;
}

.news_bt .s_list {
  width: 1236px;
}

.nb_item {
  display: block;
  width: 260px;
  float: left;
  text-align: center;
  color: #000;
  line-height: 25px;
  height: 490px;
  padding: 11px 10px 0;
  margin: 0 10px
}

.nb_item:hover .name {
  color: #037bc2
}

.nb_item .photo {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  transition: all 0.3s;
}

.nb_item:hover .photo {
  box-shadow: 1px 3px 16px #686868
}

.nb_item .photo img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.nb_item .photo img {
  border: none;
}

/*news*/

/*domain*/

.do_sups {
  background: #f8f8f8;
  text-align: center;
}

.do_sups .title {
  height: 145px;
  line-height: 145px;
  font-weight: bold;
  font-size: 30px;
}

.dosup_item {
  display: block;
  width: 240px;
  float: left;
  height: 282px;
  line-height: 28px;
  color: #000;
  font-size: 18px;
}

.qlimg {
  width: 149px;
  height: 149px;
  margin: 10px auto 25px;
}

.qlimg1 {
  background: url(../images/do_sup1.png) no-repeat
}

.qlimg2 {
  background: url(../images/do_sup2.png) no-repeat
}

.qlimg3 {
  background: url(../images/do_sup3.png) no-repeat
}

.qlimg4 {
  background: url(../images/do_sup4.png) no-repeat
}

.qlimg5 {
  background: url(../images/do_sup5.png) no-repeat
}

.dosup_item:hover {
  color: #0476bb;
  box-shadow: 2px 2px 13px #cfcfcf;
  transition: all .2s linear;
}

.dosup_item:hover .qlimg1 {
  background: url(../images/do_sup11.png) no-repeat
}

.dosup_item:hover .qlimg2 {
  background: url(../images/do_sup22.png) no-repeat
}

.dosup_item:hover .qlimg3 {
  background: url(../images/do_sup33.png) no-repeat
}

.dosup_item:hover .qlimg4 {
  background: url(../images/do_sup44.png) no-repeat
}

.dosup_item:hover .qlimg5 {
  background: url(../images/do_sup55.png) no-repeat
}

.do_areas {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.do_areas .s_list {
  width: 1230px;
}

.do_item {
  display: block;
  width: 380px;
  height: 490px;
  float: left;
  margin: 0 30px 65px 0;
}

.do_item .photo {
  display: block;
  width: 380px;
  height: 252px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.do_item .photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.do_item .photo img {
  border: none;
  transition: all 0.6s;
}

.do_item .photo img:hover {
  transform: scale(1.1);
}

.do_item .name {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}

.do_item .nm {
  color: #000;
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.do_item .intro {
  height: 120px;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
}

.do_item .name:hover .nm {
  color: #0476bb
}

.do_item .more {
  display: block;
  width: 162px;
  height: 42px;
  line-height: 42px;
  border-radius: 3px;
  background: #2683cf;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

.do_item .more:hover {
  background: #32a279
}

.do_item .more:hover .do_item .nm {
  color: #0476bb
}

.re_news {
  padding: 20px 0 50px 0;
  background: #f0f0f0;
}

.re_news .title {
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.re_news .wrapin {
  position: relative;
  overflow: hidden;
}

.re_news .s_list {
  width: 1260px;
}

.re_news .more {
  display: block;
  margin: 0 auto;
  width: 232px;
  height: 60px;
  background: #2683cf;
  border-radius: 5px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 26px;
}

.re_news .more:hover {
  background: #32a279
}

.re_item {
  display: block;
  width: 360px;
  height: 215px;
  float: left;
  margin-right: 60px;
}

.re_item .name {
  line-height: 26px;
  font-size: 20px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 10px
}

.re_item .name:hover {
  color: #017bbc
}

.re_item .intro {
  line-height: 20px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.re_item .reada {
  color: #2683cf;
  height: 50px;
  font-size: 14px;
}

/*domain*/

/*result*/

.res_lat {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.lat_wp {
  background: #f4f4f4;
  overflow: hidden;
}

.lat_fls {
  margin-top: 20px;
}

.latwpimg {
  float: left;
  display: block;
  width: 595px;
  overflow: hidden;
  margin-top: 25px;
  margin-left: 15px
}

.latwpimg img {
  border: none;
  transition: all 0.6s;
}

.latwpimg img:hover {
  transform: scale(1.1);
}

.lat_wp .infs {
  width: 495px;
  float: right;
  padding: 12px 45px 20px 0;
}

.lat_wp .name {
  line-height: 26px;
  font-size: 20px;
  color: #000;
}

.lat_wp .name:hover {
  color: #2683cf
}

.lat_wp .tip {
  line-height: 22px;
  font-size: 16px;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.lat_wp .date {
  height: 46px;
  line-height: 46px;
  color: #0179bc;
  font-size: 14px;
}

.lat_wp .bline {
  border-bottom: 1px solid #0773bb;
  width: 92px;
  display: block;
  margin-top: 5px;
}

.res_think {
  height: 587px;
  background: url("../images/thinkbg.jpg") no-repeat top center;
}

.res_think .title {
  height: 126px;
  line-height: 126px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.res_think .title a {
  color: #fff
}

.res_think .title a:hover {
  color: #fff9
}

.res_think .title i {
  display: block;
  width: 80px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 27px;
  margin-left: -40px;
  background: #fff;
}

.think_wp {
  background: #fff;
  height: 388px;
  width: 1200px;
  margin: 0 auto;
}

.think_wp .cleft {
  float: left;
  width: 470px;
  padding: 20px 0 0 60px;
}

.thinkwpimg {
  float: right;
  width: 595px;
  height: 388px;
  display: block;
  overflow: hidden;
}

.thinkwpimg img {
  border: none;
  transition: all 0.6s;
}

.thinkwpimg img:hover {
  transform: scale(1.1);
}

.think_fls {
  padding-top: 16px;
}

.think_fls .name {
  line-height: 26px;
  font-size: 20px;
  color: #000;
}

.think_fls .name:hover {
  color: #2683cf
}

.think_fls .intro {
  font-size: 16px;
  line-height: 22px;
  margin: 5px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.think_fls .date {
  height: 28px;
  line-height: 28px;
  color: #0179bc;
  font-size: 14px;
}

.res_news {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}

.res_news .s_list {
  width: 1230px;
}

.rn_item {
  width: 585px;
  height: 670px;
  float: left;
  margin: 40px 30px 0 0;
}

.rn_item .name {
  height: 110px;
  position: relative;
}

.rn_item .nm {
  padding-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  color: #021730;
  padding-bottom: 10px;
  display: block;
  position: relative;
}

.rn_item .nm i {
  display: block;
  width: 80px;
  height: 3px;
  border-radius: 2px;
  background: #0773bb;
  position: absolute;
  left: 0;
  bottom: 0;
}

.rn_item .photo {
  display: block;
  height: 364px;
  position: relative;
  overflow: hidden;
}

.rn_item .photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rn_item .photo img {
  border: none;
  transition: all 0.6s;
}

.rn_item .photo img:hover {
  transform: scale(1.1);
}

.rn_item .intro {
  margin: 17px 0 7px 0;
  line-height: 26px;
  font-size: 16px;
  height: 104px;
  position: relative;
  overflow: hidden;
}

.rn_item .more {
  display: block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #2683cf;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
}

.rn_item .more:hover {
  background: #32a279
}

/*result*/

.rn_item .nm:hover {
  color: #0476bb
}

.thisname {
  border-bottom: 1px solid #fff;
}