.main-container {
    padding-top: 25px;
	padding-bottom: 40px;
    background-color: #fff;
}
/*首页头部*/
.head-container {
    width: 100%;
    height: 335px;
    position: relative;
}
.head {
    position: relative;
    width: 100%;
    height: 335px;
}
.head img {
    width: 100%;
    height:  100%;
}
.head-text {
    position: absolute;
    top: 40px;
    left: 50%;
    width:975px;
    height: 175px;
    background: url(/nmyc/images/index/logo.png) center no-repeat;
    background-size: 100% 100%;
    margin-left: -490px;
}
/*搜索框 样式*/
.search-box {
    position: absolute;
    left: 50%;
    bottom: 12%;
    width: 620px;
    height: 50px;
    line-height: 50px;
    margin-left: -310px;
}

.search-box input#searchWord {
    float: left;
    width: 92%;
    height: 100%;
    padding: 10px 0;
    padding-left: 40px;
    border: none;
    border-radius: 4px 0 0 4px;
    font-size: 15px;
    color: #888;
    box-sizing: border-box;
    opacity: .9;
}
.search-icon {
    position: absolute;
    border: none;
    display: inline-block;
    float: right;
    width: 51px;
    height: 100%;
    margin-left: -4px;
    background: #1e6aae;
    border-radius: 0 4px 4px 0;
    background-image:  url(/nmyc/images/index/search.png);
    background-position: center;
    background-repeat: no-repeat;
}
.search-icon  {
    vertical-align: middle;
    text-align: center;
}
.search-icon img {
    margin-top: 15px;
}
.til-tips {
    position: absolute;
    top: 0px;
    /*left: 1%;*/
    width: 100%;
	height: 35px;
    line-height: 35px;
    padding: 0 15px;
	background-color: rgba(151,151,151,.5);
	    box-sizing: border-box;
}
.date-box {
    float: left;
    /*color: #6b6e6f;*/
    font-size: 14px;
}
.head-title {
    float: right;
    font-size: 14px;
	margin-right: 30px;
}
.head-title a{color: #000;}
.no-somke {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('/nmyc/images/index/smook.png') center no-repeat;
    vertical-align: middle;
}
/* nav样式 */
.navBar {
    overflow: hidden;
}
.banner-nav {
    width: 100%;
    background-color: #1a5284;
}
.navBar {
    width: 1200px;
    height: 100%;
    margin: 0 auto;

}
.navBar li {
    float: left;
    width: 20%;
    text-align: center;
}
.navBar li a::after {
    content: '';
    display: inline-block;
    float: right;
    height: 20px;
    margin: 20px 0;
    border-right: 1px solid #4776a0;
}
.navBar .hdjl a::after {
    border: none;
}
.navBar li a img{
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 15px;
}
.navBar li a {
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.navBar li a:focus,
.navBar li a:hover {
    text-decoration: none;
}
.navBar li:hover,
.navBar li.active {
    background-color: #154977;
}
/*内容区域样式*/
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.head-bar h3 {
    width: 75%;
    margin: 0 auto;
	text-align: center;
}
.head-bar h3 a{
    line-height: 40px;
    font-size: 30px;
    font-weight: 700;
    color: #1A5284;
}
.head-bar p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    color: #8AA6BF;
    text-align: center;
}
.head-bar p a{
    font-size: 18px;
    font-weight: 400;
    color: #8AA6BF;
}
/*轮播图与新闻*/
.news-body {
    margin-top: 30px;
}
.swiper-slide {
    position: relative;
}
.swiper-img.swiper-container {
    float: left;
    width: 46.4%;
    height: 380px;
    margin-right: 25px;
}
.swiper-slide .img {
    height: 330px;
}
.swiper-img img {
    width: 100%;
    height: 100%;
}
.title-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    background-color: #f5f5f5;
}
.title-bottom a {
    display: inline-block;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #383838;
    font-size: 20px;
    font-weight: 700;
}
.swiper-pagination {
    position: absolute;
    z-index: 20;
    bottom: 70px;
    right: 15px;
    width: 100%;
    text-align: right;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 5px;
    opacity: 0.46;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}
.swiper-active-switch {
    opacity: 1;
}
.swiper-img .arrow-left,
.swiper-img .arrow-right {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 37px;
    background: url(/nmyc/images/index/arrow_left.png) center no-repeat;
    top: 50%;
    margin-top: -40px;
    z-index: 22;
    opacity: 0;
    background-size: 100%;
}
.swiper-img .arrow-right {
    background: url(/nmyc/images/index/arrow_right.png) center no-repeat;
    right: 0;
}
.swiper-img:hover .arrow-left,
.swiper-img:hover .arrow-right {
    opacity: 1;
}
.news {
    float: left;
    width: 615px;
}
.news .hd li {
    float: left;
    position: relative;
    margin-left: 25px;
    margin-bottom: 22px;
    padding-top: 10px;
}
.news .hd li:first-child {
    margin-left: 0;
}
.news .hd li a {
    display: inline-block;
    padding-bottom: 18px;
    font-size: 22px;
    font-weight: 700;
    color: #383838;
}
.news .hd li.on a {
    color: #1A5284;
    border-bottom: 3px solid #DFE2E6;
}
.news .hd li.on a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 3px;
    background-color: #1A5284;
}
.news-list li{
    height: 40px;
    line-height: 40px;
    padding: 10px 0 0 0;
}
.news-list li img {
    vertical-align: middle;
    margin-top: -30px;
}
.item .more a {
    display: none;
    width: 80%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 5px auto;
    border-radius: 8px;
    background: #F0F0F0;
    color: #000;
}
/*通知公共样式*/
.notice {
    width: 100%;
    height: 73px;
    line-height: 73px;
    margin-top: 35px;
    background: #F5F5F5 url(/nmyc/images/index/notice_b.png) left center no-repeat;
}
.notice-til {
    float: left;
}
.notice-til a{
    margin-left: 55px;
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 24px;
    font-weight: 700;
    color: #383838;
    background: url(/nmyc/images/index/icon_tz.png) bottom no-repeat;
}
.notice-swiper.swiper-container {
    float: left;
    width: 82%;
    height: 100%;
    line-height: 73px;
    margin-left: 32px;
}
.notice-swiper a {
    display: inline-block;
    line-height: 73px;
    color: #000;
    width:75%;
    font-size: 16px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.notice-swiper .span-last-swiper {
    float: right;
    padding-right: 15px;
    color: #a6a6a6;
}
/*政务公开*/
.section-zwgk {
    margin-top: 50px;
    margin-bottom: 45px;
    padding-bottom: 53px;
    background-color: #f5f5f5;
}
.zwgk-til {
    padding: 24px 0;
}
.zwgk-til a {
    font-size: 32px;
    font-weight: 700;
    color: #1A5284;
}
.zwgk-til span {
    display: inline-block;
    position: relative;
    width: 88%;
    height: 1px;
    margin-left: 10px;
    background-color: #ebebeb;
    vertical-align: middle;
    margin-top: -5px;
}
.zwgk-til span i {
    display: inline-block;
    position: absolute;
    top: -5px;
    width: 10px;
    height: 10px;
    background-color: #4691A7;
}
.zwgk-item {
    float: left;
    width: 344px;
	height: 438px;
    padding: 20px;
    background-color: #fff;
    margin-left: 25px;
}
.zwgk-item:first-child {
    width: 382px;
    padding: 0;
    margin-left: 0;
    background-color: transparent;
}
.info-con {
    background-color: #fff;
    padding: 20px;
}
.xxgk {
    border-bottom: 1px solid #ebebeb;
}
.xxgk li {
    float: left;
    width: 47%;
    text-align: center;
    padding: 18px 0;
    margin-right: 14px;
    margin-bottom: 14px;
    background-color: #EDF7FA;
}
.xxgk li:nth-child(2n) {
    margin-right:0;
}
.xxgk li a {
    font-size: 18px;
    font-weight: 400;
    color: #333;
}
.xxgk li a img {
	width: 41px;
	height: 37px;
}
.xxgk li a span {
    display: block;
    margin-top: 12px;
}
.info {
    padding-top: 15px;
}
.info li {
    float: left;
    width: 50%;
    margin-bottom: 25px;
}
.info li:nth-child(3),
.info li:nth-child(4) {
    margin-bottom: 0;
}
.info li img {
	width: 24px;
	height: 24px;
    margin-right: 19px;
    vertical-align: middle;
    margin-top: -3px;
}
.info li a {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.web-report img {
    height: 73px;
    margin-top: 15px;
}
.zwgk-item .hd li {
    float: left;
    position: relative;
    margin-left: 25px;
    margin-bottom: 10px;
    padding-top: 10px;
}
.zwgk-item .hd li:first-child {
    margin-left: 0;
}
.zwgk-item .hd li a {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #383838;
}
.zwgk-item .hd li.on a {
    color: #1A5284;
    border-bottom: 3px solid #DFE2E6;
}
.zwgk-item .hd li.on a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 3px;
    background-color: #1A5284;
}
.zwgk-item .news-list li {
    height: auto;
    line-height: 25px;
    margin-top: 32px;
    padding: 0;
}
.zwgk-item .news-list li:first-child {
    margin-top: 0;
}
.zwgk-item  .news-list li img {
    float: left;
    margin-top: 10px;
    margin-right: 5px;
}
.zwgk-item .news-list li a {
    float: left;
    width: 95%;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
}
/*图片外联*/
.link-swiper {
    height: 110px;
    margin: 44px 0;
}
.link-swiper img {
    width: 100%;
    height: 100%;
}
.link-swiper .swiper-pagination {
    bottom: 5px;
}
.ztzl_img{
	position: relative;
	margin-bottom:20px;
}
.ztzl_img .swiper-container {
    width: 100%;
    height: 200px;
}
.ztzl_img a{
	display:block;
    width: 95%;
    height: 100%;
	margin-bottom:25px;
    margin: auto;
}
.ztzl_img  img{
	width:100%;
	height:100%;
}
.ztzl_img .arrow-left,
.ztzl_img .arrow-right {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 37px;
    background: url(/nmyc/images/index/arrow_left.png) center no-repeat;
    top: 50%;
    margin-top: -20px;
    z-index: 22;
    opacity: 0;
    background-size: 100%;
}
.ztzl_img .arrow-right {
    background: url(/nmyc/images/index/arrow_right.png) center no-repeat;
    right: 0;
}
.ztzl_img:hover .arrow-left,
.ztzl_img:hover .arrow-right {
    opacity: 1;
}
/*办事服务*/
.bsfw .hd {
    width: 217px;
    height: 300px;
    padding-top: 20px;
    border-radius: 4px 0px 0px 4px;
    background: linear-gradient(90deg, rgba(77, 133, 179, 1) 0.18%, rgba(76, 153, 176, 1) 100%);
}
.bsfw .hd li {
    height: 66px;
    line-height: 66px;
    padding-left: 20px;
    text-align: center;
}
.bsfw .hd li a {
    font-size: 22px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.67);
}
.bsfw .hd li.on a{
    display: inline-block;
    width: 188px;
    color: #fff;
    border-radius: 4px 0px 0px 4px;
    background: linear-gradient(90deg, rgba(26, 82, 132, 0.52) 0%, rgba(26, 82, 132, 0) 100%);
}
.bsfw .bd {
    width: 580px;
}
.bsfw .news-list {
    position: relative;
    padding: 9px 9px 9px 30px;
    border-radius: 4px;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-image: linear-gradient(rgba(80, 181, 173, 1),rgba(76, 153, 176, 1)) 30 30;
}
.bsfw .news-list li img {
    margin-right: 5px;
}
.bsfw .check-more {
    display: none;
    position: absolute;
    right: 10px;
    top: -15px;
}
.link-pt li a {
    display: inline-block;
    width: 340px;
    height: 90px;
    line-height: 90px;
    padding-left: 44px;
    font-size: 24px;
    font-weight: 700;
}
.link-pt {
    margin-left: 19px;
}
.link-pt .yczw a {
    background: url(/nmyc/images/index/icon_ycfw.png) center no-repeat;
	background-size: 100% 100%;
    margin-bottom: 24px;
    color: #1A5284;
}
.link-pt .nmzw a {
    background: url(/nmyc/images/index/icon_zwfw.png) center no-repeat;
	background-size: 100% 100%;
    color: #2F88A3;
    margin-bottom: 24px;
}
.link-pt .name-search a {
    background: url(/nmyc/images/index/icon_qcc.png) center no-repeat;
    background-size: 100% 100%;
    color: #2F88A3;
    margin-bottom: 24px;
}
.path-list {
    height: 148px;
    margin-top: 35px;
    margin-bottom: 50px;
    background: #FCFCFC;
    box-shadow: 0px 2px 24px  rgba(90, 162, 224, 0.25);
}
.ygzw-item{
    
									display: inline-block;
									margin-left: 50px;
									width: 109px;
									background-size: 100%;
									background: url(https://zjyc.tobacco.gov.cn/images/40/ygzw4.png) no-repeat;
									height: 118px;
									text-align: center;
									margin-top: 16px;
}
.ygzw-item a{
    padding-top: 65px;
									width: 97px;font-size: 15px;
									color: #ffffff;
									display: inline-block;
									width: 109px;
									height: 118px;
}
.path-list li {
    float: left;
    width: 16%;
    padding-top: 25px;
    text-align: center;
}
.path-list li a {
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.path-list li img {
	width: 49px;
	height: 53px;
}
.path-list li a span {
    display: block;
    margin-top: 5px;
}
/*互动交流*/
.hdjl li {
    float: left;
    width: 384px;
    height: 144px;
    line-height: 144px;
    margin-right: 22px;
    margin-bottom: 20px;
    transition: all .3s ease-in-out 0s;
	cursor: pointer;
}
.hdjl li.wd,.hdjl li.zn {
    margin-right: 0;
}
.hdjl .jzxx {
    background: url(/nmyc/images/index/icon_jzxx.png) center no-repeat;
    background-size: 100%;
}
.hdjl .zx {
    background: url(/nmyc/images/index/icon_zx.png) center no-repeat;
    background-size: 100%;
}
.hdjl .wd {
    background: url(/nmyc/images/index/icon_wd.png) center no-repeat;
    background-size: 100%;
}
.hdjl .xqdc {
    background: url(/nmyc/images/index/icon_xqdc.png) center no-repeat;
    background-size: 100%;
}
.hdjl .tsjb {
    background: url(/nmyc/images/index/ycscjgfwrx01.png) center no-repeat;
    background-size: 100%;
}
.hdjl .zn {
    background: url(/nmyc/images/index/icon_znwd.png) center no-repeat;
    background-size: 100%;
}
.hdjl li a {
	display: inline-block;
	/*width: 100%;
	height: 100%;*/
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    padding-left: 57px;
   /* margin-left: 18px;
    padding: 57px 10px;*/
}
.hdjl .xqdc a {
   /* padding: 47px 10px;*/
}
/*直属单位*/
.unit,.link {
	background-color: #f5f5f5;
}
.link{
	padding: 25px 0;
}
.unit{
	padding-top: 25px;
    /*border-top: 1px solid #a6a6a6;*/
}
.unit span {
    display: inline-block;
    float: left;
    width: 60px;
    height: 56px;
    line-height: 30px;
    color: #4c83b5;
    font-weight: bold;
}
.unit ul::after,
.link ul::after {
    content: '';
    display: block;
    clear: both;
}
.unit ul {
    display: inline-block;
    width: 91%;
	margin-left: 43px;
}
.unit ul li {
    float: left;
    width: 12%;
    height: 28px;
    line-height: 28px;
    
}
.unit ul li a {
    color: #666;
}
/*友情链接*/
.link span {
    display: inline-block;
    float: left;
    width: 70px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #4c83b5;
}
.link ul {
    display: inline-block;
	width: 91%;
	margin-left: 38px;
}
.link ul li {
    float: left;
    width: 20%;
    height: 50px;
    
}

.unit .mobile {
    display: none;
}
.foot-container {
	margin-top: 0;
}
.foot .icon:before {
	background: url('/nmyc/images/index/gh.png') center no-repeat;
	background-size: 100% 100%;
}
/*d底部*/
/*.footer {
    border-top: 1px solid #d6d6d6;
    background-color: #f5f5f5;
}
.unit {
    padding-top: 22px;
    padding-bottom: 19px;
    margin-bottom: 16px;
    border-bottom: 1px solid #d6d6d6;
}
.unit span {
    float: left;
    width: 60px;
    line-height: 30px;
    color: #383838;
    font-size: 20px;
    font-weight: 700;
}
.unit i{
    float: left;
    display: inline-block;
    width: 1px;
    height: 60px;
    margin: 0 40px 0 23px;
    background-color: #d6d6d6;
}
.unit ul {
    float: left;
    display: inline-block;
    width: 88%;
}
.unit li {
    float: left;
    width: 7%;
    margin-left: 6%;
}
.unit ul.unit-first {
    margin-bottom: 10px;
}
.unit ul li:first-child{
    margin-left: 0;
}
.unit li a {
    color: #383838;
    font-size: 18px;
    font-weight: 400;
}
.link {
    margin-bottom: 27px;
}
.link li{
    float: left;
    width: 18%;
    height: 67px;
    margin-left: 30px;
}
.link li:first-child {
    margin-left: 0;
}
.link li img {
    width: 100%;
    height: 100%;
}
.foot-con {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
}
.foot-con div {
    height: 35px;
    line-height: 30px;
    color: #808080;
}
.foot-con div span {
    margin-right: 5px;
    color: #808080;
}
.foot-con div .web-map {
    color: #1A5284;
}
#_span_jiucuo img {
    margin-top: 20px;
}*/
@media screen and (max-width: 991px) {
    .head-text,
    .search-box	{width: 90%;margin-left: -45%;}
    .navBar {width: 100%;}
    .navBar li {width: 33%;}
    .navBar li.zwgk a::after {border-right: none;}
    .w1200 {width: 96%;padding: 3% 2%;}
    .head-bar p {width: 100%;}
    .swiper-img.swiper-container {float: none;width: 100%;height:283px;}
	.swiper-slide .img {height: 235px;}
    .news {float: none;width: 100%;}
    .item {display: none;}
    .item:first-child {display: block;}
    .item .more a {display: block;}
	.news-list li a {width: 72%;}
    .notice-swiper.swiper-container {width:70%;}
    .notice {margin-top: 20px;}
    .zwgk-til span {width: calc(100% - 140px);}
    .zwgk-item:first-child {width: 100%;}
    .zwgk-item {width: 95%;height: auto;margin-left: 0;}
    .zwgk-item:nth-child(2){margin-bottom: 20px;}
    .web-report img {width: 100%;margin-bottom: 15px;}
    .section-zwgk {padding-bottom: 10px;margin-bottom: 0;margin-top: 20px;}
    .zwgk-til {padding: 15px 0;}
    .link-swiper {width: 93%;}
    .link-swiper .swiper-pagination {bottom: 30px;}
    .bsfw,.link-pt,.hdjl {width: 100%;}
    .bsfw .bd {width: calc(100% - 217px);}
    .link-pt {margin-left: 0;margin-top: 10px;}
    .link-pt li {float: left;width: 48%;margin-left: 0;margin-right: 29px;}
    .link-pt li:last-child {margin-right: 0;}
    .link-pt li a {width: 88%;}
    .link-pt:after {content: '';display: block;clear: both;}
    .path-list {margin: 20px 0;}
    .hdjl li {width: 48%;margin-left: 0;margin-right: 4%;margin-bottom: 20px;}
    .hdjl li:nth-child(2n) {margin-right: 0;}
    .bsfw .check-more {display: block;}
    .bsfw .news-list {padding: 9px;}
    .bsfw .news-list li.check-more a {width: 100%;}
	.unit .mobile {display: block;width: 100%;height: auto;}
	.unit .pc {display: none;}
	.unit ul li {width: 12%;margin-left: 0;}
	.link {padding-top: 0;}
	.link ul li {width: 25%;margin-left: 0;margin-bottom: 10px;}
	.hdjl li a {padding: 40px 10px;}
	.hdjl .xqdc a {padding: 30px 10px;}
.hdjl li.wd{margin-right:4%;}
}
@media screen and (max-width: 768px){
    .news .hd li a {font-size: 22px;}
	.news .hd li {width: 31%;height: 52px;}
    .date-box{display: none;}
    .bsfw .news-list {display: none;}
    .bsfw .news-list:first-child {display: block;}
	.bsfw .news-list li a {width: 51%;}
.hdjl li a,.hdjl .xqdc a{padding:0 10px;}
}
@media screen and (max-width: 414px) {
    .head-text{background: url(/images/public/logo_mobile.png) center no-repeat;width:100%;margin-left:0;left:0;background-size: 100%;}
    .search-box {margin-left: -43%;}
    .search-box {height: 50px;line-height: 50px;bottom: 20%;}
    .search-box input#searchWord {width: 83%;}
    .news .hd li {margin-left: 9px;margin-bottom:0;}
    .notice-til {width: 133px;}
    .notice-til a {margin-left: 35px;font-size: 22px;}
    .notice-swiper.swiper-container {width:calc(100% - 148px);margin-left: 15px;}
    .notice-swiper a {width: 54%;}
    .bsfw .hd {width: 38%;}
    .bsfw .hd li.on a {width: 100%;}
    .bsfw .bd {width: 62%;}
	.bsfw .news-list li a {width: 47%;}
    .link-pt li {width: 100%;}
    .path-list li {width: 33%;height: 100px;}
    .ygzw-item{margin-left:0 ;}
    .path-list {height: auto;}
    .hdjl li a {font-size: 14px;padding:0px 10px;}
.hdjl .xqdc a{padding:0px 10px;}
.hdjl .tsjb {
    background: url(/nmyc/images/index/ycscjgfwrx01.png) center no-repeat;
    background-size: 100% 60px;
}
    .hdjl li {width: 45%;height: 100px;line-height:100px;}
    .zwgk-item,.link-swiper {width: 90%;}
	.unit ul {width: 100%;margin-left: 0;}
	.link ul {width: 100%; margin-left: 0;}
	.unit ul li {width: 25%;margin-left: 0;}
	.link ul li {width: 50%;margin-left: 0;margin-bottom: 10px;}
}
@media screen and (max-width: 360px) {
    .navBar li a{font-size: 16px;}
    .news .hd li {margin-left: 9px; margin-bottom:0;}
    .notice-til a {font-size: 20px;}
}
@media screen and (max-width: 320px) {
    search-box input#searchWord {width: 79%;}
}

.bsfw_bsdt{text-align: center;font-size: 25px;font-weight: bold;color: #1A5284;}