#vsb_content p {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important; text-indent:2em;}
#vsb_content font {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important;}
#vsb_content span {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important;}
#vsb_content_2 p {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important; }
#vsb_content_2 font {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important;}
#vsb_content_2 span {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important;}
#vsb_content table p{text-indent:0em !important; } 
#vsb_content img{display:block;margin:3px auto; max-width:700px;}
#vsb_content_2 table{max-width:100% !important; } 

body{min-width:1300px;}
@charset "UTF-8";
/* sass变量 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
 font-family: '微软雅黑','Microsoft YaHei',sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
  font-style: normal;
 
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

ul,
ol {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #1e5e9b;
}

input::-webkit-input-placeholder {
  font-size: 12px;
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #999;
}

fieldset,
img {
  border: 0;
  vertical-align: middle;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-size: 16px;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb20 {
  margin-bottom: 20px;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.main-list li {
  line-height: 42px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header {
  position: absolute;
  min-height: 200px;
  left: 0;
  top: 0;
  width: 100%;
  padding: 35px 0;
  z-index: 1;
  background: url(../images/header.png) repeat-x;
min-width: 1300px;
}

.header .logo {
  float: left;
}

.search-box {
  text-align: left;
  position: relative;
  vertical-align: middle;
}

.search-box .text {
  border: none;
  background: #fff;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  font-size: 14px;
  width: 205px;
  padding: 7px 10px;
  border: 1px solid #bfbfbf;
}

.search-box .btn {
  position: absolute;
  right: 10px;
  top: 6px;
  vertical-align: middle;
}

.main-nav {
  position: relative;
  float: right;
  width: 885px;
  z-index: 3;
  font-size: 18px;
}

.main-nav li {
  float: left;
  width: 12.5%;
  text-align: center;
  z-index: 10;
  transition: all ease .2s;
}

.main-nav li p a {
  color: #fff;
  display: block;
  text-align: center;
  padding-bottom: 20px;
  line-height: 60px;
}

.main-nav li .dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 99%;
  width: 970px;
  background: #fff;
  text-align: left;
  border-radius: 10px;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
}

.main-nav li .dropdown .r1 {
  padding: 25px;
}

.main-nav li .dropdown .r1 .list {
  margin-right: 300px;
}

.main-nav li .dropdown .r1 .list li {
  width: auto;
  padding-left: 22px;
  margin: 12px 10px;
}

.main-nav li .dropdown .r1 .list li:hover {
background: url(../images/dote.png) left center no-repeat;

  }

.main-nav li .dropdown .r1 .list li:hover a {
  color: #2971b4;
}

.main-nav li .dropdown .r1 .pic {
  float: right;
  width: 220px;
  height: 150px;
  overflow: hidden;
}

.main-nav li .dropdown .r1 .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.main-nav li .dropdown .r1 .pic:hover img {
  transform: scale(1.1);
}

.main-nav li .dropdown .r2 {
  background: #efefef;
  padding: 15px 20px;
}

.main-nav li .dropdown .r2 .search-box {
  float: right;
  margin-top: 17px;
}

.main-nav li .dropdown .r2 .list {
  margin-right: 300px;
  line-height: 36px;
}

.main-nav li .dropdown .r2 .list label {
  float: left;
  background: url(../images/links.png) left center no-repeat;
  padding-left: 35px;
}

.main-nav li .dropdown .r2 .list ul {
  margin-left: 140px;
}

.main-nav li .dropdown .r2 .list ul li {
  width: auto;
  margin-right: 35px;
}

.main-nav li:hover {
  z-index: 11;
}

.main-nav li:hover .dropdown ~ p:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 3px;
  height: 25px;
  background: #fff;
  transition: all ease .2s;

}

.banner {
  min-width: 1200px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  height: 680px;
}

.banner .hd {
  position: absolute;
  bottom: 36px;
  right: 50%;
  margin-right: -600px;
  z-index: 2;
  text-align: center;
}

.banner .hd li {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0 10px;
  font-size: 24px;
  color: #fff;
  text-shadow: 0px 5px 6px rgba(0, 0, 0, 0.8);
}

.banner .hd li.on {
  font-size: 40px;
}

.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 680px;
  overflow: hidden;
}

.banner .bd ul li .pic {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}

.banner .bd ul li .pic img {
  width: 100%;
  height: 100%;
}

.banner .bd ul li .text {
  right: 50%;
  position: absolute;
  margin-right: -600px;
  bottom: 140px;
  font-size: 30px;
  color: #fff;
  text-shadow: 0px 5px 6px rgba(0, 0, 0, 0.8);
}

.banner .sidenav {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 142px;
  color: #fff;
  background: #1e5e9b;
 
}

.banner .sidenav a {
  color: #fff;
}

.banner .sidenav ul {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.banner .sidenav ul li {
  text-align: center;
  line-height: 54px;
  font-size: 14px;
}

.bg1 {
  background: url(../images/bg1.jpg) left center no-repeat;
}

.index-row1 {
  padding: 60px 0 40px;
}

.index-row1 .tit {
  float: left;
  width: 50px;
  height: 445px;
  text-align: center;
  background: url(../images/tit-line.png) center center no-repeat;
  font-size: 30px;
  line-height: 40px;
}

.index-row1 .tit img {
  margin-top: 110px;
  margin-bottom: 22px;
}

.index-row1 .con {
  float: right;
  width: 1110px;
  height: 530px;
  background: url(../images/row1-bg.png) right center no-repeat;
}

.index-row1 .con .c1 {
  float: left;
  width: 590px;
  position: relative;
}

.index-row1 .con .c1 .title {
  font-size: 21px;
  font-family: 'Georgia';
  color: #c9c9c9;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 20px;
}

.index-row1 .con .c1 .pic {
  height: 410px;
  overflow: hidden;
}

.index-row1 .con .c1 .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row1 .con .c1 .pic:hover img {
  transform: scale(1.1);
}

.index-row1 .con .c1 .pic .tips {
  position: absolute;
  background: url(../images/headline.png) no-repeat;
  opacity: .99;
  z-index: 1;
  left: -17px;
  top: 83px;
  width: 126px;
  height: 56px;
  line-height: 56px;
  color: #fff;
  text-align: center;
  padding-bottom: 15px;
  font-size: 22px;
}

.index-row1 .con .c1 .text {
  position: absolute;
  padding: 0 53px;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding-top: 10px;
  height: 73px;
  background: url(../images/opacity1.png) repeat-x;
}

.index-row1 .con .c1 .text h6 {
  font-size: 18px;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row1 .con .c1 .text h6 a {
  color: #fff;
}

.index-row1 .con .c1 .text .info {
  font-size: 14px;
}

.index-row1 .con .c1 .text .info span {
  margin-right: 60px;
}

.index-row1 .con .c1 .text .info img {
  margin-right: 10px;
}

.index-row1 .con .c2 {
  margin-left: 620px;
  padding-top: 60px;
  color: #fff;
}

.index-row1 .con .c2 a {
  color: #fff;
}

.index-row1 .con .c2 .list {
  margin-right: 55px;
}

.index-row1 .con .c2 .list li {
  padding-left: 40px;
  margin-bottom: 40px;
  background: url(../images/dote1.png) 0 15px no-repeat;
}

.index-row1 .con .c2 .list li h6 {
  line-height: 50px;
  font-size: 18px;
}

.index-row1 .con .c2 .list li .desc {
  font-size: 14px;
  line-height: 24px;
}

.index-row1 .con .c2 .list li .info {
  font-size: 14px;
  margin-top: 10px;
}

.index-row1 .con .c2 .list li .info span {
  margin-right: 60px;
}

.index-row1 .con .c2 .list li .info img {
  margin-right: 10px;
}

.index-row1 .con .c2 .btn {
  margin-left: 40px;
  padding-top: 20px;
}

.index-row1 .con .c2 .btn a {
  display: block;
  width: 275px;
  line-height: 52px;
  background: #ff8500;
  font-size: 18px;
  text-align: center;
}

.index-row1 .con .c2 .btn img {
  vertical-align: 4px;
  margin-left: 20px;
}

.index-row2 {
  padding-bottom:35px;
}

.index-row2 .tit {
  text-align: center;
  background: url(../images/tit-line1.png) center center no-repeat;
  font-size: 30px;
  line-height: 50px;
}
.tzggp{
margin-top: 5px;
    font-size: 24px;
    font-family: 'Georgia';
    color: #c9c9c9;
text-align:center;
}
.index-row2 .tit img {
  vertical-align: -4px;
  margin-right: 10px;
}

.index-row2 .slide .hd {
  text-align: center;
}

.index-row2 .slide .hd li {
  display: inline-block;

  margin: 0 4px;
  width: 8px;
  height: 8px;
  background: url(../images/dote2.png) no-repeat center center;
}

.index-row2 .slide .hd li.on {

  width: 41px;
  background: url(../images/dote2-on.png) no-repeat;
}

.index-row2 .slide .bd {
  margin: 30px 0;
}

.index-row2 .slide .bd li {
  float: left;
  width: 33.3%;
}

.index-row2 .slide .bd li ul {
  margin: 0 -40px;
}

.index-row2 .slide .bd li .inner {
  margin: 0 40px;
}

.index-row2 .slide .bd li .date {
  float: left;
  width: 70px;
  height: 72px;
  text-align: center;
  background: url(../images/date1.png) no-repeat;
}

.index-row2 .slide .bd li .date .m {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

.index-row2 .slide .bd li .date .d {
  line-height: 40px;
  font-size: 30px;
  color: #1e5e9b;
}

.index-row2 .slide .bd li .text {
  margin-left: 100px;
}

.index-row2 .slide .bd li .text h6 {
  font-size: 18px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}

.index-row2 .slide .bd li .text .desc {
  margin-top: 10px;
  line-height: 26px;
  height: 72px;
  overflow: hidden;
  font-size: 14px;
  color: #5d5c5c;
}

.index-row3 {
  height: 640px;
  background: url(../images/bg2.jpg) center center no-repeat;
}

.index-row3 .list {
  padding: 40px 0;
}

.index-row3 .list .item {
  float: left;
  width: 50%;
}

.index-row3 .list .item .inner {
  padding: 0 20px;
}

.index-row3 .list .item .tit {
  line-height: 40px;
}

.index-row3 .list .item .tit h6 {
  color: #fff;
  font-size: 30px;
}

.index-row3 .list .item .tit h6 img {
  vertical-align: middle;
  margin-right: 20px;
}

.index-row3 .list .item .tit p {
  margin-top: 5px;
  font-size: 22px;
  font-family: 'Georgia';
  color: #bad3e7;
  margin-bottom: 30px;
}

.index-row3 .list .item .pic {
  position: relative;
  height: 230px;
  overflow: hidden;
}

.index-row3 .list .item .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row3 .list .item .pic:hover img {
  transform: scale(1.1);
}

.index-row3 .list .item .pic a {
  position: absolute;
  left: 165px;
  top: 90px;
  width: 150px;
  line-height: 48px;
  background: #ff8500;
  color: #fff;
  text-align: center;
  z-index: 2;
}

.index-row3 .list .item ul {
  margin-left: 110px;
  margin-top: 30px;
}

.index-row3 .list .item ul li {
  white-space: nowrap;
  line-height: 50px;
}

.index-row3 .list .item ul li a {
  color: #fff;
}

.index-row4 .list {
  padding:45px 0;
}

.index-row4 .list li {
  float: left;
  width: 33.3%;
}

.index-row4 .list li .tit {
  float: left;
  width: 40px;
  height: 346px;
  text-align: center;
  background: url(../images/tit-line2.png) center center no-repeat;
  font-size: 30px;
  line-height: 34px;
}

.index-row4 .list li .tit img {
  margin-top: 85px;
  margin-bottom: 10px;
}

.index-row4 .list li .main {
  margin-left: 70px;
  margin-right: 30px;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.32);
}

.index-row4 .list li .main .pic {
  height: 270px;
  overflow: hidden;
}

.index-row4 .list li .main .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row4 .list li .main .pic:hover img {
  transform: scale(1.1);
}

.index-row4 .list li .main .text {
  font-size: 20px;
  text-align: center;
  line-height: 75px;
}

.index-row5 {
  height: 330px;
  background: url(../images/bg3.jpg) center center no-repeat;
}

.index-row5 .tit {
  text-align: center;
  color: #fff;
  padding:45px 0;
}

.index-row5 .tit img {
  vertical-align: top;
  margin-right: 10px;
}

.index-row5 .tit .text {
  display: inline-block;
}

.index-row5 .tit .text h6 {
  font-size: 30px;
}

.index-row5 .tit .text p {
  margin-top: 5px;
  font-size: 24px;
  font-family: 'Georgia';
  color: #bad3e7;
}

.index-row5 .slide {
  position: relative;
  padding: 0 70px;
}

.index-row5 .slide .prev, .index-row5 .slide .next {
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
}

.index-row5 .slide .prev {
  left: 10px;
  background: url(../images/arr-left.png) center center no-repeat;
}

.index-row5 .slide .next {
  right: 10px;
  background: url(../images/arr-right.png) center center no-repeat;
}

.index-row5 .slide .bd li {
  float: left;
  width: 200px;
  margin: 0 7px;
  text-align: center;
}

.index-row5 .slide .bd li .pic {
  display: table-cell;
  vertical-align: bottom;
  height: 60px;
}

.index-row5 .slide .bd li .text {
  margin-top: 30px;
  color: #fff;
  font-size: 18px;
  opacity: .87;
}

.index-row6 {
  background: url(../images/bg4.jpg) left bottom no-repeat;
  padding: 35px 0;
}

.index-row6 .tit {
  text-align: center;
}

.index-row6 .tit img {
  vertical-align: top;
  margin-right: 10px;
}

.index-row6 .tit .text {
  display: inline-block;
}

.index-row6 .tit .text h6 {
  font-size: 30px;
}

.index-row6 .tit .text p {
  margin-top: 5px;
  font-size: 24px;
  font-family: 'Georgia';
  opacity: .21;
  filter: alpha(opacity=21);
}

.index-row6 .slide .hd {
  text-align: center;
}

.index-row6 .slide .hd li {
  display: inline-block;
  margin: 0 4px;
  width: 8px;
  height: 8px;
  cursor: pointer;
  background: url(../images/dote2.png) no-repeat center center;
}

.index-row6 .slide .hd li.on {
  width: 41px;
  background: url(../images/dote2-on.png) no-repeat;
}

.index-row6 .slide .bd {
  margin: 30px 0;
}

.index-row6 .slide .bd ul {
  margin: 0 -30px;
}

.index-row6 .slide .bd li {
  float: left;
  width: 33.3%;
}

.index-row6 .slide .bd li a {
  position: relative;
  display: block;
  margin: 0 30px;
  height: 480px;
}

.index-row6 .slide .bd li .pic {
  height: 100%;
  overflow: hidden;
}

.index-row6 .slide .bd li .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row6 .slide .bd li .pic:hover img {
  transform: scale(1.1);
}

.index-row6 .slide .bd li .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  text-align: center;
  padding: 0 20px;
  background: url(../images/opacity.png);
  height: 100%;
  font-size: 28px;
  color: #fff;
  display: table;
}

.index-row6 .slide .bd li .text span {
  display: table-cell;
  vertical-align: middle;
}

.footer {
  position: relative;
  color: #fff;
  min-width: 1200px;
  background: url(../images/footer.jpg) top center no-repeat;
}

.footer a {
  color: #fff;
}

.footer .r1 {
  padding: 40px 0 0px;
}

.footer .r1 .tit {
  font-size: 22px;
  font-weight: bold;
}

.footer .r1 .c1 {
  float: left;
  width: 600px;
}

.footer .r1 .c1 .list {
  margin-top: 20px;
  margin-left: 45px;
  line-height: 40px;
}

.footer .r1 .c1 .list a {
  margin-right: 50px;
  white-space: nowrap;
}

.footer .r1 .c2 {
  float: right;
}

.footer .r1 .c2 .list {
  margin-top: 40px;
}

.footer .r1 .c2 .list li {
  float: left;
}

.footer .r1 .c2 .list li img {
  vertical-align: middle;
  margin-right: 24px;
}

.footer .r2 {
  margin-top:43px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  padding: 10px 0;
}

.sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99;
  margin-top: -80px;
}

/*-----------------[二级页面]--------------*/
.inner-banner {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.inner-banner img {
  width: 100%;
  height: 100%;
}
.g-tit-lb1{font-size: 28px;color: #000;text-align: center;line-height: 38px;padding-top: 50px;border-bottom: 1px solid #8c8e90;clear: both;}
.g-tit-lb1 span{display: inline-block;border-bottom:4px solid #064A89;padding-bottom: 14px;margin-bottom: -2px;}
.level-next{height: 65px;width: 100%;text-align: center;}
.level-next dl{display: inline-block;*display: inline;*zoom: 1;margin-top:20px}
.level-next dd a{font-size: 18px;line-height: 26px;padding: 10px 15px;    -ms-transition:0s;
    -moz-transition:0s;
    -webkit-transition:0s;
    -o-transition:0s;
	transition:0s;display: block;}
.level-next dd{display: inline-block;
    border: 1px solid #eee;
    margin: 0px 13px;}
.level-next dd a:hover,.level-next .ok a{background: #3691BF;
    color: #fff;}



/*-----------------[机构设置]--------------*/
.m-partner{
    overflow: hidden;
    background: url(../images/icon04.jpg) 226px 0 repeat-y;
    margin: 49px 0 65px;
    padding-top: 14px;
}
.m-partner .con{overflow: hidden;padding-bottom: 35px;}
.m-partner .col-l{
    width: 234px;
    background: url(../images/icon05.png) 219px 5px no-repeat;
}
.m-partner .col-r{width:925px;margin-right: 23px;}
.m-partner .col-r .txt{
    padding: 15px 0 0;margin-top: 11px;
    border-bottom: 1px solid #f2f2f2;
}
.m-partner h3{
    font-size: 18px;color: #333;font-weight: normal;line-height: 24px;text-align: right;
    padding-right: 64px;
}

.ul-pic1{overflow: hidden;}
.ul-pic1 li{
    display: inline-block;vertical-align: top;
    margin: 0 50px 10px 0;
}
.ul-pic2{}
.ul-pic2 li{
    float: left;width: 16.66%;height: 60px;
    line-height: 60px;
}

.ul-txt3{overflow: hidden;}
.ul-txt3 li{
    float: left;
    margin: 0 50px 12px 0;
    font-size: 14px;color: #333;line-height: 24px;
}
.ul-txt3 li a{
    display: block;color: inherit;
}
.ul-txt3 li a:hover{color:#9a0000;}
.col-r{float:right;}
.col-l{float:left;}


/*
-----------------[新闻详情]--------------*/
.m-txt1{
    font-size: 14px;color: #000;line-height: 2.43;
    padding: 44px 0 82px;
}
.m-txt1 h1{
    font-size: 22px;color: #000;line-height: 40px;text-align: center;
    font-weight: normal;
}
.nrinfo{
    overflow: hidden;
    color: #353535;
    padding: 24px 0 8px;margin-bottom: 46px;
    border-bottom: 1px solid #ddd;
}
.m-txt1 .nrinfo .back{
    display: block;float: right;
    padding-left: 28px;
    color: #353535;
    background: url(../images/icon01.png) left center no-repeat;
}

.m-txt1 p{text-indent: 2em;padding-bottom: 12px;}
.m-txt1 img{
    margin: 0 auto;
}

/*
-----------------[列表]--------------*/

.m-txt2{
    overflow: hidden;
    padding-bottom: 43px;
    border-bottom: 1px solid #dfdfdf;
}
.m-txt2 .g-tit-lb1{margin-bottom: 61px;}
.m-txt2 .pic{
    float: left;width: 421px;height: 229px;
    margin-right: 42px;
    position: relative;
}
.m-txt2 .pic img{
    display: block;width: 100%;height: 100%;
}
.m-txt2 .pic span{
    display: block;
    width: 55px;
    background: #9a0000;
    font-size: 18px;color: #fff;line-height: 43px;text-align: center;
    position: absolute;right: 0;top: 0;z-index: 10;
}
.m-txt2 .txt{
    overflow: hidden;
    font-size: 14px;color: #000;line-height: 26px;
}
.m-txt2 .txt h4{
    font-size: 22px;font-weight: normal;
    padding: 19px 0 23px;
}
.m-txt2 .txt p{overflow: hidden;margin-bottom: 35px;}



.ul-txt1{    padding-bottom: 17px;
    border-top: 1px solid #dfdfdf;
    margin-top: 30px;}
.ul-txt1 li{
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.ul-txt1 li a{
    display: block;
    padding: 25px 0 23px;
    font-size: 14px;color: #000;line-height: 22px;
    border-bottom: 1px solid #dfdfdf;
}

.ul-txt1 li:hover{background: #e9ecf0;}
.ul-txt1 li:hover a{color: #3691BF;}
.ul-txt1 li p{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
}
.ul-txt1 li h4{
    font-size: 20px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}

.ejzh  .list{
margin-bottom:30px;
}
.ejzh .c1 {
  float: left;
  width: 440px;
}

.ejzh .c2 {
  float: right;
  width:440px;
}

.ejzh .list li {
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ejzh .list li .date {
  float: right;
  color: #999;
}

.ejzh .list li a {
    display: block;
    margin-right: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ejzh .main-tit {
  margin-bottom: 16px;
}

.ejzh .main-tit h6 {
    font-size: 25px;
    line-height: 34px;
    border-left: 8px solid #FF8500;
    position: relative;
    color: #10509B;
    padding-left: 12px;
    width: 70%;
}

.ejzh .main-tit h6 img {
  margin-left: 15px;
  vertical-align: middle;
}

.ejzh .main-tit .more {
  float: right;
  text-align: center;
  padding: 0 7px;
  line-height: 40px;
}
 .leftbar {
  float: left;
  width: 250px;
  position: relative;
  background: #ededed;
}

 .leftbar .tit {
  width: 100%;
  height: 93px;
  font-size: 30px;
  color: #fff;
  background: #3691BF;
  background-size: 100% 100%;
  overflow: hidden;
  bottom: 100%;
}

.leftbar .tit h6 {
  margin-top: 20px;
  padding: 0 35px;
}

 .leftbar .tit .line {
  margin-left: 35px;
  width: 30px;
  height: 2px;
  margin-top: 15px;
  background: #fff;
}

.leftbar .list {
  padding-left: 21px;
  padding-bottom: 40px;
}

.leftbar .list li {
  font-size: 18px;
  line-height: 66px;
}

.leftbar .list li a {
  padding-left: 45px;
  display: block;
font-size:18px;
}
.leftbar .list .on{
  background:#fff;

}
.leftbar .list .on a{

color:#FF8500;
}

.right-con {
  float: right;
  width: 910px;
}

.index-row0 ul li {
    float: left;
    padding-right: 1%;
    width: 24.25%;
    margin: 20px 0;
}

.index-row0 ul li img {width: 100%;}

.index-row0 ul li:last-child {
    padding-right: 0;
}