﻿@charset "utf-8";

/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*html {
  font-size: 100px;
}

@media screen and (max-width:829px) {
  html {
    font-size: calc(100vw/3.75);
    font-size: -webkit-calc(100vw/3.75);
  }
}*/

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  color: #111;
  background: #fff;
  font: 14px/1.8 "Microsoft Yahei", SimHei, Arial;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
p {
  margin: 0;
  padding: 0;
  font-family: "Microsoft Yahei", SimHei, Arial;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  /*width:100%;*/
}

ul,
li {
  list-style-type: none;
}

a {
  color: #000;
  text-decoration: none;
}

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cl {
  clear: both;
}

.fb {
  font-weight: bold;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}

.pos {
  position: relative;
}

.over {
  overflow: hidden;
}

.fix {
  position: fixed;
}

.block {
  display: block;
}

select {
  background: none;
}
.trans{top:50%;
-webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
        transform: translateY(-50%);
      }

.trans1{left:50%;
-webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
        transform: translateX(-50%);
      }

/*首页*/
.min{min-width:1380px;}
.nr{width:1380px;margin:0 auto;}
.nr1{width:1200px;margin:0 auto;}
.logo{float:left;margin:20px 0 0 0;}
.bgw{background:#fff;}
.bg{background:#e3f0f8 url(../img/bg1.jpg) repeat-x center top;padding:0 0 100px 0;}
.bg1{background:#fff url(../img/bg4.jpg) repeat-x center top;padding:1px 0;}
.header{height:100px;position:relative;}
.top_i1{float:right;margin:42px 0 0 10px;line-height:0;}
.top_ewm{width: 18px;float: right;padding: 40px 0 0 0;line-height: 0;height: 100px;margin-right: 35px;}
.n_ewm_tc{width:180px;height:218px;background:url(../img/t3.png) no-repeat center top;position:absolute;right:20px;top:100px;padding:25px 0 0 0;text-align:center;font-size:14px;font-weight:bold;color:#000000;line-height:30px;display:none;}
.top_ewm:hover .n_ewm_tc{display:block;}
.nav{float:left;margin:0 0 0 120px;}
.nav li{float:left;height:100px;padding:0 18px;}
.nav li a{line-height:100px;color:#111111;font-size:16px;}
.nav li a:hover{color:#0075c1;}
.m_title{color:#fff;font-size:60px;line-height:1;padding:50px 0;text-align:center;}
.m_pro_title{text-align:center;padding:0 0 70px 0;}
.m_pro_title a{color:#111111;font-size:36px;margin:0 30px;line-height:1;padding:60px 0 20px 0;display:inline-block;}
.m_pro_title a:nth-child(1).current{background:url(../img/bg2.png) repeat-x center bottom,url(../img/icon3.png) no-repeat center top;color:#0075c1;}
.m_pro_title a:nth-child(1):hover{background:url(../img/bg2.png) repeat-x center bottom,url(../img/icon3.png) no-repeat center top;color:#0075c1;}
.m_pro_title a:nth-child(2).current{background:url(../img/bg2.png) repeat-x center bottom,url(../img/icon32.png) no-repeat center top;color:#0075c1;}
.m_pro_title a:nth-child(2):hover{background:url(../img/bg2.png) repeat-x center bottom,url(../img/icon32.png) no-repeat center top;color:#0075c1;}
.m_pro_title a:nth-child(3).current{background:url(../img/bg2.png) repeat-x center bottom,url(../img/icon33.png) no-repeat center top;color:#0075c1;}
.m_pro_title a:nth-child(3):hover{background:url(../img/bg2.png) repeat-x center bottom,url(../img/icon33.png) no-repeat center top;color:#0075c1;}
.m_pro_title a:nth-child(4).current{background:url(../img/bg2.png) repeat-x center bottom,url(../img/icon34.png) no-repeat center top;color:#0075c1;}
.m_pro_title a:nth-child(4):hover{background:url(../img/bg2.png) repeat-x center bottom,url(../img/icon34.png) no-repeat center top;color:#0075c1;}



.m_pro_list{}
.m_pro_list li{width:330px;height:350px;float:left;background:#fff;margin:0 20px 20px 0;}
.m_pro_list li:nth-child(4n){margin-right:0;}
.m_pro_list li img{width:100%;height:250px;}
.m_pro_t{width:290px;height:50px;margin:25px auto 0;background:#edf6fc;line-height:50px;color:#004b7c;font-size:20px;text-align:center;overflow:hidden;}
.m_pro_list li:hover .m_pro_t{background:#0075c1;color:#fff;}
.m_pro_list li a{display:block;}
.m_pro_list li:hover{box-shadow: 10px 10px 10px 1px #a0cce8;}

.bot{background:#f5f5f5;}
.bot_nr{padding:80px 0;}
.bot_logo{float:left;margin:0 0 0 30px;}
.bot_r{width:200px;float:right;text-align:center;}
.bot_r img{width:150px;}
.bot_r_title{font-size:16px;font-weight:bold;line-height:1;margin:0 0 30px 0;color:#555555;display:block;}
a.bot_r_title:hover{color:#0075c1;}
.bot_list{float:left;}
.bot_list li{float:left;margin:0 0 0 60px;}
.bot_list_t{color:#555555;font-size:16px;display:block;line-height:1;margin:0 0 22px 0;}
.bot_list_t:hover{color:#0075c1;}

.i_bg1{background:#f4f4f4;}
.i_pro_bot{padding:80px 0;}
.i_pro_more{width:150px;height:36px;line-height:36px;background:#e7e7e7;color:#999999;font-size:16px;border-radius:10px;display:block;margin:0 auto;text-align:center;}
.i_pro_more:hover{background:#0075c1;color:#fff;}
.i_about_bg{height:750px;background:url(../img/bg7.jpg) no-repeat center bottom;}
.i_about_more{height:36px;background:url(../img/icon10.png) no-repeat right top;padding:0 50px 0 0;line-height:36px;display:inline-block;color:#999999;font-size:16px;margin:40px 0 100px 0;}
.i_about_more:hover{color:#0075c1;}
.i_about_text{color:#111111;font-size:16px;line-height:30px;height:90px;overflow:hidden;}
.i_about_title{color:#222222;font-size:30px;line-height:48px;height:96px;overflow:hidden;font-weight:bold;margin:95px 0 30px 0;}
.i_sea_nr{text-align:center;color:#fff;font-size:30px;padding:80px 0 0 0;}
.i_sea_bg{height:220px;background:url(../img/bg8.jpg) no-repeat center center;}
.i_sea_div{width:700px;height:60px;background:#fff;border-radius:30px;display:inline-block;margin:0 20px 0 30px;padding:0 40px;overflow:hidden;}
.i_sea_text{position:relative;top:-17px;line-height:1;}
.i_sea_input{width:100%;height:50px;line-height:50px;color:#666666;font-size:18px;border:none;margin:0;padding:0;}
.i_news_bg{background:#f4f4f4;padding:130px 0;}
.i_news_l{width:480px;height:562px;background:#fff;float:left;position:relative;margin:0 60px 0 0;}
.i_news_pic{width:480px;height:280px;}
.i_news_nr{padding:0 50px;}
.i_news_text1{color:#999999;font-size:14px;padding:30px 0 30px 0;}
.i_news_text2{color:#222222;font-size:24px;line-height:36px;height:72px;overflow:hidden;}
.i_news_more{height:36px;background:url(../img/icon10.png) no-repeat right top;padding:0 50px 0 0;line-height:36px;display:inline-block;color:#999999;font-size:16px;margin:40px 0 0 0;}
.i_news_more:hover{color:#0075c1;}
.i_news_text{background:#0075c1;width:100%;height:100%;position:absolute;left:0;top:0;padding:20px 50px 0;display:none;}
.i_news_text3{color:#90d3ff;font-size:15px;line-height:36px;height:108px;overflow:hidden;margin:40px 0 0 0;}
.i_news_more1{height:36px;background:url(../img/icon12.png) no-repeat right top;padding:0 50px 0 0;line-height:36px;display:inline-block;color:#fff;font-size:16px;margin:130px 0 0 0;}
.i_news_l a:hover .i_news_text{display:block;}
.i_news_r{width:300px;float:right;}
.i_news_r a{display:block;position:relative;margin:0 0 20px 0;}
.i_news_r a img{width:300px;height:174px;}
.i_news_r_t{background:rgba(0, 117, 193, 0.9);width:100%;height:100%;text-align:center;position:absolute;left:0;top:0;color:#fff;font-size:20px;line-height:30px;display:none;}
.i_news_r_tt{height:60px;overflow:hidden;width:100%;position:absolute;left:0;padding:0 40px;}
.i_news_r a:hover .i_news_r_t{display:block;}
.i_header{width:100%;position:absolute;left:0;top:0;z-index: 999;}
.i_nav li a{color:#fff;}
.i_nav li a:hover{font-weight:bold;color:#fff;}
.swiper4 .swiper-pagination-bullet{width:23px;height:23px;background:url(../img/icon14.png) no-repeat center center;margin:0 3px;}
.swiper4 .swiper-pagination-bullet-active{width:23px;height:23px;background:url(../img/icon13.png) no-repeat center center;}
.i_ban{width:100%;position:absolute;left:0;bottom:0;z-index: 99;}
.swiper4 .swiper-pagination{width:100%;left:0;bottom:12px;z-index: 999;}


.copyright{background:#00243c;}
.copyright_t{color:#6089a5;text-align:center;padding:30px 0;}
.copyright_t a{
    color: #6089a5;
}
.con_bg{height:1110px;background:url(../img/bg3.jpg) no-repeat center top;}
.m_nbg{background:#fff;padding:80px 70px 0;}
.m_con_l{width:330px;float:left;padding:0 40px;}
.m_con_nr{padding:25px 0 90px 0;overflow:hidden;text-align:center;}
.m_con_t{color:#111111;font-size:18px;line-height:36px;padding:30px 0 0;}
.m_con_m{width:400px;float:left;padding:0 70px;border-left:solid 1px #c6c6c6;border-right:solid 1px #c6c6c6;}
.m_con_b{background:#0075c1;margin:15px 0 20px 0;padding:90px 70px 70px;overflow:hidden;}
.m_con_bl{width:520px;float:left;}
.m_con_br{width:520px;float:right;}
.m_con_input{width:100%;height:60px;background:#fff;border:none;padding:0 30px;color:#1d227e;font-size:16px;margin:0 0 10px 0;}
.m_con_area{width:100%;height:200px;background:#fff;border:none;padding:15px 30px;color:#1d227e;font-size:16px;line-height:28px;}
.m_con_btn{width:160px;height:50px;background:#fff;border:none;color:#ff580f;font-size:18px;border-radius:10px;font-weight:bold;}
.m_con_d{text-align:center;padding:40px 0 0 0;}
input::-webkit-input-placeholder{color:#0075c1;}
input::-moz-placeholder{color:#0075c1;}　　
input:-moz-placeholder{color:#0075c1; }
input:-ms-input-placeholder{color:#0075c1;}
textarea::-webkit-input-placeholder{color:#0075c1;}
textarea::-moz-placeholder{color:#0075c1;}　　
textarea:-moz-placeholder{color:#0075c1; }
textarea:-ms-input-placeholder{color:#0075c1;}

.news_list1{overflow:hidden;}
.news_list1 li{width:440px;height:480px;background:#fff;float:left;margin:0 30px 70px 0;padding:20px;box-shadow: 1px 10px 10px 1px #e1e8ed;}
.news_list1 li:nth-child(3n){margin-right:0;}
.news_list1_pic{width:100%;height:260px;}
.news_list1_t{color:#0075c1;font-size:17px;padding:20px 40px 0 40px;font-weight:bold;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.news_list1_date{text-align:center;color:#999999;font-size:13px;padding:12px 0 0 0;}
.news_list1_text{color:#666666;font-size:14px;line-height:25px;height:75px;margin:10px 0 0 0;padding:0 20px;overflow:hidden;}
.news_list1 li a:hover .news_list1_t{text-decoration: underline;}

.news_list2{overflow:hidden;}
.news_list2 li{width:650px;background:#fff;float:left;margin:-2px 80px 0 0;padding:50px 0;border-top:solid 2px #efeff2;border-bottom:solid 2px #efeff2;}
.news_list2 li:nth-child(2n){margin-right:0;}
.news_list2 li:nth-child(1){margin-top:0;}
.news_list2 li:nth-child(2){margin-top:0;}
.m_news_title{color:#0075c1;font-size:24px;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;padding:5px 0 15px 0;}
.m_news_text{color:#999999;font-size:15px;line-height:24px;height:48px;overflow:hidden;}
.m_news_l{width:90px;height:90px;float:left;background:#f4f4f8;text-align:center;color:#888888;font-size:15px;}
.m_news_l_date{font-size:24px;padding:12px 0 0 0;line-height:1.4;}
.m_news_r{width:480px;float:left;margin-left:35px;}
.news_list2 li a:hover .m_news_title{font-weight:bold;}
.m_page{padding:100px 0;}

.show_nr{box-shadow: 0 10px 10px 1px #e1e8ed;margin:60px auto 100px auto;padding:70px;}
.show_title{color:#111111;font-size: 36px;line-height:1.2;padding:0 100px;text-align:center;font-weight:bold;}
.show_date{color:#888888;font-size:15px;text-align:center;padding:15px 0 25px 0;}
.show_text{font-size:16px;line-height:36px;border-top:solid 2px #eee;padding:40px 0;}

.h_bot{padding:40px 0;}
.h_back{width:90px;height:27px;background:#0075c1;color:#fff;display:inline-block;padding:0 15px;margin:0 30px 0 0;}
.h_page{color:#999999;font-size:16px;padding:30px 0 0 0;line-height:36px;}
.h_page a{color:#111111;}
.h_page a:hover{color:#0075c1;}

.xxzx_list{}
.xxzx_list li{width:430px;height:194px;text-align:center;float:left;background:#f8f8f8;border:solid 1px #ebebeb;margin:55px 45px 0 0;padding:100px 70px 0;position:relative;}
.xxzx_list li:nth-child(3n){margin-right:0;}
.xxzx_list li a:hover .xxzx_text{color:#0075c1;}
.xxzx_k{width:90px;height:90px;position:absolute;top:-15px;background:#0075c1;text-align:center;color:#fff;font-size:15px;}
.xxzx_date{font-size:24px;padding:15px 0 0 0;line-height:1.4;}
.xxzx_text{width:100%;color:#111111;font-size:18px;line-height:30px;height:60px;overflow:hidden;display:table;}
.xxzx_text span{display:table-cell; vertical-align:middle;}

.about_bg{min-height:930px;background:#fff url(../img/bg5.jpg) no-repeat center top;padding:0 0 70px 0;}
.about_title{color:#fff;font-size:60px;line-height:1;padding:100px 0 80px 0;}
.about_bg .nr{padding:0 700px 0 0;}
.about_t{color:#111111;font-size:40px;font-weight:bold;margin:0 0 28px 0;}
.about_text{color:#111111;font-size:16px;line-height:48px;}
.about_fl{float:left;border-right:solid 1px #dddddd;margin:0 20px 60px 0;padding:0 20px 0 0;}
.about_t1{color:#0075c1;font-size:62px;line-height:1;}
.about_t2{color:#0075c1;font-size:16px;line-height:1;margin:8px 0 0 10px;display:inline-block;}
.about_t3{color:#666666;font-size:18px;font-weight:bold;line-height:1;padding:20px 0 0 0;}
.about_fl:last-child{border:none;margin-right:0;padding:0;}

.czlc_bg{height:730px;background:#5493bb url(../img/bg6.jpg) no-repeat center bottom;}
.czlc_title{color:#fff;font-size:60px;line-height:1;padding:80px 0 80px 0;text-align:center;}
.czlc_swiper{position:relative;padding:0 190px;}
.czlc_swiper .swiper-button-prev{width:34px;height:68px;background:url(../img/icon4.png) no-repeat center center;}
.czlc_swiper .swiper-button-next{width:34px;height:68px;background:url(../img/icon5.png) no-repeat center center;}
.czlc_text1{color:#ffffff;font-size:18px;font-weight:bold;text-align:center;}
.czlc_text2{color:#ffffff;font-size:16px;text-align:center;line-height:25px;}
.czlc_swiper .swiper-slide{position:relative;padding:140px 0 0 ;}
.czlc_text{padding:0 30px;width:100%;position:absolute;left:0;bottom:170px;}

.zltx_swiper{position:relative;padding:0 80px 0;margin:0 0 110px 0;}
.zltx_swiper .swiper-slide{width:290px;height:470px;background:#e7f6ff;border:solid 1px #bedef2;padding:50px 35px 0;text-align:center;}
.zltx_text1{color:#111111;font-size:18px;font-weight:bold;line-height:30px;height:60px;overflow:hidden;margin:0 0 20px 0;}
.zltx_text2{color:#111111;font-size:16px;line-height:30px;height:60px;overflow:hidden;margin:0 0 40px 0;}
.zltx_icon{margin:0 0 10px 0;}
.zltx_text3 a{color:#0075c1;font-size:16px;line-height:40px;text-align:left;display:block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.zltx_swiper .swiper-button-prev{width:34px;height:68px;background:url(../img/icon4.png) no-repeat center center;}
.zltx_swiper .swiper-button-next{width:34px;height:68px;background:url(../img/icon5.png) no-repeat center center;}
.zltx_text3 a:hover{font-weight:bold;}

.cpxq_l{width:1140px;min-height:720px;background:#fff;float:left;padding:60px;overflow:hidden;}
.cpxq_l_pic{width:532px;float:left;border:solid 1px #d2d2d2;}
.cpxq_l_r{width:420px;float:right;font-size:16px;line-height:40px;}
.cpxq_l_r_title{color:#0075c1;font-size:32px;font-weight:bold;}
.cpxq_l_r_t{border-left:solid 4px #ffba00;padding:0 0 0 13px;line-height:1;display:inline-block;font-weight:bold;font-size:20px;margin:30px 0 15px 0;}
.cpxq_r{width:220px;height:720px;float:right;}
.cpxq_r_swiper{position:relative;height:100%;}
.cpxq_r_swiper .swiper-container {height:100%;}
.cpxq_r_swiper .swiper-slide{background:#fff;text-align:center;}
.cpxq_r_pic{width:220px;height:167px;}
.cpxq_r_text{font-size:16px;height:67px;padding:15px 10px 0;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;text-align:center;border-top:solid 1px #f7fbfd;color:#004b7c;}
.cpxq_r_swiper .swiper-button-prev{width:48px;height:24px;background:url(../img/icon8.png) no-repeat center center;left:86px;top:-45px;margin:0;}
.cpxq_r_swiper .swiper-button-next{width:48px;height:24px;background:url(../img/icon9.png) no-repeat center center;left:86px;bottom:-45px;top:auto;margin:0;}
.cpxq_r_swiper .swiper-slide a:hover .cpxq_r_text{font-weight:bold;}
.cpxq_bot{background:#fff;padding:75px 100px;}
.cpxq_bot_title{padding:0 0 0 60px;margin:30px 0 0 0;}
.cpxq_bot_title a{height:42px;line-height:42px;display:inline-block;margin:0 10px 0 0;padding:0 30px;color:#fff;font-size:16px;background:#5a95bc;}
.cpxq_bot_title a.current{background:#fff;color:#0075c1;font-weight:bold;}


.login_bg{background:#b1d1e7;padding:70px 0 85px 0;}
.login_nr{width:1000px;margin:0 auto;background:#fff;border-radius:15px;overflow:hidden;}
.login_top{padding:50px 60px;background:#f4f4f4;}
.login_text1{color:#0075c1;font-size:20px;line-height:32px;font-weight:bold;text-align:right;padding:0 0 15px 0;}
.login_text2{color:#111111;font-size:16px;line-height:32px;text-align:right;}
.login_text3{color:#505050;font-size:24px;line-height:42px;font-weight:bold;background:url(../img/l1.png) no-repeat left center;padding:0 0 0 60px;margin:0 0 20px 0;}
.login_text4{color:#346db3;font-size:16px;font-weight:bold;}
.login_bot{}
.login_l{width:300px;float:left;margin:50px 0 60px 80px;}
.login_input{width:100%;height:40px;margin:10px 0 0 0;border:none;border-bottom:solid 3px #0075c1;color:#333333;font-size:16px;}
.login_btn{float:right;margin:30px 40px 0 0;}
.login_input::-webkit-input-placeholder{color:#aaaaaa;}
.login_input::-moz-placeholder{color:#aaaaaa;}　　
.login_input:-moz-placeholder{color:#aaaaaa; }
.login_input:-ms-input-placeholder{color:#aaaaaa;}




.wb_bg{background:#b1d1e7;padding:0 0 100px 0;}
.wb_nr{background:#fff;margin:0 0 20px 0;border-radius:20px;padding:40px 50px;}
.wb_l{width:400px;float:left;}
.wb_table{width:100%;color:#666666;font-size:16px;line-height:22px;}
.wb_table td{padding:7px 0;}
.wb_table tr td:nth-child(2){color:#333333;}
.wb_r{width:840px;float:right;border-left:dashed 1px #b1d1e7;min-height:200px;padding:0 0 0 50px;}
.wb_r_nr{border-bottom:solid 1px #dedede;padding:25px 0 15px 0;}
.wb_r_t{color:#666666;font-size:16px;line-height:30px;}
.wb_r_t span{color:#333;margin-right:25px;}
.wb_r_title{color:#666666;font-size:16px;padding:10px 0 0 0;line-height:22px;}
.wb_r_title a{color:#92afd3;float:right;font-size:14px;}
.wb_r_title a:hover{color:#346db3;}
.wb_r_text1{color:#346db3;font-weight:bold;}
.wb_r_text2{color:#999999;font-size:16px;padding:15px 0 10px 0;}
.wb_list{height:200px;overflow:hidden;}
.wb_list.down{height:auto;overflow:visible;}


.sh_text{font-size:16px;line-height:36px;margin-top:-20px;}
.cpfw_title{color:#222222;font-size:40px;line-height:1;padding:75px 0;text-align:center;font-weight:bold;}
.cpfw_more{text-align:center;display:block;color:#999999;font-size:16px;margin:140px 0 0 0;}
.cpfw_more:hover{color:#0075c1;}
.cpfw_bot{padding:40px 0 130px 0;}
.shzc{width:330px;height:400px;background:#fff;float:right;margin:0 0 0 15px;padding:0 40px;}
.shzc a:hover .shzc_text{color:#0075c1;}
.shzc_title{color:#222222;font-size:26px;line-height:1;text-align:center;padding:40px 0;font-weight:bold;}
.shzc_title a{color:#999999;float:right;line-height:26px;font-size:14px;font-weight:normal;}
.shzc_title a:hover{color:#0075c1;}
.shzc_pic img{width:100%;height:110px;}
.shzc_text{color:#222222;font-size:15px;line-height:30px;height:120px;overflow:hidden;margin:20px 0 0 0;}
.yyly_bg{width:680px;height:400px;background:#fff;float:left;padding:0 50px 0 30px;}
.yyly_list {padding:0 0 0 20px;}
.yyly_list li{color:#111111;font-size:16px;border-bottom:dashed 1px #d5d5d5;height:40px;line-height:40px;margin:0 0 12px 0;position:relative;}
.yyly_list li::before{width:5px;height:5px;border-radius:50%;background:#0075c1;content:"";position:absolute;left:-20px;top:18px;}
.yyly_list li a{display:block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.yyly_list li a:hover{color:#0075c1;}

