@charset "utf-8";
/* sass变量 */
body{min-width: 1300px;}
*html {
  background-image: url(about:blank);
  background-attachment: fixed;
}

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-size: 16px;
  font-family: '微软雅黑';
}

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;
  font-weight: 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: #666;
}

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: bottom;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  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;
}

.main-tit {
  line-height: 40px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.main-tit h6 {
  font-weight: bold;
  font-size: 20px;
}

.main-tit h6 img {
  margin-right: 5px;
}

.main-tit .more {
  float: right;
  color: #999;
  font-size: 16px;
}

.main-tit .more img {
  vertical-align: middle;
}

.main-list li {
  line-height: 36px;
  border-bottom: 1px dotted #ddd;
}

.main-list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-list li .date {
  float: right;
  margin-left: 20px;
  opacity: .5;
  filter: alpha(opacity=50);
}

.header {
  color: #fff;
  background: url(../images/header-bg.jpg) top center no-repeat #036ad3;
}

.header a {
  color: #fff;
}

.header .topbar {
  position: relative;
  line-height: 26px;
  padding: 10px 0;
}

.header .topbar:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: url(../images/opacity.png);
  width: 100%;
}

.header .topbar .c1 {
  float: left;
  opacity: .5;
  filter: alpha(opacity=50);
}

.header .topbar .c1 a {
  margin: 0 10px;
}

.header .topbar .c2 {
  float: right;
}

.header .topbar .c2 .icon {
  display: inline-block;
  position: relative;
  position: relative;
}

.header .topbar .c2 .icon .qr {
  display: none;
  margin-top: 10px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -50px;
}

.header .topbar .c2 .icon:hover .qr {
  display: block;
}

.header .con {
  padding: 20px 0;
}

.header .con .wrap {
  background: url(../images/header-pic.png) right center no-repeat;
}

.header .con .logo {
  float: left;
}

.search-box {
  float: right;
  margin-left: 20px;
  width: 200px;
  background: url(../images/search-bg.png) center center no-repeat;
}

.search-box .text {
  border: none;
  background: none;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  width: 140px;
  padding: 2px 10px;
  margin-left: 10px;
}

.search-box .btn {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.main-nav {
  position: relative;
  z-index: 3;
  line-height: 56px;
  background: #FFFFFF;
}

.main-nav li {
  position: relative;
  float: left;
  width: 99px;
  text-align: center;
  z-index: 10;
  font-size: 18px;
}

.main-nav li a {
  display: block;
  text-align: center;
}

.main-nav li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  overflow: hidden;
  width: 145%;
  left: 0;
  top: 99%;
  padding-top: 0px;
  overflow: hidden;
}

.main-nav li .dropdown ul {
  position: relative;
}

.main-nav li .dropdown ul::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #1872b0;
}

.main-nav li .dropdown li {
  float: none;
  width: 108px;
  padding: 0;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  font-size: 14px;
  background: #1872b0;
  position: relative;
}

.main-nav li .dropdown li:after {
  content: '';
  position: absolute;
  width: 80%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  bottom: 50%;
  left: -100%;
  transition-delay: all 0.5s;
  transition: all 0.5s;
}

.main-nav li .dropdown li:hover:after,
.main-nav li .dropdown li.hover:after {
  left: 100%;
}

.main-nav li .dropdown li .text {
  text-shadow: 0px -40px 0px white;
  transition: all 0.75s;
  transform: translateY(100%) translateZ(0);
  transition-delay: all 0.25s;
}

.main-nav li .dropdown li:hover .text,
.main-nav li .dropdown li.hover .text {
  text-shadow: 0px -40px 0px rgba(255, 255, 255, 0);
  transform: translateY(0%) translateZ(0) scale(1.1);
  font-weight: 600;
}

.main-nav li:hover, .main-nav li .on {
  background: #1872b0;
}

.main-nav li:hover a, .main-nav li .on a {
  color: #fff;
}

.main-nav li:hover .dropdown, .main-nav li .on .dropdown {
  display: block;
}

.main-nav li:hover .dropdown li a, .main-nav li .on .dropdown li a {
  color: #fff;
  display: block;
  transition: all ease .3s;
}

.banner {
  position: relative;
  min-width: 1200px;
}

.banner .prev, .banner .next {
  position: absolute;
  z-index: 2;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  margin-top: -45px;
}

.banner .prev {
  margin-left: -600px;
  background: url(../images/prev.png) center center no-repeat;
}

.banner .next {
  margin-left: 500px;
  background: url(../images/next.png) center center no-repeat;
}

.banner .hd {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
}

.banner .hd li {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../images/dote.png) no-repeat;
}

.banner .hd li.on {
  background: url(../images/dote-on.png) no-repeat;
}

.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 500px;
  overflow: hidden;
}

.banner .bd ul li .pic {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 500px;
}

.banner .bd ul li .pic img {
  width: 100%;
  height: 100%;
}

.index-row1 {
 padding:50px 0;
}

.index-row1 .c1 {
  float: left;
  width: 740px;
}

.index-row1 .c1 .slide {
  position: relative;
  float: left;
  width: 360px;
  margin-top: 15px;
}

.index-row1 .c1 .slide .hd {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  text-align: right;
}

.index-row1 .c1 .slide .hd li {
  display: inline-block;
  width: 12px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  margin: 0 3px;
  color: #fff;
  background-color: #1872b0;
  border-radius: 2px;
}

.index-row1 .c1 .slide .hd li.on {
  background-color: #d11e26;
}

.index-row1 .c1 .slide .bd li {
  position: relative;
}

.index-row1 .c1 .slide .bd li .pic {
  height: 240px;
}

.index-row1 .c1 .slide .bd li .pic img {
  width: 100%;
  height: 100%;
}

.index-row1 .c1 .main-list {
  float: right;
  width: 360px;
}

.index-row1 .c2 {
  float: right;
  width: 430px;
}

.index-row1 .c2 .main-list li {
  padding-left: 30px;
  background: url(../images/icon1.png) left center no-repeat;
}

.index-row2 {
  padding: 50px 0;
}


.index-row2 .c1 {
  float: left;
  width: 740px;
}

.index-row2 .c1 .slide .hd {
  text-align: right;
}

.index-row2 .c1 .slide .hd li {
  display: inline-block;
  width: 40px;
  height: 10px;
  cursor: pointer;
  background: url(../images/dote1.png) no-repeat center center;
}

.index-row2 .c1 .slide .hd li.on {
  background: url(../images/dote1-on.png) no-repeat center center;
}

.index-row2 .c1 .slide .bd .item dl {
  margin: 20px 0;
  background: #f8f8f8;
}

.index-row2 .c1 .slide .bd .item dl dt {
  float: left;
  width: 210px;
  height: 140px;
}

.index-row2 .c1 .slide .bd .item dl dt img {
  width: 100%;
  height: 100%;
}

.index-row2 .c1 .slide .bd .item dl dd {
  margin-left: 240px;
  padding: 10px 0;
}

.index-row2 .c1 .slide .bd .item dl dd h6 {
  line-height: 30px;
  margin: 5px 0 10px;
}

.index-row2 .c1 .slide .bd .item dl dd .desc {
  line-height: 30px;
  color: #666;
  font-size: 14px;
  height: 60px;
  overflow: hidden;
}

.index-row2 .c2 {
  float: right;
  width: 430px;
}

.index-row2 .c2 .list dl {
  margin-bottom: 15px;
}

.index-row2 .c2 .list dl dt {
  float: left;
  width: 68px;
  height: 58px;
  text-align: center;
  border:1px solid #CCCCCC;
  border-radius: 5px;
}

.index-row2 .c2 .list dl dt .y {
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  background-color: #1872B0;
}

.index-row2 .c2 .list dl dt .d {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}

.index-row2 .c2 .list dl dd {
  margin-left: 85px;
}

.index-row3 {
  background: url(../images/bg_p.jpg) center no-repeat;
  padding: 50px 0;
}

.index-row3 .main-tit {
  border: none;
  margin: 0;
}

.index-row3 .list dl {
  padding: 5px 0;
  line-height: 42px;
  border-bottom: 1px dotted #ddd;
}

.index-row3 .list dt {
  float: left;
  width: 130px;
  font-weight: bold;
}

.index-row3 .list dt .line {
  width: 32px;
  height: 3px;
  background: #036ad3;
}

.index-row3 .list dd {
  margin-left: 145px;
}

.index-row3 .list dd a {
  display: inline-block;
  margin-right: 30px;
}

.zUIpanelScrollBox,
.zUIpanelScrollBar {
  width: 5px;
  top: 4px;
  right: 2px;
  border-radius: 2px;
}

.zUIpanelScrollBox {
  background: black;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

.zUIpanelScrollBar {
  background: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.footer {
  background: url(../images/f-bg.jpg) #0055b0 center center no-repeat;
  color: #fff;
}

.footer .t {
  padding: 30px 0;
}

.footer .t .c1 {
  float: left;
  margin-top: 20px;
}

.footer .t .c2 {
  float: right;
  text-align: right;
  line-height: 42px;
}

.footer .copyright {
  padding: 12px 0;
  text-align: center;
  position: relative;
}

.footer .copyright:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  background: url(../images/opacity.png);
  width: 100%;
}

.footer .copyright a {
  color: #ffc000;
}

.footer .copyright span {
  margin: 0 15px;
}

.inner-banner {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.inner-banner img {
  position: absolute;
  width: 1920px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
.yj{background: #036ad3;
    color: #fff;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;}
.leftbar {
  float: left;
  width: 215px;
  padding: 25px 0;
  top: 0;
}

.leftbar .list li {
  line-height: 50px;
  margin-top: 1px;
  background: #e7e7e7;
}

.leftbar .list li a {
  font-size: 15px;
  padding-left: 20px;
  margin-right: 10px;
  display: block;
  color: #666;
  background: url(../images/ap.png) right center no-repeat;
}

.leftbar .list .on, .leftbar .list li:hover {
  background: #036ad3;
}

.leftbar .list .on a, .leftbar .list li:hover a {
  color: #fff;
  background: url(../images/ab.png) right center no-repeat;
}

.right-con {
  float: right;
  width: 960px;
  padding: 20px 0;
}

.right-con .inner-tit {
  line-height: 50px;
  color: #036ad3;
  font-size: 20px;
  border-bottom: 2px solid #e7e7e7;
  margin-bottom: 10px;
}

.right-con .inner-tit h6 {
  float: left;
  position: relative;
  bottom: -2px;
  border-bottom: 3px solid #036ad3;
  padding: 0 5px;
}

.right-con .inner-tit .bread {
  float: right;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  color: #333;
}

.right-con .inner-tit .bread a {
  color: #333;
}

.right-con .inner-tit .bread span {
  margin: 0 5px;
}

.right-con.block {
  width: 100%;
  float: none;
}

.right-con .main-text-list li {
  position: relative;
  padding: 2px 10px;
  border-bottom: 1px dotted #ddd;
  line-height: 40px;
}

.right-con .main-text-list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
  font-size: 15px;
}

.right-con .main-text-list li .date {
  float: right;
  font-size: 14px;
  color: #9e9e9e;
}

.right-con .main-text-list li.line {
  height: 0;
  line-height: 0;
  border-top: 1px dotted #ddd;
  margin: 5px 0;
}

.right-con .main-pic-list {
  margin: 20px 0;
}

.right-con .main-pic-list li {
  float: left;
  width: 33%;
  margin: 20px 0;
}

.right-con .main-pic-list li a {
  display: block;
  margin: 0 15px;
}

.right-con .main-pic-list li a .pic {
  text-align: center;
}

.right-con .main-pic-list li a .pic img {
  width: 100%;
  height: 195px;
}

.right-con .main-pic-list li a .text {
  margin-top: 15px;
  font-size: 12px;
  line-height: 24px;
}

.right-con .navigation {
  text-align: center;
  margin: 30px 0;
}

.right-con .navigation a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 26px;
  margin: 0 5px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  background: #036ad3;
}

.detail .tit {
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  padding-top: 20px;    font-size: 21px;
}

.detail .infor {
  text-align: center;
  font-size: 14px;
  min-height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #999;
}

.detail .infor span {
  margin: 0 10px;
}

.detail .content {
  line-height: 34px;
  font-size: 15px;
  padding-bottom: 20px;
  margin: 0 auto;
  color: #666;
}

.detail .content img {
  margin: 10px 0;
  max-width: 100%;
}

.detail .content p {
  text-indent: 2em;
  margin: 10px 0;
}

.copyright p{display:inline-block;}
<!-----机构列表样式--->
.right-con .table {
  border: 1px solid #ddd;
  width: 100%;
  margin-bottom: 20px;
}

.right-con .table .td, .right-con .table .th {
  line-height: 55px;
  border: 0px;
  padding: 0 10px;
  font-size: 14px;
  color: #666;
}
.right-con .table .td{
width: 288px;    height: 55px;
    display: inline-block;
    float: left;
}
.right-con .table .th {
  background: #f1f1f1;
  text-align: left;
  font-weight: bold;
}


/* 首页·修改·新增·样式*/
/*公共部分 */
.tln{border-bottom: none; padding-bottom: 0px;}
.main-tit h2{font-size: 24px; color: #1872b0; font-weight: 600;}
.main-tit h2 i{color: #bcb6b6; font-size: 18px; line-height: 30px; font-style: normal; padding-left: 10px;}

/* 首页·内容一 */
.index-row1{padding: 50px 0; background-color: #f4f2f2;}
.index-row1 .c1 .bd .newstitle{position: absolute; bottom: 0; height: 40px; background-color: #000000; width: 100%;}
.index-row1 .c1 .bd .newstitle a{line-height: 40px; color: #FFFFFF; font-size: 14px; padding-left: 10px;}

/* 首页·内容二 */
.index-row4{padding: 50px 0;}
.index-row4  ul{width: 580px; float: left;}
.index-row4  ul li{width: 550px; float: left; height: 36px; line-height: 36px; padding-left: 30px; background: url(../images/icon1.png) left center no-repeat;}
.index-row4  ul li span{color: #999; display: inline-block;  float: right;}
.index-row4 .parbox{width: 580px; float: left;}
.index-row4 .coobox{width: 580px; float: right;}

/* 首页·内容三 */
.index-row3 .notbox{width: 1200px; float: left;}
.index-row3 .notbox .party-l{width: 224px; height: 180px; background-color: #FFFFFF; margin-top: 20px; float: left; overflow: hidden; border-radius: 2px;}
.index-row3 .notbox .party-r{width: 224px; height: 180px; background-color: #FFFFFF; margin-top: 20px; float: left; margin-left: 20px; overflow: hidden; border-radius: 2px;}
.index-row3 .notbox .party-pic {width: 100%; height: 140px;	transition: transform .3s ease .1s; -webkit-transition: transform .3s ease .1s; -moz-transition: transform .3s ease .1s; -ms-transition: transform .3s ease .1s;	-o-transition: transform .3s ease .1s;}
.index-row3 .notbox .party-pic:hover {-webkit-transform: perspective(100px) scale(1.1, 1.1); -moz-transform: perspective(100px) scale(1.1, 1.1);}
.index-row3 .notbox h2{width: 100%; height: 40px; float:left; line-height: 40px; text-align: center;}

/* 首页·内容四 */
.index-row2 .mr{margin-right: 20px;}
.index-row2 .medpart1{width: 740px; float: left; border-bottom: 1px solid #ccc;}
.index-row2 .medpart1 ul li{width: 360px; float: left; padding-bottom: 11px;}
.index-row2 .medpart1 .medpic{width: 360px; height: 220px; float: left; padding-bottom: 5px;}
.index-row2 .medpart1 h1{width: 360px; height: 40px; float: left; line-height: 40px; font-weight: bold;}
.index-row2 .medpart1 span{width:360px; height:20px; float:left; color: #999; font-size: 14px; line-height: 20px;}
.index-row2 .medpart2{width: 740px; float: left;}
.index-row2 .medpart2 ul li{width: 360px; height: 24px; float: left; line-height: 24px; margin-top: 15px;}
.index-row2 .medpart2 .time{color: #999; display: inline-block; margin-right: 10px; border: 1px solid #1872B0; border-radius: 3px; float: left; font-size: 14px;}
.index-row2 .medpart2 .timeMon{color: #999;  background-color: #1872B0; color: #FFFFFF; padding: 0 5px; float: left;}
.index-row2 .medpart2 .timeDay{color: #999;  padding: 0 5px; float: left;}
.index-row2 .medpart2 .medtit{float: left; font-size: 15px; padding-left: 25px; background: url(../images/icon1.png) left center no-repeat;}
.index-row2 .notibox{width: 100%;}
.index-row2 .notibox ul li{width: 100%; height: 24px; float: left; line-height: 24px; margin-bottom: 15px;}
.index-row2 .notibox .notiTime{color: #999; display: inline-block; margin-right: 10px; border: 1px solid #1872B0; border-radius: 3px; float: left; font-size: 14px;}
.index-row2 .notibox .notiMon{color: #999;  background-color: #1872B0; color: #FFFFFF; padding: 0 5px; float: left;}
.index-row2 .notibox .notiDay{color: #999;  padding: 0 5px; float: left;}
.index-row2 .notibox h1{float: left; font-size: 15px; padding-left: 25px; background: url(../images/icon1.png) left center no-repeat; font-weight: normal;}

/* 首页·内容五 */
.index-row5{padding: 50px 0; margin: 0 auto; background-color: #f4f2f2;} 
.index-row5 .appbox{width: 100%; float: left;}
.index-row5 .appbox .applist{width: 1200px; float: left;}
.index-row5 .appbox ul li{width: 185px; height: 140px; float: left; margin-top: 20px;}
.index-row5 .appbox .apl{margin-left: 18px;}
.index-row5 .appbox .ca_oth_iw {position: relative; background-color: #1872b0; overflow: hidden; height: 140px; border-radius: 3px;			    }
.index-row5 .appbox .ca_oth_im {position: relative; z-index: 3;}
.index-row5 .appbox .ca_oth_ico {width: 48px; margin: 15px auto;}
.index-row5 .appbox .ca_oth_ico img {width: 100%;}
.index-row5 .appbox .ca_oth_p1 p {font-size: 15px; line-height: 22px; color: #fff; text-align: center; padding:0 15px;}
.index-row5 .appbox .ca_oth_img {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 2;}
.index-row5 .appbox .ca_oth_img img {width: 100%; opacity: 0.26; transition: 0.36s all;}

/* 首页·内容六 */
.index-row6{padding: 50px 0; margin: 0 auto;}
.index-row6 .spebox{width: 100%; float: left;}
.index-row6 .spebox .spelist{width: 1200px; float: left;}
.index-row6 .spebox .spelist ul li{width: 224px; height: 100px; float: left; margin-top: 10px;}
.index-row6 .spebox .spelist .sml{margin-left: 20px;}

/* 首页·底部*/
.footer .fotbox{padding: 30px 0 15px 0;}
.footer .fotbox .fotpub{font-size: 15px; color: #fff; opacity: 0.7;}
.footer .fotbox ul li{width: 50%; line-height: 30px; float: left;}
.footer .fotbox .fotpart1{width: 680px; float: left;}
.footer .fotbox .fotpart1 .fotlogo{width: 680px; height: 70px; float: left;}
.footer .fotbox .fotpart1 .fotcont{width: 680px; float: left; margin-top: 15px;}
.footer .fotbox .fotpart2{width: 380px; float: right; text-align: right;}
.footer .copyright .copbox{width: 1200px; margin: 0 auto;}
.footer .copyright .copbox .copRes{color: #fff; font-size: 15px; opacity: 0.54; display: inline-block; margin-right: 18px; float: left; margin-left: 0px;}
.footer .copyright .copbox .copinl{float: right; font-size: 15px; opacity: 0.54; margin-right: 0; text-align: right;}