
/* PITW Mega News's Main CSS file
*  Copyright: 2021: Prime IT World (https://www.primeitworld.com/)
*/
.section-bg-two {
	background: #eff5f4;
	padding: 20px 0;
}
.news-item-list {
	display: flex;
	align-items: flex-start;
}

/* Header  */
.prime_it_world_top_ad_warp {
	background: #f9f9f9;
	padding: 5px 15px;
	position: relative;
	box-shadow: 0 1px 3px #ccc;
	transition: all 600ms ease-in-out;
}
.prime_it_world_top_ad_warp.closed_adv {
	transform: scaleY(0);
	transition: all 500ms ease-out;
	display: block;
	transform-origin: 50% 0;
	visibility: hidden;
	height: 0;
	padding: 0;
}
.prime_it_world_top_ad_warp.closed_adv .pitw_adv {
	display: none;
	transition: all 200ms ease-out;
}
.hd_top_adv_close {
	background-color: #e6e6e6;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	position: absolute;
	right: 0;
	text-align: center;
	bottom: -25px;
	width: 45px;
	line-height: 25px;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 2px 3px #acacac;
}
.hd_top_adv_close:hover {
	background: red;
	color: #fff;
}
.pitw-header {
	background: #fff;
}
.pitw-ste-wrapper.fixed-header .pitw-header {
	position: fixed;
	width: 100%;
	background: #fff;
	top: 0;
	z-index: 99999999;
}
.pitw-ste-wrapper.fixed-header .pitw-header .header-top-menu-wrap {
	display: none !important;
}
.pitw-ste-wrapper.fixed-header .pitw-header .header-top-ad {
	display: none !important;
}
.pitw-ste-wrapper.fixed-header .pitw-header .header-main-inner {
	padding: 7px 0;
}
.pitw-ste-wrapper.fixed-header .pitw-header .header-logo img {
	max-height: 48px;
	width: auto;
}
.pitw-ste-wrapper.fixed-header .pitw-home-content-wrap, .pitw-ste-wrapper.fixed-header .pitw-archive-content-wrap, .pitw-ste-wrapper.fixed-header .pitw-pv-archive-content-wrap, .pitw-ste-wrapper.fixed-header .piw-single-content-wrap, .pitw-ste-wrapper.fixed-header .pitw-page-content-wrap {
	margin-top: 107px;
}
.responsive-menu-wrap {
	display: none;
}
.header-top-ad {
	margin: 5px 0;
	text-align: center;
}
.header-top-ad p {
	margin: 0;
}
.header-main-inner {
	padding: 15px 0;
	transition: all 300ms ease-in-out;
}
.header-logo img {
	max-height: 52px;
	transition: all 300ms ease-in-out;
	width: auto;
}
.header-info-wrap {
	display: flex;
	justify-content: right;
	align-items: center;
	height: 32px;
}
.header-info-wrap .date {
	position: relative;
	padding-right: 12px;
}
.header-info-wrap .date::after {
	content: ' ';
	width: 1px;
	height: 14px;
	background: #333;
	position: absolute;
	right: 0;
	top: 8px;
}
.header-info-wrap .date span {
	display: block;
	line-height: 32px;
}
.toogle-area {
	margin-left: 12px;
}
.toogle-area ul li, .social-area ul li {
	display: inline-block;
	margin-left: 4px;
    cursor: pointer;
}
.toogle-area ul li i{
	font-size: 20px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	display: block;
	color: #4a4a4a;
}
.social-area ul li a i {
	width: 30px;
	height: 30px;
	display: block;
	background: red;
	line-height: 30px;
	color: #fff;
	border-radius: 5px;
	font-size: 20px;
	text-align: center;
}
.toogle-area li a {
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
	display: flex;
	align-items: center;
}
.social-area i.fa-facebook-f {background: #354e83 !important;}
.social-area i.fa-twitter{background: #1889cf !important;}
.social-area i.fa-instagram{background: linear-gradient(to bottom, #a33392 0%, #e04e5c 50%, #e9663c 100%) !important;}
.social-area i.fa-linkedin-in{background: #0073b1 !important;}
.social-area i.fa-youtube{background: red !important;}
.social-area i.fa-rss{background: #ef8021 !important;}
/* Header Top Menu */
.header-top-menu-wrap {
	margin-top: 8px;
}
.header-top-menu ul {
	text-align: right;
}
.header-top-menu ul li {
	display: inline-block;
}
.header-top-menu ul li a {
	margin: 0 5px;
	display: block;
	color: #333333;
	font-size: 16px;
}
.header-top-menu ul li a:hover {
	color: #134D68;
}
.res.search-toogle, .res-menu-button {
	display: none;
}
/* Header Main MEnu */
.header-nav-area {
	background: #134D68;
	position: relative;
}
.header-nav-area .main-nav-container {
	display: flex;
    position: relative;
}
.header-main-menu {
	width: calc(100% - 150px);
}
.header-main-menu ul {
	display: flex;
	white-space: nowrap;
}
.header-main-menu ul li {
	display: inline-block;
	border-bottom: 2px solid transparent;
	margin: 0 5px 1px;
    height: 45px;
    position: relative;
}
.header-main-menu ul li:hover {
	border-bottom: 2px solid #fff;
	background: #27586f;
}
.header-main-menu ul li.menu-item-has-children {
	padding-right: 12px;
}
.header-main-menu ul li.menu-item-has-children::after {
	content: "";
	border-top: .3em solid #fff;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	position: absolute;
	right: 0;
	top: 20px;
	font-size: 20px;
}
.header-main-menu ul li a {
	font-size: 17px;
	line-height: 38px;
	padding: 0 7px;
	color: #fff;
	padding-top: 5px;
	display: block;
	font-weight: normal;
}
.header-main-menu ul li.menu-item-home a {
	font-size: 0;
	max-height: 43px;
}
.header-main-menu ul li.menu-item-home a::before {
	content: "\f015";
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 18px;
}
.header-main-menu ul li .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
}
.header-main-menu ul li:hover .sub-menu {
	display: block;
}
.header-main-menu ul li .sub-menu li {
	display: block;
	height: auto;
}
.header-main-menu ul li .sub-menu li:hover {
	background: #27586f17;
}
.header-main-menu ul li .sub-menu li a {
	color: #484848;
	padding-top: 0;
	line-height: 32px;
}
.others-menu-wrap {
	background: #fff;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    display: none;
}
.others-menu-wrap.show {
	display: block;
}
.header-others-menu ul {
	display: flex;
    flex-wrap: wrap;
	padding: 10px 0 15px 0;
}
.header-others-menu ul li {
	width: 20%;
}
.header-others-menu ul li a {
	padding: 5px 10px;
	display: inline-block;
}
.header-nav-area .button-area {
	display: flex;
	align-items: center;
	flex-grow: 1;
	justify-content: right;
	padding-right: 10px;
	width: 150px;
}
.header-nav-area .button-area .others-toogle{
	display: flex;
	align-items: center;
    cursor: pointer;
}
.res-menu-button {
    cursor: pointer;
}
.others-toogle .button-bars .icon-bar, .res-menu-button .button-bars .icon-bar{
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 1px;
	background-color: #fff;
	transform: rotate(0deg) translate(0px,0px);
	transition: ease all .2s;
}
.res-menu-button .button-bars .icon-bar{
	background-color: #134d68;
	width: 24px;
	height: 3px;
}
.others-toogle .button-bars .icon-bar + .icon-bar {
	margin-top: 4px;
}
.res-menu-button .button-bars .icon-bar + .icon-bar {
	margin-top: 5px;
}
.others-toogle.open .button-bars .icon-bar:nth-child(1), .res-menu-button.open .button-bars .icon-bar:nth-child(1) {
	transform: rotate(45deg) translate(5px,4px);
	transition: ease all .2s;
}
.others-toogle.open .button-bars .icon-bar:nth-child(2), .res-menu-button.open .button-bars .icon-bar:nth-child(2) {
	opacity: 0;
	transition: ease all .2s;
}
.others-toogle.open .button-bars .icon-bar:nth-child(3), .res-menu-button.open .button-bars .icon-bar:nth-child(3) {
	transform: rotate(-45deg) translate(4px,-4px);
	transition: ease all .2s;
}
.header-nav-area .button-area .others-toogle .button-label {
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	padding-left: 8px;
}
.header-nav-area .button-area .search-toogle {
	padding-left: 15px;
}
.header-nav-area .button-area .search-toogle i {
	font-size: 18px;
	color: #fff;
	cursor: pointer;
    cursor: pointer;
}
.header-search-form {
	position: absolute;
	height: 100%;
	left: 15px;
	right: 15px;
	background: #134d68;
	display: none;
	z-index: 9;
}
.header-search-form.show {
	display: block;
}
.header-search-form .search-form {
	padding: 4px 0;
    display: flex;
}
.header-search-form .search-form .search-field {
	flex-grow: 1;
	line-height: 37px;
	border: 0;
	height: 37px;
	border-radius: 4px 0 0px 4px;
	padding: 0 13px;
	outline: 0;
}
.header-search-form .search-form .search-submit {
	line-height: 37px;
	border: 0;
	box-shadow: none;
	outline: 0;
	width: 32px;
	height: 37px;
	background: #002131;
	color: #e3e3e3;
}
.header-search-form .search-form .search-toogle i {
	width: 30px;
	line-height: 37px;
	text-align: center;
	background: red;
	border-radius: 0 4px 4px 0;
	color: #fff;
	font-size: 20px;
	display: inline-block;
    cursor: pointer;
}
.others-menu-bottom {
	background: #262525;
	padding: 8px 0;
}
.header-others-menu2 ul li {
	display: inline-block;
	margin-right: 10px;
}
.header-others-menu2 ul li a {
	font-size: 18px;
	display: block;
	position: relative;
	line-height: 34px;
	padding-left: 45px;
	color: #0af0b7;
}
.header-others-menu2 ul li a::before {
	content: "";
	background: url(../../pitw-assets/pitw-image/icon-bg.png);
	width: 34px;
	height: 34px;
	position: absolute;
	left: 0;
	top: 0;
}
.header-others-menu2 ul li.menu-item-7381 a::before{
	background-position: -192px -116px;
}
.header-others-menu2 ul li.menu-item-7380 a::before{
	background-position: -143px -97px;
}
.header-others-menu2 ul li.menu-item-7373 a::before{
	background-position: 0 -180px;
}
.header-others-menu2 ul li.menu-item-7377 a::before{
	background-position: -131px -132px;
}
.header-others-menu2 ul li.menu-item-7374 a::before {
	background-position: -34px -179px;
}
/*.header-others-menu2 ul li.menu-item-726 a::before{
}
.header-others-menu2 ul li.menu-item-726 a::before{
} */
.others-menu-social.social-area {
	display: flex;
	align-items: center;
	justify-content: right;
	height: 34px;
}
.others-menu-social span {
	color: #bae9ff;
	font-weight: 600;
	padding-right: 10px;
	display: inline-block;
	line-height: 34px;
}
.others-menu-social ul li i {
	background: #134d68;
	border-radius: 3px;
	color: #fff;
}
.others-menu-social.social-area ul li .google-news {
	display: none;
}
/* Footer */
.footer-top {
	border-top: 3px solid #006563;
	padding: 20px 0;
}
.footer-logo img {
	max-height: 30px;
}
.footer-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
}
.footer-menu ul li {
	display: inline-block;
}
.footer-menu ul li a {
	padding-right: 15px !important;
	float: left;
	color: #848282;
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
}
.footer-main {
	background: #eee;
	padding: 30px 0;
	border-top: 1px solid #ccc;
}
.footer-social, .mb-app {
	text-align: center;
}
.footer-social h4, .mb-app h4 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 6px;
}
.social-area.footer-social {
	margin-bottom: 20px;
}
.mb-app .link {
	display: flex;
	justify-content: center;
}
.mb-app .link img {
	max-height: 36px;
	width: auto;
}
.footer_editors h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 3px;
}
.footer_editors h4 {
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 5px;
}
.footer_editors p {
	margin-bottom: 3px;
	font-size: 16px;
}
.footer-bootom {
	border-top: 1px solid #ccc;
	padding: 15px 0;
}
.footer_copyright p {
	margin: 0;
}
.footer_copyright p a {
	color: #134d68;
}
.foot_bootom_right h5 {
	color: #134d68;
	text-align: right;
	margin: 0;
}
.foot_bootom_right h5 a {
	color: red;
	font-weight: 600;
	text-transform: uppercase;
}
.foot_bootom_right h5 img {
	height: 20px;
}
.width-local-search {
	margin-bottom: 10px;
}
.width-local-search form {
	display: flex;
}
.width-local-search form .form-control {
	width: calc(25% - 16px);
	margin: 0 8px;
}
.width-local-search form .local-search-btn {
	text-align: center;
	background: #134D68;
	color: #fff;
	font-size: 20px;
	line-height: 36px;
	border-radius: 3px;
	cursor: pointer;
	width: calc(25% - 16px);
	margin: 0 8px;
}
.topbutton {
	position: fixed;
	right: 15px;
	bottom: 36px;
	Z-index: 1;
	background-repeat: no-repeat;
	display: none;
	margin: 0;
}
.topbutton i {
	color: #134D68;
	font-size: 26px;
}
.pitw-page-content-inner {
	background: #f5fff5;
	padding: 15px;
	box-shadow: 0 1px 2px #c6c6c6;
}
.page-breadcrumb {
	padding: 0px 0 10px 0;
	font-size: 19px;
	color: #646262;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
.page-breadcrumb .separate {
	padding: 0 7px;
}
.page-breadcrumb span a {
	color: #134d68;
}
.page-content {
	font-size: 16px;
	line-height: 28px;
}
.page-content h2 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 20px;
}
.page-content h3 {
	font-size: 22px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 10px;
}
.page-content ul, .page-content ol {
	padding-left: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.page-content ul li, .page-content ol li {
	list-style: disc;
	margin-bottom: 5px;
}
.page-content ul li p, .page-content ol li p{
	margin-bottom: 5px;
}
.page-content .dwn-btn {
	font-size: 15px;
	background: #134d68;
	display: inline-block;
	margin-left: 5px;
	padding: 0 10px;
	color: #fff;
}
.forms-list-wrap .form-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -5px 10px -5px;
}
.forms-list-wrap .form-row .form-col {
	margin: 0 5px;
	background: #52abd578;
	padding: 10px 15px;
}
.forms-list-wrap .form-row.top .form-col {
	background: #134d68;
	color: #fff;
}
.forms-list-wrap .form-row .form-col.sl {
	width: 50px;
	text-align: center;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.forms-list-wrap .form-row .form-col.file {
	width: 90px;
	text-align: center;
	padding: 10px 0;
}
.forms-list-wrap .form-row .form-col.title {
	width: calc(100% - 170px);
	display: flex;
	align-items: center;
}
.forms-list-wrap .form-row .form-col.file i {
	color: red;
	font-size: 40px;
}
.faq-list-wrap {
	max-width: 760px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.accordion-item {
	padding-left: 45px;
	margin-bottom: 15px;
	border: 0;
}
.accordion-title {
	position: relative;
}
.accordion-title a {
	width: 100%;
	background: #1770b9;
	border: 4px solid #fff;
	padding: 15px;
	margin-bottom: 5px;
	color: #fff !important;
	box-shadow: 0px 1px 6px 0px #4c4949;
	display: block;
	padding-left: 27px;
	margin: 0;
}
.accordion-title .sl {
	background: #1770b9;
	border: 4px solid #fff;
	padding: 15px 0;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	left: -45px;
	width: 66px;
	text-align: center;
}
.accordion-content {
	box-shadow: 0px 1px 3px 0px #4c4949;
	padding: 10px;
	background: #f6f6f6;
}
.accordion-content p {
	margin: 0;
}
.contact-content {
	margin-bottom: 20px;
}
.map iframe {
	width: 100%;
}
.contact-content ul {
	padding-left: 20px;
}
.contact-content a {
	color: #1e88e5;
}
.contact-content ul li {
	list-style: disc;
}
.contact-content .contact-border {
	border-right: 1px solid #dee2e6;
}
.contact-content .contact-item {
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.contact-content .contact-item .icon {
	color: #fff;
	font-size: 25px;
	margin-right: 15px;
	width: 50px;
	height: 50px;
	background: #38618b;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
}
.contact-content .contact-item .con {
	width: calc(100% - 65px);
}
.contact-content .contact-item .con span {
	display: block;
	color: #626262;
	font-size: 18px;
	line-height: 24px;
}
.contact-content .contact-item .con a, .contact-content .contact-item .con .text {
	color: #38618b;
	font-weight: 600;
	display: block;
	font-size: 17px;
	line-height: 22px;
}
.contact-content .add-desk {
	color: #626262;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	padding: 12px 0;
}
.footer-extra-area .bootom img {
	max-height: 70px;
}
.prime_it_world_bottom_ad_warp {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #f1f1f1;
	z-index: 999999;
	transition: transform 0.4s ease-in-out;
	margin: 0 auto;
	padding: 4px 15px;
	border-top: 2px solid #ece9e9;
}
#closeAd.bottom_ad_close {
	background-color: #f1f1f1;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	position: absolute;
	left: 50%;
	text-align: center;
	line-height: 28px;
	border-radius: 5px 5px 0 0;
	top: -26px;
	width: 45px;
	box-shadow: 0 -2px 3px #acacac;
}
.team_memItem {
	background: #fff;
	padding: 15px;
	border-radius: 6px;
	text-align: center;
	height: 100%;
	box-shadow: 0 7px 18px 0 rgba(13,30,80,.1);
	border: 1px solid rgba(13,30,80,.1);
}
.team_memItem img {
	height: 210px;
	width: auto;
	display: block;
	margin: 0 auto;
	border-radius: 5px;
}
.team_memItem h3 {
	margin: 0;
	padding: 15px 0 10px;
	font-size: 20px;
	font-weight: 700;
	color: #0a033c;
}
.team_memItem p {
	display: flex;
	margin-bottom: 5px;
	font-style: italic;
}
/* Converter Page  */
.converterBody {
	padding: 10px 0 17px;
}
.converterBody h1 {
	font-size: 34px;
	font-weight: 700;
	color: #ac212c;
	line-height: 1.2;
	margin-bottom: 10px;
}
.converterBody h3 {
	font-size: 20px;
	margin-bottom: 25px;
	color: #0055a7;
	font-weight: 700;
}
.converterBody .text {
	font-size: 17px;
	margin-bottom: 5px;
}
.unicode_textarea, .bijoy_textarea {
    overflow: auto;
    background-color: #f8fac6;
    width: 100%;
    height: 200px;
    font-family: solaimanLipi;
    font-size: 20px;
    color: #000;
    border: 1px solid #999;
    outline: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 10px 15px;
}
.unicode_textarea:focus, .bijoy_textarea:focus {
	width: 100%;
	height: 200px;
	font-family: SutonnyMJ;
	color: #000;
	border: 1px solid #5ab4e6;
	box-shadow: 0 0 5px #7dbef1;
	-moz-box-shadow: 0 0 5px #7dbef1;
	-webkit-box-shadow: 0 0 5px #7dbef1;
}
.convert_button_left {
	padding: 20px 0 15px;
}
.bijoy_button {
	width: 160px;
	height: 26px;
	padding-right: 0px;
	border: none;
	background: url(https://wpnp2.primeitworld.site/wp-content/themes/primeitworldnews27/primeitworld-assets/primeitworld-images/convert_down.gif) no-repeat;
	margin: 5px 0;
}
.bijoy_button:hover {
	background: url(https://wpnp2.primeitworld.site/wp-content/themes/primeitworldnews27/primeitworld-assets/primeitworld-images/convert_down.gif) 0 -27px no-repeat;
}
.unicode_button {
	width: 160px;
	height: 26px;
	padding-right: 0px;
	border: none;
	background: url(https://wpnp2.primeitworld.site/wp-content/themes/primeitworldnews27/primeitworld-assets/primeitworld-images/convert_up.gif) no-repeat;
	margin: 5px 0;
}
.unicode_button:hover {
	background: url(https://wpnp2.primeitworld.site/wp-content/themes/primeitworldnews27/primeitworld-assets/primeitworld-images/convert_up.gif) 0 -27px no-repeat;
}
.reset_button {
	width: 115px;
	height: 26px;
	padding-right: 0px;
	border: none;
	background: url(https://wpnp2.primeitworld.site/wp-content/themes/primeitworldnews27/primeitworld-assets/primeitworld-images/reset.gif) no-repeat;
	margin: 5px 0;
}
.reset_button:hover {
	background: url(https://wpnp2.primeitworld.site/wp-content/themes/primeitworldnews27/primeitworld-assets/primeitworld-images/reset.gif) 0 -27px no-repeat;
}
.page-template-live .pitw_adv_wrap.header_ad, .page-template-live .prime_it_world_top_ad_warp {
	display: none;
}
.web_tv_sec_inner.container {
	padding: 0;
	max-width: 960px;
	margin: 5px auto;
}
.tv_page_container .pitw_breadCrumb {
	margin-bottom: 2px;
}
.web_tv_wrap {
	position: relative;
	background: #000;
}
.web_tv_wrap .home_logo {
	position: absolute;
	top: 10px;
	right: auto;
	left: 10px;
	z-index: 9;
}
.web_tv_wrap .home_logo img {
	max-height: 90px;
	max-width: 90px;
	border-radius: 4px;
}
.web_tv {
	position: relative;
	padding-bottom: 56.25%;
}
.web_tv #player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tv_scroll {
	display: flex;
	margin-bottom: 3px;
}
.tv_scroll .scroll_heading {
	min-width: 95px;
	font-size: 17px;
	background-color: #FF0000;
	color: #fff;
	font-weight: 600;
	line-height: 34px;
	z-index: 9;
	text-align: left;
	padding: 0 10px 0 10px;
	position: inherit;
	height: 34px;
}
.tv_scroll_content {
	background: #029302;
	flex-grow: 1;
	padding: 0 5px;
	height: 34px;
}
.tv_scroll_content a {
	font-size: 16px;
	color: rgb(255, 255, 255);
	font-weight: 500;
	margin-right: 12px;
	display: inline-block;
	line-height: 34px;
	height: 34px;
}
.tv_scroll_content a i {
	font-size: 14px;
	margin-right: 5px;
}
.tv_scroll .date_time {
	background: red;
	color: #fff;
	line-height: 34px;
	padding: 0 10px;
	font-size: 15px;
	min-width: 300px;
	text-align: center;
}
