@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  /* 內减模式 */
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  color: #444444;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.main {
  min-width: 1024px;
}

.text-c {
  text-align: center;
}

.flex {
  display: flex;
}

.box_1280 {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
}

.box_flex {
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.side {
  width: 180px;
  background: #EAF1FC;
  border-right: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
}

.content {
  padding-left: 18px;
  width: 1040px;
  background: #F9F9F9;
  border-bottom: 1px solid #D6D6D6;
}

.header {
  width: 100%;
  height: 90px;
  align-items: center;
  background: #EAF1FC;
}
.header .left {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.header .left span {
  width: 160px;
  height: 34px;
  margin: 12px;
  font-size: 30px;
  font-weight: 700;
  color: #1F67CF;
  line-height: 34px;
}
.header .center .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.header .center input {
  border: 0;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.header .center .head_content {
  float: right;
}
.header .center .serach {
  float: right;
  width: 212px;
  height: 32px;
  margin-top: 6px;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  margin-left: 10px;
  font-size: 0px;
}
.header .center .serach img {
  height: 30px;
  vertical-align: top;
}
.header .center .txt {
  height: 30px;
  width: 105px;
  padding-left: 10px;
  display: inline-block;
  font-size: 14px;
  outline: none;
}
.header .center .serach .btn {
  width: 59px;
  line-height: 32px;
  background: #008ded;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  float: right;
  border-radius: 0 4px 4px 0;
}
.header .center .keywos {
  float: left;
  font-size: 14px;
  line-height: 45px;
  position: initial;
}
.header .center .keywos a {
  color: #5c5c5c;
  margin-right: 20px;
  text-decoration: none;
}
.header .center .keywos a:hover {
  text-decoration: none;
  color: #0A50A1;
}
.header .right {
  margin-right: 30px;
}
.header .right span {
  width: 24px;
  height: 14px;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
  line-height: 14px;
}
.header .right input {
  width: 90px;
  height: 20px;
  margin-right: 20px;
  background: #FFFFFF;
  border: 1px;
}
.header .right .checkbox {
  margin: 0 6px 0 0;
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border-radius: 1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.header .right button {
  cursor: pointer;
  width: 68px;
  height: 20px;
  background: linear-gradient(90deg, #E6E6E6 0%, #EBEBEB 100%);
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.header .right a {
  width: 48px;
  height: 14px;
  margin-left: 20px;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
  line-height: 14px;
}
.header .right .up {
  margin-bottom: 10px;
}

.link {
  height: 40px;
  align-items: center;
}
.link ul li {
  margin-left: 20px;
  float: left;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
}
.link ul li a {
  color: #35ACFF;
  text-decoration: underline;
}
.link li:nth-child(1) {
  margin-left: 30px;
}

.bar {
  width: 100%;
  height: 40px;
  background: #1F67CF;
}
.bar .box {
  align-items: center;
}
.bar .box img {
  margin: 0 8px 0 30px;
}
.bar .box span {
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 14px;
}

.body {
  flex-wrap: wrap;
}
.body .pageover {
  margin: 0 30px 0 30px;
  align-items: center;
  height: 42px;
  width: 1220px;
  justify-content: space-between;
}
.body .pageover .button {
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 24px;
  cursor: pointer;
  background: linear-gradient(270deg, #248CDF 0%, #1F67CF 100%);
  color: #fff;
  border-radius: 2px;
  font-size: 13px;
}
.body .pageover .button span {
  margin-left: 4px;
  font-size: 6px;
}
.body .pageover .page ul li {
  margin-left: 4px;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  float: left;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #C0C0C0;
  color: #444444;
}
.body .pageover .page ul .active {
  color: #FFFFFF;
  background: #3C99F2;
}
.body .pageover .page ul span {
  width: 28px;
  height: 14px;
  font-size: 14px;
  font-weight: normal;
  color: #444444;
  line-height: 14px;
}
.body .pageover .page li:nth-child(10) {
  margin-left: 10px;
}
.body .pageover .page button {
  cursor: pointer;
  margin-left: 10px;
  text-align: center;
  line-height: 24px;
  float: right;
  width: 64px;
  height: 24px;
  font-size: 13px;
  color: #444444;
  border-radius: 2px;
  border: 1px solid #C0C0C0;
}
.body .block {
  margin: 0 auto;
  width: 1220px;
  border: 1px solid #D6D6D6;
}
.body .block_1 .top {
  height: 42px;
  line-height: 42px;
}
.body .block_1 .top .left {
  display: flex;
  justify-content: space-around;
}
.body .block_1 .top .left span {
  font-size: 14px;
  font-weight: normal;
  color: #444444;
}
.body .block_1 .top .left span .blue {
  color: #246BD0;
}
.body .block_1 .top .right {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  color: #444444;
}
.body .block_1 .top .right img {
  margin-right: 11px;
  cursor: pointer;
}
.body .block_1 .box {
  height: 3050px;
}
.body .block_1 .box .left {
  text-align: center;
}
.body .block_1 .box .left span {
  display: block;
  margin: 11px 0 11px 0;
  font-size: 14px;
  font-weight: 700;
  color: #444444;
  line-height: 14px;
}
.body .block_1 .box .left div {
  padding: 4px;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-color: #fff;
}
.body .block_1 .box .left div img {
  width: 92px;
  height: 92px;
}
.body .block_1 .box .right_1 {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px dashed #D6D6D6;
}
.body .block_1 .box .right_1 img {
  vertical-align: middle;
  margin-right: 6px;
}
.body .block_1 .box .right_1 span {
  font-size: 12px;
  font-weight: normal;
  color: #444444;
  line-height: 14px;
}
.body .block_1 .box .right_2 p {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 700;
  color: #444444;
  line-height: 30px;
  cursor: pointer;
}
.body .block_1 .box .right_2 p span {
  color: #FF4444;
  text-decoration: underline;
}
.body .block_1 .box .right_2 ul {
  margin-top: 30px;
}
.body .block_1 .box .right_2 ul li span {
  margin-left: 8px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #444444;
  line-height: 20px;
}
.body .block_1 .box .right_2 ul li img {
  margin-top: 14px;
}
.body .block_1 .box .right_2 .comment .top {
  align-items: center;
  margin-top: 35px;
  width: 800px;
  height: 38px;
  background: linear-gradient(270deg, rgba(232, 232, 232, 0) 0%, #E8E8E8 100%);
}
.body .block_1 .box .right_2 .comment .top div {
  font-size: 13px;
  font-weight: normal;
  color: #444444;
  line-height: 14px;
  margin-right: 33px;
}
.body .block_1 .box .right_2 .comment .top div span {
  margin-left: 6px;
  background: #FFE0AE;
  border-radius: 2px;
  color: #F67700;
}
.body .block_1 .box .right_2 .comment .top div:nth-child(1) {
  margin-left: 12px;
  margin-right: 60px;
}
.body .block_1 .box .right_2 .comment ul {
  margin: 0;
}
.body .block_1 .box .right_2 .comment ul li {
  display: flex;
  align-items: center;
  height: 38px;
  width: 800px;
  border-bottom: 1px dashed #D6D6D6;
}
.body .block_1 .box .right_2 .comment ul li div {
  display: flex;
  width: 130px;
  margin-left: 12px;
}
.body .block_1 .box .right_2 .comment ul li div img {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0;
  margin-right: 4px;
}
.body .block_1 .box .right_2 .comment ul li div span {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
}
.body .block_1 .box .right_2 .comment ul li .orange {
  color: #F67700;
  margin-right: 85px;
}
.body .block_1 .box .right_2 .comment ul li span {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  color: #999999;
}
.body .block_1 .box .right_2 .comment ul .function {
  margin-right: 250px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.body .block_1 .box .right_2 .comment ul .function div {
  color: #999999;
  margin-left: 100px;
  cursor: pointer;
}
.body .block_1 .box .right_2 .comment ul .function div img {
  margin: 0 5px 3px 0;
  vertical-align: middle;
}
.body .block_1 .box .right_2 .comment ul span {
  float: right;
  margin-right: 420px;
  font-size: 16px;
  font-weight: normal;
  color: #444444;
}
.body .block_1 .box .right_2 .comment .bottom {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
}
.body .block_1 .box .right_2 .comment .bottom img {
  margin: 0 6px 0 0;
  vertical-align: middle;
  cursor: pointer;
}
.body .block_1 .box .right_2 .comment .bottom img:nth-child(2) {
  margin-left: 20px;
}
.body .block_2 {
  height: 450px;
  display: flex;
}
.body .block_2 .left {
  text-align: center;
}
.body .block_2 .left span {
  display: block;
  margin: 11px 0 11px 0;
  font-size: 14px;
  font-weight: 700;
  color: #444444;
  line-height: 14px;
}
.body .block_2 .left div {
  padding: 4px;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-color: #fff;
}
.body .block_2 .left div img {
  width: 92px;
  height: 92px;
}
.body .block_2 .right_1 {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px dashed #D6D6D6;
}
.body .block_2 .right_1 img {
  vertical-align: middle;
  margin-right: 6px;
}
.body .block_2 .right_1 span {
  font-size: 12px;
  font-weight: normal;
  color: #444444;
  line-height: 14px;
}
.body .block_2 .right_2 {
  border-bottom: 1px dashed #D6D6D6;
}
.body .block_2 .right_2 p {
  margin: 18px 0 20px 0;
  font-size: 14px;
  font-weight: normal;
  color: #444444;
}
.body .block_2 .right_2 img {
  margin: 0 20px 30px 0;
}
.body .block_2 .right_3 {
  height: 40px;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
}
.body .block_2 .right_3 img {
  margin-right: 6px;
  cursor: pointer;
}
.body .block_2 .right_3 img:nth-child(2) {
  margin-left: 20px;
}
.body .block_3 {
  height: 415px;
  display: flex;
}
.body .block_3 .left {
  text-align: center;
}
.body .block_3 .left span {
  display: block;
  margin: 11px 0 11px 0;
  font-size: 14px;
  font-weight: 700;
  color: #444444;
  line-height: 14px;
}
.body .block_3 .left div {
  padding: 4px;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-color: #fff;
}
.body .block_3 .left div img {
  width: 92px;
  height: 92px;
}
.body .block_3 .right_1 {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px dashed #D6D6D6;
}
.body .block_3 .right_1 img {
  vertical-align: middle;
  margin-right: 6px;
}
.body .block_3 .right_1 span {
  font-size: 12px;
  font-weight: normal;
  color: #444444;
  line-height: 14px;
}
.body .block_3 .right_2 {
  border-bottom: 1px dashed #D6D6D6;
}
.body .block_3 .right_2 p {
  margin: 18px 0 20px 0;
  font-size: 14px;
  font-weight: normal;
  color: #444444;
}
.body .block_3 .right_2 img {
  margin: 0 20px 30px 0;
}
.body .block_3 .right_3 {
  height: 40px;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
}
.body .block_3 .right_3 img {
  margin-right: 6px;
  cursor: pointer;
}
.body .block_3 .right_3 img:nth-child(2) {
  margin-left: 20px;
}
.body .block_4 {
  height: 535px;
  display: flex;
}
.body .block_4 .left {
  text-align: center;
}
.body .block_4 .left span {
  display: block;
  margin: 11px 0 11px 0;
  font-size: 14px;
  font-weight: 700;
  color: #444444;
  line-height: 14px;
}
.body .block_4 .left div {
  padding: 4px;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-color: #fff;
}
.body .block_4 .left div img {
  width: 92px;
  height: 92px;
}
.body .block_4 .right_1 {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px dashed #D6D6D6;
}
.body .block_4 .right_1 img {
  vertical-align: middle;
  margin-right: 6px;
}
.body .block_4 .right_1 span {
  font-size: 12px;
  font-weight: normal;
  color: #444444;
  line-height: 14px;
}
.body .block_4 .right_2 {
  border-bottom: 1px dashed #D6D6D6;
}
.body .block_4 .right_2 p {
  margin: 18px 0 20px 0;
  font-size: 14px;
  font-weight: normal;
  color: #444444;
}
.body .block_4 .right_2 img {
  margin: 0 20px 30px 0;
}
.body .block_4 .right_3 {
  height: 40px;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
}
.body .block_4 .right_3 img {
  margin-right: 6px;
  cursor: pointer;
}
.body .block_4 .right_3 img:nth-child(2) {
  margin-left: 20px;
}
.body .block_5 {
  height: 390px;
  display: flex;
}
.body .block_5 .left {
  text-align: center;
}
.body .block_5 .left span {
  display: block;
  margin: 11px 0 11px 0;
  font-size: 14px;
  font-weight: 700;
  color: #444444;
  line-height: 14px;
}
.body .block_5 .left div {
  padding: 4px;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-color: #fff;
}
.body .block_5 .left div img {
  width: 92px;
  height: 92px;
}
.body .block_5 .right_1 {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px dashed #D6D6D6;
}
.body .block_5 .right_1 img {
  vertical-align: middle;
  margin-right: 6px;
}
.body .block_5 .right_1 span {
  font-size: 12px;
  font-weight: normal;
  color: #444444;
  line-height: 14px;
}
.body .block_5 .right_2 {
  border-bottom: 1px dashed #D6D6D6;
}
.body .block_5 .right_2 p {
  margin: 18px 0 20px 0;
  font-size: 14px;
  font-weight: normal;
  color: #444444;
}
.body .block_5 .right_2 img {
  margin: 0 20px 30px 0;
}
.body .block_5 .right_3 {
  height: 40px;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
}
.body .block_5 .right_3 img {
  margin-right: 6px;
  cursor: pointer;
}
.body .block_5 .right_3 img:nth-child(2) {
  margin-left: 20px;
}
.body .block_6 {
  height: 390px;
  display: flex;
}
.body .block_6 .left {
  text-align: center;
}
.body .block_6 .left span {
  display: block;
  margin: 11px 0 11px 0;
  font-size: 14px;
  font-weight: 700;
  color: #444444;
  line-height: 14px;
}
.body .block_6 .left div {
  padding: 4px;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-color: #fff;
}
.body .block_6 .left div img {
  width: 92px;
  height: 92px;
}
.body .block_6 .right_1 {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px dashed #D6D6D6;
}
.body .block_6 .right_1 img {
  vertical-align: middle;
  margin-right: 6px;
}
.body .block_6 .right_1 span {
  font-size: 12px;
  font-weight: normal;
  color: #444444;
  line-height: 14px;
}
.body .block_6 .right_2 {
  border-bottom: 1px dashed #D6D6D6;
}
.body .block_6 .right_2 p {
  margin: 18px 0 20px 0;
  font-size: 14px;
  font-weight: normal;
  color: #444444;
}
.body .block_6 .right_2 img {
  margin: 0 20px 30px 0;
}
.body .block_6 .right_3 {
  height: 40px;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
}
.body .block_6 .right_3 img {
  margin-right: 6px;
  cursor: pointer;
}
.body .block_6 .right_3 img:nth-child(2) {
  margin-left: 20px;
}
.body .block_7 {
  height: 665px;
  display: flex;
}
.body .block_7 .left {
  text-align: center;
}
.body .block_7 .left span {
  display: block;
  margin: 11px 0 11px 0;
  font-size: 14px;
  font-weight: 700;
  color: #444444;
  line-height: 14px;
}
.body .block_7 .left div {
  padding: 4px;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-color: #fff;
}
.body .block_7 .left div img {
  width: 92px;
  height: 92px;
}
.body .block_7 .right_1 {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px dashed #D6D6D6;
}
.body .block_7 .right_1 img {
  vertical-align: middle;
  margin-right: 6px;
}
.body .block_7 .right_1 span {
  font-size: 12px;
  font-weight: normal;
  color: #444444;
  line-height: 14px;
}
.body .block_7 .right_2 {
  border-bottom: 1px dashed #D6D6D6;
}
.body .block_7 .right_2 p {
  margin: 18px 0 20px 0;
  font-size: 14px;
  font-weight: normal;
  color: #444444;
}
.body .block_7 .right_2 img {
  margin: 0 20px 30px 0;
}
.body .block_7 .right_3 {
  height: 40px;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
}
.body .block_7 .right_3 img {
  margin-right: 6px;
  cursor: pointer;
}
.body .block_7 .right_3 img:nth-child(2) {
  margin-left: 20px;
}
.body .block1 {
  margin: 0 auto;
  width: 1220px;
  border: 1px solid #D6D6D6;
}
.body .block1_1 .top {
  height: 42px;
  line-height: 42px;
}
.body .block1_1 .top .left {
  display: flex;
  justify-content: space-around;
}
.body .block1_1 .top .left span {
  font-size: 14px;
  font-weight: normal;
  color: #444444;
}
.body .block1_1 .top .left span .blue {
  color: #246BD0;
}
.body .block1_1 .top .right {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  color: #444444;
}
.body .block1_1 .top .right img {
  margin-right: 11px;
  cursor: pointer;
}
.body .block1_1 .box {
  height: 1270px;
}
.body .block1_1 .box .left {
  text-align: center;
}
.body .block1_1 .box .left span {
  display: block;
  margin: 11px 0 11px 0;
  font-size: 14px;
  font-weight: 700;
  color: #444444;
  line-height: 14px;
}
.body .block1_1 .box .left div {
  padding: 4px;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-color: #fff;
}
.body .block1_1 .box .left div img {
  width: 92px;
  height: 92px;
}
.body .block1_1 .box .right_1 {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px dashed #D6D6D6;
}
.body .block1_1 .box .right_1 img {
  vertical-align: middle;
  margin-right: 6px;
}
.body .block1_1 .box .right_1 span {
  font-size: 12px;
  font-weight: normal;
  color: #444444;
  line-height: 14px;
}
.body .block1_1 .box .right_2 .cite {
  width: 1000px;
  height: 165px;
  margin-top: 20px;
  background: #FFF9EC;
  border: 1px solid #F0E3C6;
}
.body .block1_1 .box .right_2 .cite .inner {
  margin: 20px 0 0 20px;
}
.body .block1_1 .box .right_2 .cite .inner .hh {
  margin-left: 10px;
  width: 202px;
  height: 14px;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
  line-height: 14px;
}
.body .block1_1 .box .right_2 .cite .inner p {
  margin-top: 15px;
  margin-left: 40px;
  font-size: 30px;
  font-weight: 700;
  color: #444444;
  line-height: 30px;
  cursor: pointer;
}
.body .block1_1 .box .right_2 .cite .inner p span {
  color: #FF4444;
  text-decoration: underline;
}
.body .block1_1 .box .right_2 .cite .right_img {
  margin-left: 629px;
}
.body .block1_1 .box .right_2 ul {
  margin-top: 30px;
}
.body .block1_1 .box .right_2 ul li span {
  margin-left: 8px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #444444;
  line-height: 20px;
}
.body .block1_1 .box .right_2 ul li img {
  margin-top: 14px;
}
.body .block1_1 .box .right_2 .comment .top {
  align-items: center;
  margin-top: 35px;
  width: 800px;
  height: 38px;
  background: linear-gradient(270deg, rgba(232, 232, 232, 0) 0%, #E8E8E8 100%);
}
.body .block1_1 .box .right_2 .comment .top div {
  font-size: 13px;
  font-weight: normal;
  color: #444444;
  line-height: 14px;
  margin-right: 33px;
}
.body .block1_1 .box .right_2 .comment .top div span {
  margin-left: 6px;
  background: #FFE0AE;
  border-radius: 2px;
  color: #F67700;
}
.body .block1_1 .box .right_2 .comment .top div:nth-child(1) {
  margin-left: 12px;
  margin-right: 60px;
}
.body .block1_1 .box .right_2 .comment ul {
  margin: 0;
}
.body .block1_1 .box .right_2 .comment ul li {
  display: flex;
  align-items: center;
  height: 38px;
  width: 800px;
  border-bottom: 1px dashed #D6D6D6;
}
.body .block1_1 .box .right_2 .comment ul li div {
  display: flex;
  width: 130px;
  margin-left: 12px;
}
.body .block1_1 .box .right_2 .comment ul li div img {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0;
  margin-right: 4px;
}
.body .block1_1 .box .right_2 .comment ul li div span {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
}
.body .block1_1 .box .right_2 .comment ul li .orange {
  color: #F67700;
  margin-right: 85px;
}
.body .block1_1 .box .right_2 .comment ul li span {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  color: #999999;
}
.body .block1_1 .box .right_2 .comment ul .function {
  margin-right: 250px;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.body .block1_1 .box .right_2 .comment ul .function div {
  float: right;
  color: #999999;
  margin-left: 40px;
  cursor: pointer;
}
.body .block1_1 .box .right_2 .comment ul .function div img {
  margin: 0 5px 3px 0;
  vertical-align: middle;
}
.body .block1_1 .box .right_2 .comment ul span {
  float: right;
  margin-right: 220px;
  font-size: 14px;
  font-weight: normal;
  color: #444444;
}
.body .block1_1 .box .right_2 .comment .bottom {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
}
.body .block1_1 .box .right_2 .comment .bottom img {
  margin: 0 6px 0 0;
  vertical-align: middle;
  cursor: pointer;
}
.body .block1_1 .box .right_2 .comment .bottom img:nth-child(2) {
  margin-left: 20px;
}
.body .block1_1 .box .right_3 {
  border-top: 1px dashed #D6D6D6;
  height: 40px;
  margin-top: 10px;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
}
.body .block1_1 .box .right_3 img {
  margin-right: 6px;
  cursor: pointer;
}
.body .block1_1 .box .right_3 img:nth-child(2) {
  margin-left: 20px;
}
.body .block1_2 {
  height: 300px;
  display: flex;
}
.body .block1_2 .left {
  text-align: center;
}
.body .block1_2 .left span {
  display: block;
  margin: 11px 0 11px 0;
  font-size: 14px;
  font-weight: 700;
  color: #444444;
  line-height: 14px;
}
.body .block1_2 .left div {
  padding: 4px;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-color: #fff;
}
.body .block1_2 .left div img {
  width: 92px;
  height: 92px;
}
.body .block1_2 .right_1 {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px dashed #D6D6D6;
}
.body .block1_2 .right_1 img {
  vertical-align: middle;
  margin-right: 6px;
}
.body .block1_2 .right_1 span {
  font-size: 12px;
  font-weight: normal;
  color: #444444;
  line-height: 14px;
}
.body .block1_2 .right_2 {
  height: 210px;
  border-bottom: 1px dashed #D6D6D6;
}
.body .block1_2 .right_2 p {
  margin: 18px 0 20px 0;
  font-size: 14px;
  font-weight: normal;
  color: #444444;
}
.body .block1_2 .right_2 img {
  margin: 0 20px 30px 0;
}
.body .block1_2 .right_3 {
  height: 40px;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
}
.body .block1_2 .right_3 img {
  margin-right: 6px;
  cursor: pointer;
}
.body .block1_2 .right_3 img:nth-child(2) {
  margin-left: 20px;
}
.body .block1_3 {
  height: 525px;
  display: flex;
}
.body .block1_3 .left {
  text-align: center;
}
.body .block1_3 .left span {
  display: block;
  margin: 11px 0 11px 0;
  font-size: 14px;
  font-weight: 700;
  color: #444444;
  line-height: 14px;
}
.body .block1_3 .left div {
  padding: 4px;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-color: #fff;
}
.body .block1_3 .left div img {
  width: 92px;
  height: 92px;
}
.body .block1_3 .right_1 {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px dashed #D6D6D6;
}
.body .block1_3 .right_1 img {
  vertical-align: middle;
  margin-right: 6px;
}
.body .block1_3 .right_1 span {
  font-size: 12px;
  font-weight: normal;
  color: #444444;
  line-height: 14px;
}
.body .block1_3 .right_2 {
  border-bottom: 1px dashed #D6D6D6;
}
.body .block1_3 .right_2 .cite {
  margin-top: 20px;
  width: 1000px;
  height: 324px;
  background: #FFF9EC;
  border: 1px solid #F0E3C6;
}
.body .block1_3 .right_2 .cite .inner {
  margin: 20px 0 0 20px;
}
.body .block1_3 .right_2 .cite .inner span {
  margin-left: 5px;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
  line-height: 14px;
}
.body .block1_3 .right_2 .cite .inner p {
  margin: 10px 0 10px 30px;
  font-size: 14px;
  font-weight: normal;
  color: #444444;
}
.body .block1_3 .right_2 .cite .inner .content_img {
  margin-left: 30px;
}
.body .block1_3 .right_2 .cite .inner .right_img {
  margin-left: 602px;
}
.body .block1_3 .right_2 p {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 700;
  color: #444444;
  line-height: 30px;
  cursor: pointer;
}
.body .block1_3 .right_2 p span {
  color: #FF4444;
  text-decoration: underline;
}
.body .block1_3 .right_2 .ii {
  display: block;
  margin-bottom: 20px;
  height: 16px;
  font-size: 14px;
  font-weight: normal;
  color: #444444;
}
.body .block1_3 .right_3 {
  height: 40px;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
}
.body .block1_3 .right_3 img {
  margin-right: 6px;
  cursor: pointer;
}
.body .block1_3 .right_3 img:nth-child(2) {
  margin-left: 20px;
}
.body .block1_4 {
  height: 675px;
  display: flex;
}
.body .block1_4 .left {
  text-align: center;
}
.body .block1_4 .left span {
  display: block;
  margin: 11px 0 11px 0;
  font-size: 14px;
  font-weight: 700;
  color: #444444;
  line-height: 14px;
}
.body .block1_4 .left div {
  padding: 4px;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-color: #fff;
}
.body .block1_4 .left div img {
  width: 92px;
  height: 92px;
}
.body .block1_4 .right_1 {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px dashed #D6D6D6;
}
.body .block1_4 .right_1 img {
  vertical-align: middle;
  margin-right: 6px;
}
.body .block1_4 .right_1 span {
  font-size: 12px;
  font-weight: normal;
  color: #444444;
  line-height: 14px;
}
.body .block1_4 .right_2 {
  border-bottom: 1px dashed #D6D6D6;
}
.body .block1_4 .right_2 .cite {
  margin-top: 20px;
  width: 1000px;
  height: 474px;
  background: #FFF9EC;
  border: 1px solid #F0E3C6;
}
.body .block1_4 .right_2 .cite .inner {
  margin: 20px 0 0 20px;
}
.body .block1_4 .right_2 .cite .inner span {
  margin-left: 5px;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
  line-height: 14px;
}
.body .block1_4 .right_2 .cite .inner p {
  margin: 10px 0 10px 30px;
  font-size: 14px;
  font-weight: normal;
  color: #444444;
}
.body .block1_4 .right_2 .cite .inner .content_img {
  margin-left: 30px;
}
.body .block1_4 .right_2 .cite .inner .right_img {
  margin-left: 342px;
}
.body .block1_4 .right_2 p {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 700;
  color: #444444;
  line-height: 30px;
  cursor: pointer;
}
.body .block1_4 .right_2 p span {
  color: #FF4444;
  text-decoration: underline;
}
.body .block1_4 .right_2 .ii {
  display: block;
  margin-bottom: 20px;
  height: 16px;
  font-size: 14px;
  font-weight: normal;
  color: #444444;
}
.body .block1_4 .right_3 {
  height: 40px;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
}
.body .block1_4 .right_3 img {
  margin-right: 6px;
  cursor: pointer;
}
.body .block1_4 .right_3 img:nth-child(2) {
  margin-left: 20px;
}
.body .block1_5 {
  height: 675px;
  display: flex;
}
.body .block1_5 .left {
  text-align: center;
}
.body .block1_5 .left span {
  display: block;
  margin: 11px 0 11px 0;
  font-size: 14px;
  font-weight: 700;
  color: #444444;
  line-height: 14px;
}
.body .block1_5 .left div {
  padding: 4px;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-color: #fff;
}
.body .block1_5 .left div img {
  width: 92px;
  height: 92px;
}
.body .block1_5 .right_1 {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px dashed #D6D6D6;
}
.body .block1_5 .right_1 img {
  vertical-align: middle;
  margin-right: 6px;
}
.body .block1_5 .right_1 span {
  font-size: 12px;
  font-weight: normal;
  color: #444444;
  line-height: 14px;
}
.body .block1_5 .right_2 {
  border-bottom: 1px dashed #D6D6D6;
}
.body .block1_5 .right_2 .cite {
  margin-top: 20px;
  width: 1000px;
  height: 474px;
  background: #FFF9EC;
  border: 1px solid #F0E3C6;
}
.body .block1_5 .right_2 .cite .inner {
  margin: 20px 0 0 20px;
}
.body .block1_5 .right_2 .cite .inner span {
  margin-left: 5px;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
  line-height: 14px;
}
.body .block1_5 .right_2 .cite .inner p {
  margin: 10px 0 10px 30px;
  font-size: 14px;
  font-weight: normal;
  color: #444444;
}
.body .block1_5 .right_2 .cite .inner .content_img {
  margin-left: 30px;
}
.body .block1_5 .right_2 .cite .inner .right_img {
  margin-left: 342px;
}
.body .block1_5 .right_2 p {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 700;
  color: #444444;
  line-height: 30px;
  cursor: pointer;
}
.body .block1_5 .right_2 p span {
  color: #FF4444;
  text-decoration: underline;
}
.body .block1_5 .right_2 .ii {
  display: block;
  margin-bottom: 20px;
  height: 16px;
  font-size: 14px;
  font-weight: normal;
  color: #444444;
}
.body .block1_5 .right_3 {
  height: 40px;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
}
.body .block1_5 .right_3 img {
  margin-right: 6px;
  cursor: pointer;
}
.body .block1_5 .right_3 img:nth-child(2) {
  margin-left: 20px;
}
.body .block1_6 {
  height: 434px;
  display: flex;
}
.body .block1_6 .left {
  text-align: center;
}
.body .block1_6 .left span {
  display: block;
  margin: 11px 0 11px 0;
  font-size: 14px;
  font-weight: 700;
  color: #444444;
  line-height: 14px;
}
.body .block1_6 .left div {
  padding: 4px;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-color: #fff;
}
.body .block1_6 .left div img {
  width: 92px;
  height: 92px;
}
.body .block1_6 .right_1 {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px dashed #D6D6D6;
}
.body .block1_6 .right_1 img {
  vertical-align: middle;
  margin-right: 6px;
}
.body .block1_6 .right_1 span {
  font-size: 12px;
  font-weight: normal;
  color: #444444;
  line-height: 14px;
}
.body .block1_6 .right_2 {
  border-bottom: 1px dashed #D6D6D6;
}
.body .block1_6 .right_2 p {
  margin: 18px 0 20px 0;
  font-size: 14px;
  font-weight: normal;
  color: #444444;
}
.body .block1_6 .right_2 img {
  margin: 0 20px 30px 0;
}
.body .block1_6 .right_3 {
  height: 40px;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
}
.body .block1_6 .right_3 img {
  margin-right: 6px;
  cursor: pointer;
}
.body .block1_6 .right_3 img:nth-child(2) {
  margin-left: 20px;
}
.body .block1_7 {
  height: 455px;
  display: flex;
}
.body .block1_7 .left {
  text-align: center;
}
.body .block1_7 .left span {
  display: block;
  margin: 11px 0 11px 0;
  font-size: 14px;
  font-weight: 700;
  color: #444444;
  line-height: 14px;
}
.body .block1_7 .left div {
  padding: 4px;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-color: #fff;
}
.body .block1_7 .left div img {
  width: 92px;
  height: 92px;
}
.body .block1_7 .right_1 {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px dashed #D6D6D6;
}
.body .block1_7 .right_1 img {
  vertical-align: middle;
  margin-right: 6px;
}
.body .block1_7 .right_1 span {
  font-size: 12px;
  font-weight: normal;
  color: #444444;
  line-height: 14px;
}
.body .block1_7 .right_2 {
  border-bottom: 1px dashed #D6D6D6;
}
.body .block1_7 .right_2 p {
  margin: 18px 0 20px 0;
  font-size: 14px;
  font-weight: normal;
  color: #444444;
}
.body .block1_7 .right_2 img {
  margin: 0 20px 30px 0;
}
.body .block1_7 .right_3 {
  height: 40px;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
}
.body .block1_7 .right_3 img {
  margin-right: 6px;
  cursor: pointer;
}
.body .block1_7 .right_3 img:nth-child(2) {
  margin-left: 20px;
}
.body .page {
  justify-content: flex-end;
  height: 60px;
  width: 1220px;
  margin: 0 auto;
  align-items: center;
}
.body .page button {
  cursor: pointer;
  margin-left: 10px;
  text-align: center;
  line-height: 24px;
  float: right;
  width: 64px;
  height: 24px;
  font-size: 12px;
  color: #444444;
  border-radius: 2px;
  border: 1px solid #C0C0C0;
}
.body .page ul li {
  margin-left: 4px;
  text-align: center;
  font-size: 13px;
  float: left;
  width: 24px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  border: 1px solid #C0C0C0;
  color: #444444;
}
.body .page ul .active {
  color: #FFFFFF;
  background: #3C99F2;
}
.body .page ul span {
  width: 28px;
  height: 14px;
  font-size: 14px;
  font-weight: normal;
  color: #444444;
  line-height: 14px;
}
.body .page li:nth-child(1) {
  margin-left: 10px;
}
.body .page li:nth-child(10) {
  margin-left: 10px;
}
.body .footer {
  width: 1220px;
  height: 240px;
  border: 1px solid #D6D6D6;
  margin: 0 auto;
}
.body .footer .left {
  width: 180px;
  background: #EAF1FC;
  border-right: 1px solid #D6D6D6;
}
.body .footer .right {
  padding: 0;
  background: #F9F9F9;
  justify-content: center;
  align-items: center;
}
.body .footer .right .box {
  width: 980px;
  height: 178px;
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
}
.body .footer .right .box .head {
  align-items: center;
  justify-content: space-between;
  height: 34px;
  background: #EAF1FC;
  border-bottom: 1px solid #D6D6D6;
}
.body .footer .right .box .head img {
  margin-left: 12px;
}
.body .footer .right .box .head span {
  margin-right: 12px;
  font-size: 14px;
  font-weight: normal;
  color: #444444;
  line-height: 14px;
}
.body .footer .right .box .center {
  height: 144px;
  justify-content: center;
  align-items: center;
}
.body .footer .right .box .center p {
  font-size: 14px;
  font-weight: normal;
  color: #444444;
  line-height: 14px;
}
.body .footer .right .box .center p span {
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  color: #35ACFF;
  line-height: 14px;
}
.body .footer .right .box .center img {
  cursor: pointer;
}

.bottom {
  font-size: 12px;
  color: #444444;
  line-height: 26px;
  text-align: center;
  padding: 35px;
}

#toTop {
  width: 52px;
  height: 52px;
  cursor: pointer;
  color: white;
  position: fixed;
  /*使用固定定位*/
  bottom: 50px;
  right: 50px;
}/*# sourceMappingURL=index.css.map */